How to make panels and buttons in wxPython
if i wanted to add this and also i want to add the menu bar so how would i place it in?
I made a mistake and IT WON’T SHUT DOWN!
You don’t really need the close function over the x do you? i mean, it closes itself without it when you click it.
Remember its capa nd lowercase sensitive
@annakoiher Check capital letters, it always happen to me.
shit, it doest’n work!!!
@3dmad1 Print your code.
how do you make a button spit out static tex, open a file, save a file, save as a file, and open new window. if any one can help me that would be a huge help.
this is nearly what i learned in two years of school your fantastic teacher bucky
@Jiveina i got the same error checked everything no typ faults and still. you by now found a solution to the problem?
Its 2:04 AM…. I need to go to bed so I can really remember this stuff tomarrow. lol… Bucky you’re AWESOME!
Thank you v.much. Enjoying my first foray into a GUI programming.
thank you very much. helped a lot
ttributeError: ‘module’ object has no attribute ‘frame’
there is error duing the run of wxpython code…………..please solve it
i have a problem with my one, when i try to run it there is an error where the def in the section: def closewindow(self, event): self.Ruin()
what have i done incorrect??
lol i get no errors, but it wont start?
I am getting that same problem, now and again mine will make errors even when the code is absolutely perfect
why did he place the “=” in the arguments again?, I must have missed that tutorial
tiresome stuff too know
Thank you.
How would I go about setting the maximum size?
Example
Maximum Size (300,200)
@kgpgotenks look for those stupid typos…i.e. not capitalized. if not wait for someone else lol
i am getting a syntax error..any suggestions?
Thanks a lot Bucky Keep up the excellent work
how come you cannot use self.close(Right) for both the window and button? or using the Ruin for both?
You havent defined the closebutton function correctly or not at all add this inside the bucky class
def closebutton(self,event): self.Close(Right)
Name (required)
Mail (will not be published) (required)
Website
Contact Us | Terms of Use | Trademarks | Privacy StatementCopyright © 2009 suwanneewebdesign.com. All Rights Reserved.
Design Created By Rachael West Designs
if i wanted to add this and also i want to add the menu bar so how would i place it in?
I made a mistake and IT WON’T SHUT DOWN!
You don’t really need the close function over the x do you? i mean, it closes itself without it when you click it.
Remember its capa nd lowercase sensitive
@annakoiher Check capital letters, it always happen to me.
shit, it doest’n work!!!
@3dmad1 Print your code.
how do you make a button spit out static tex, open a file, save a file, save as a file, and open new window. if any one can help me that would be a huge help.
this is nearly what i learned in two years of school
your fantastic teacher bucky
@Jiveina i got the same error checked everything no typ faults and still.
you by now found a solution to the problem?
Its 2:04 AM…. I need to go to bed so I can really remember this stuff tomarrow. lol… Bucky you’re AWESOME!
Thank you v.much. Enjoying my first foray into a GUI programming.
thank you very much. helped a lot
ttributeError: ‘module’ object has no attribute ‘frame’
there is error duing the run of wxpython code…………..please solve it
i have a problem with my one, when i try to run it there is an error where the def in the section: def closewindow(self, event):
self.Ruin()
what have i done incorrect??
lol i get no errors, but it wont start?
I am getting that same problem, now and again mine will make errors even when the code is absolutely perfect
why did he place the “=” in the arguments again?, I must have missed that tutorial
tiresome stuff too know
Thank you.
How would I go about setting the maximum size?
Example
Maximum Size (300,200)
@kgpgotenks look for those stupid typos…i.e. not capitalized. if not wait for someone else lol
i am getting a syntax error..any suggestions?
Thanks a lot Bucky
Keep up the excellent work
how come you cannot use self.close(Right) for both the window and button? or using the Ruin for both?
You havent defined the closebutton function correctly or not at all
add this inside the bucky class
def closebutton(self,event):
self.Close(Right)