"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
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
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,