Re: [Tutor] laying out frames

2006-05-16 Thread Alan Gauld
> I want to create a basic quadrant of frames but am not able to > follow the > logic to do so, whats the right way or an easier way to control > layout of > frames and wigets. A pixel approach would be nice (where by you can > specify pixel locations for a frame or a widget to be located) > ins

Re: [Tutor] laying out frames

2006-05-15 Thread Zubin Wadia
Thats great, thanks Michael for the examples, I'll tinker with grid() and place(). Cheers! --zubin > On Mon, 15 May 2006 15:42:48 -0400 (EDT) > "Zubin Wadia" <[EMAIL PROTECTED]> wrote: > >> Hello Everyone, >> >> Another basic question in regard to frame layouts with Tkinter. >> >> I want to creat

Re: [Tutor] laying out frames

2006-05-15 Thread Michael Lange
On Mon, 15 May 2006 15:42:48 -0400 (EDT) "Zubin Wadia" <[EMAIL PROTECTED]> wrote: > Hello Everyone, > > Another basic question in regard to frame layouts with Tkinter. > > I want to create a basic quadrant of frames but am not able to follow the > logic to do so, whats the right way or an easier

Re: [Tutor] laying out frames

2006-05-15 Thread Zubin Wadia
Hello Everyone, Another basic question in regard to frame layouts with Tkinter. I want to create a basic quadrant of frames but am not able to follow the logic to do so, whats the right way or an easier way to control layout of frames and wigets. A pixel approach would be nice (where by you can s