controlling the windows

Mike Driscoll kyosohma at gmail.com
Thu Jul 3 15:24:46 EDT 2008


On Jul 3, 2:16 pm, varun chadha <varun.con... at gmail.com> wrote:
> i am developing an application using Tkinter where 'next'  button
> takes to another window and removes the first one from screen and
> 'back' button bring me back to previous window and so on.
> though i am able to move from one window to another but is unable to
> remove the previous one from the screen. does anybody have a idea how
> to do away with this problem.

I've never done that with Tkinter, but this thread talks about one way
to do it:

http://forums.devshed.com/python-programming-11/writing-a-wizard-with-tkinter-353083.html

I use wxPython myself and it's fairly trivial to do it in that
toolkit. Hopefully the Tkinter gurus will jump in here.

Mike



More information about the Python-list mailing list