Re: [Tutor] Trying out Tkinter with problems

2005-02-19 Thread Kent Johnson
Adam Cripps wrote: Secondly, when I try to exit the app, the quit button doesn't kill the root, window, but just the widgets. How do I reference the root window and all, instead of just exiting the widgets? Try self.quit() instead of self.destroy()

Re: [Tutor] Trying out Tkinter with problems

2005-02-19 Thread Adam Cripps
On Sat, 19 Feb 2005 10:43:07 +0100, Gregor Lingl <[EMAIL PROTECTED]> wrote: > Hi Adam! > > I'm not a Tkinter expert, so I probably cannot provide > the best solution for your problem. > Nevertheless I tried two corrections, which adress your > problem seeminly successfully > > Adam Cripps schrieb

Re: [Tutor] Trying out Tkinter with problems

2005-02-19 Thread Gregor Lingl
Hi Adam! I'm not a Tkinter expert, so I probably cannot provide the best solution for your problem. Nevertheless I tried two corrections, which adress your problem seeminly successfully Adam Cripps schrieb: I'm trying out Tkinter as one of my first forays into GUI programming. However, I'm having a

[Tutor] Trying out Tkinter with problems

2005-02-19 Thread Adam Cripps
I'm trying out Tkinter as one of my first forays into GUI programming. However, I'm having a couple of problems. My intitial efforts can be seen at: http://www.monkeez.org/code/python/tkinter/min.txt or here [1]. Firstly, I'm trying to grab the contents of Entry widget entry1 with a StringVar and