"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()
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
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
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
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