Re: Set initial size in TKinter

2011-12-20 Thread Rick Johnson
On Dec 20, 9:20 am, Eric Brunel wrote: > Where did you find an example code looking like this? This looks like > veery old conventions for Tkinter programsŠ >[...] > And you should avoid creating only an instance of Frame. This actually > creates a window, but it's a side-effect. Two major p

Re: Set initial size in TKinter

2011-12-20 Thread Eric Brunel
In article , Gabor Urban wrote: > Hi, > > I am quite newbie with Tkinter and I could not find the way to set the > size of the application. (I could find the method to make it > resizeable, though :-)) ) Any ideas, suggestions or links to > references are wellcome. Usually, the best way is to u

Re: Set initial size in TKinter

2011-12-20 Thread Rick Johnson
On Dec 20, 5:09 am, Gabor Urban wrote: > Hi, > > I am quite newbie with Tkinter and I could not find the way to set the > size of the application. Probably due to this haphazard coding style; why would you name an object "Application" that is an instance of Tkinter.Frame? That is just going to co

Set initial size in TKinter

2011-12-20 Thread Gabor Urban
Hi, I am quite newbie with Tkinter and I could not find the way to set the size of the application. (I could find the method to make it resizeable, though :-)) ) Any ideas, suggestions or links to references are wellcome. Here is my code: from Tkinter import * class Application(Frame): def