Re: Can't manage ... it's a top-level window



On Nov 30, 9:14 pm, Aric Bills <aric.bi...@xxxxxxxxx> wrote:
tk_optionMenu returns the path to a menu rather than the path to the
menubutton it creates. The fix is to use the widget name you passed
to tk_optionMenu rather than the one tk_optionMenu returned to you:

grid $lb1 $FR0.op1 -row 1
grid $lb2 $FR0.op2 -row 2

Thank you so much !

Regards,
.


Quantcast