Re: Can't manage ... it's a top-level window
- From: vnpenguin <vnpenguin@xxxxxxxxx>
- Date: Fri, 30 Nov 2007 12:23:26 -0800 (PST)
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,
.
- References:
- Can't manage ... it's a top-level window
- From: vnpenguin
- Re: Can't manage ... it's a top-level window
- From: Aric Bills
- Can't manage ... it's a top-level window
- Prev by Date: Re: Can't manage ... it's a top-level window
- Next by Date: Re: Can't manage ... it's a top-level window
- Previous by thread: Re: Can't manage ... it's a top-level window
- Next by thread: Re: Can't manage ... it's a top-level window
- Index(es):