Re: [Tutor] placing widgets

2011-01-25 Thread Alan Gauld
"W S" wrote trouble with my combobox placement on the frame. is there a way to more explicitly place it other than: This method does not give a lot of control xx=apply(OptionMenu,(self,TCase)+tuple(TestCase)) xx.grid(row=1, sticky=E+W) There are basically 3 layout managers in Tk. pack()

Re: [Tutor] placing widgets

2011-01-25 Thread David Hutto
Note when you answer yourself, it shows initiative and responsiveness to the situation you're trying to comprehend. -- The lawyer in me says argue...even if you're wrong. The scientist in me... says shut up, listen, and then argue. But the lawyer won on appeal, so now I have to argue due to a co

Re: [Tutor] placing widgets

2011-01-25 Thread Karim
On 01/25/2011 10:31 PM, W S wrote: hi, i have written some Tk/Python code to do a few simple tasks, and am having trouble with my combobox placement on the frame. is there a way to more explicitly place it other than: This method does not give a lot of control xx=apply(OptionMenu,(self,TCase

Re: [Tutor] placing widgets

2011-01-25 Thread Corey Richardson
On 01/25/2011 04:31 PM, W S wrote: > hi, i have written some Tk/Python code to do a few simple tasks, and am > having > trouble with my combobox placement on the frame. is there a way to more > explicitly place it other than: This method does not give a lot of control > xx=apply(OptionMenu,(se

[Tutor] placing widgets

2011-01-25 Thread W S
hi, i have written some Tk/Python code to do a few simple tasks, and am having trouble with my combobox placement on the frame. is there a way to more explicitly place it other than: This method does not give a lot of control xx=apply(OptionMenu,(self,TCase)+tuple(TestCase)) xx.grid(row=1, stic