Re: controlling the windows

2008-07-03 Thread Guilherme Polo
On Thu, Jul 3, 2008 at 4: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

Re: controlling the windows

2008-07-03 Thread Mike Driscoll
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 t

controlling the windows

2008-07-03 Thread varun chadha
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.