On Jul 3, 2:16 pm, varun chadha <[EMAIL PROTECTED]> 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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to