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.

connecting to DBMS

2008-07-01 Thread varun chadha
i am a newbie to python and is working on an application which needs to connect to the database. can anyone guide me through the DBMS that i can use and the module to connect to it. currently i have MySQL installed using the link on the python.org site but is unable to connect to it through python.

passing control to other window

2008-06-21 Thread varun chadha
i am trying to develop a application using Tkinter in which a new window pops out on a particular button press.though i can pass control automatically to that window using .force_focus() method and disabling all my widgets in previous window but the technique is not so clean. for eg. when u click '