Re: Problems with grid() layout under tkinter

2007-05-12 Thread Thomas Jansson
I found the error - some of the widgets belonged to "master" and some to "frame". So glad I found that Error - that took forever! :D Kind regards Thomas Jansson On 11 Maj, 23:06, Thomas Jansson <[EMAIL PROTECTED]> wrote: > Dear all > > I am trying to make a small wrapper program for textbased pro

Problems with grid() layout under tkinter

2007-05-11 Thread Thomas Jansson
Dear all I am trying to make a small wrapper program for textbased program and it is going well but I have one problem. Namely that I simply do not understand how this grid thing work. I have assigned every widget a specific placement in a grid but when I am running the program it looks very stran