controlling the windows

Guilherme Polo ggpolo at gmail.com
Thu Jul 3 16:54:57 EDT 2008


On Thu, Jul 3, 2008 at 4:16 PM, varun chadha <varun.consit 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.

There are several solutions to this. You could just pack_forget the
another window and pack a new one in its place.
I have just prepared a simple Wizard, you can take a look at it here:
http://code.google.com/p/python-ttk/wiki/ttkWizard and you will notice
that it uses ttk. If you already use tk 8.5, and tkinter compiled
against it, then ttk is available, otherwise you have to install tile
or compile tkinter with tk 8.5 (python 2.6b1 includes tk 8.5.2 in the
windows build). To use the ttk widgets you will need a wrapper and you
will find one here: http://code.google.com/p/python-ttk/

> --
> http://mail.python.org/mailman/listinfo/python-list
>



-- 
-- Guilherme H. Polo Goncalves



More information about the Python-list mailing list