Re: [PythonCE] grid manager

2006-12-12 Thread Bandung
Here is another thread that talks about the joys of getting the grid manager to play nice. http://mail.python.org/pipermail/python-list/2002-July/155857.html Using The Grid Manager Bandung wrote: > > The following code snippet shows what I use in order to place a frame at > the top rather t

Re: [PythonCE] grid manager

2006-12-12 Thread Bandung
The following code snippet shows what I use in order to place a frame at the top rather than the centre of my screen. --Frame --- self.frame1=Frame(Parent) # self.frame1.configure(width= 235,height= 150) self.frame1.grid(row=0,column=0, sticky=W)

[PythonCE] grid manager

2006-11-27 Thread Dave Welch
When using the grid manager is there any way to set the start of the grid. For example, I have my window default to the screen size when it starts running, but when I first use the grid manager (row=0, column=0) it places the widget at the center of the window. Is there any way to make row/