Re: [Tkinter-discuss] General Doubt about tkinter windows...

2007-12-03 Thread mkieverpy
Hi José, >I am trying to develop a simple application in python (I am very newby), but >I have some general doubts… my main window is Tk(), I am using grid manager, >and when in the application user changes the view, what I do is take a frame >out of the grid and put another one (and sometimes th

[Tkinter-discuss] General Doubt about tkinter windows...

2007-11-28 Thread Jose Ignacio Gisbert
Hi all, I am trying to develop a simple application in python (I am very newby), but I have some general doubts… my main window is Tk(), I am using grid manager, and when in the application user changes the view, what I do is take a frame out of the grid and put another one (and sometimes there