Re: [Tutor] Why Won't My Pizza Fall?

2008-01-12 Thread Alan Gauld
"Tiger12506" <[EMAIL PROTECTED]> wrote > I thank you for sending your error messages and the code! It made > this very > simple. I totally agree and the answer is correct however... > I will warn you that this probably could be structured a little > better. It > is better, I believe, to keep y

Re: [Tutor] Why Won't My Pizza Fall?

2008-01-12 Thread Tiger12506
> Hey There Everyone, > > I'm following an example in a book and I can't find the error that's > preventing this program from running. It's just an example of how to get > a sprite moving. The images are all in the right folder. I can run the > program and get a stationary sprite to appear.

[Tutor] Why Won't My Pizza Fall?

2008-01-12 Thread earlylight publishing
Hey There Everyone, I'm following an example in a book and I can't find the error that's preventing this program from running. It's just an example of how to get a sprite moving. The images are all in the right folder. I can run the program and get a stationary sprite to appear. The tr

Re: [Tutor] how to disable MIN,MAX and CLOSE options using tkinter

2008-01-12 Thread Alan Gauld
"Evans Anyokwu" <[EMAIL PROTECTED]> wrote > I remember Alan answering this question yesterday. To be fair it was a slightly different question but the principles are the same. These things are controlled by the Window Manager or the OS or the GUI system depending on the platform. On X you ca

Re: [Tutor] Suppressing output in interactive mode

2008-01-12 Thread Kent Johnson
Olivier Lefevre wrote: >> Then assign the return value to a variable and never use it. > > That feels obfuscated; definitely not an elegant solution. > When I'm done with interactive development and save the > substance to a script I'd have to chase these bogus > assignments to junk variables and

Re: [Tutor] how to disable MIN,MAX and CLOSE options using tkinter

2008-01-12 Thread Evans Anyokwu
Hi Brindly, I remember Alan answering this question yesterday. Please look at the suggestions he made and see if they are of any help. However, I don't think its possible in Python's Tkinter; the only thing close to what you want is in Java, its called JWindow. Sorry never have to disable those

[Tutor] how to disable MIN,MAX and CLOSE options using tkinter

2008-01-12 Thread brindly sujith
hi in my application i dont want MIN,MAX,CLOSE options in window i need to disable these options how to do this in tkinter ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor