Re: [Tutor] destroying windows

2008-06-30 Thread Alan Gauld
"Jim Morcombe" <[EMAIL PROTECTED]> wrote If the user selects an option, then I want to destroy that window and then display a second window. In turn, the user can select an option to change back to the first window and I want to destroy that window and then display the first again. You proba

Re: [Tutor] destroying windows

2008-06-30 Thread Cédric Lucantis
Le Monday 30 June 2008 14:47:39 Jim Morcombe, vous avez écrit : > I want to have a program that uses Tkinter to display a window. > If the user selects an option, then I want to destroy that window and > then display a second window. > In turn, the user can select an option to change back to the fi

[Tutor] destroying windows

2008-06-30 Thread Jim Morcombe
I want to have a program that uses Tkinter to display a window. If the user selects an option, then I want to destroy that window and then display a second window. In turn, the user can select an option to change back to the first window and I want to destroy that window and then display the fir