Re: [Tutor] Multiple Tk frames

2007-02-13 Thread Alan Gauld
"Hazlett, Les" <[EMAIL PROTECTED]> wrote > I have found many simple examples of using Tk with one frame. > I found self.quit to close the open frame object. > I see that control goes to the end of main, but I don't know > how to then create and use another frame. You first need to get your termin

Re: [Tutor] Multiple Tk frames

2007-02-13 Thread John Fouhy
On 14/02/07, Hazlett, Les <[EMAIL PROTECTED]> wrote: > I have found many simple examples of using Tk with one frame. I found > self.quit to close the open frame object. I see that control goes to the > end of main, but I don't know how to then create and use another frame. Hi Les, In Tkinter pa

[Tutor] Multiple Tk frames

2007-02-13 Thread Hazlett, Les
Hi, I have found many simple examples of using Tk with one frame. I found self.quit to close the open frame object. I see that control goes to the end of main, but I don't know how to then create and use another frame. Below is a "cut-down" version of what I have tried. Thanks for any help,