|
|
| The stupid question is the question not asked | |
| PerlMonks |
'0x1b03b2' Isn't Numericby Jeffers (Initiate) |
| on Aug 06, 2002 at 04:58 UTC ( #187926=perlquestion: print w/ replies, xml ) | Need Help?? |
|
Jeffers has asked for the
wisdom of the Perl Monks concerning the following question:
I am attempting to nest a Toplevel Tk widget into a container frame. The documentation seems pretty simple, saying I should set the Toplevel's -use property to the hex id number returned by "winfo id". Using the code
where $box is the container frame, I get this error: '0x1b03b2' isn't numeric I searched quite a lot for documentation on winfo or Toplevel, but found nothing that went into detail enough to give me any ideas to solve the problem. All the documentation seems to say that this is pretty simple, so maybe I'm missing something obvious? Thanks for any help, -Jeff :)
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||