in reply to Re: TK menu question
in thread TK menu question

Am I missing something obvious? When I run the above code, nothing happens (no window creation, etc). I added use Tk; to the code. Still nothing. This looks like a much better way to go...if I can get it to work....thoughts? Neevvveeerrrrmind..... forgot MainLoop()....

Replies are listed 'Best First'.
Re^3: TK menu question
by Argel (Prior) on Feb 04, 2006 at 00:01 UTC
    My apologies for the confusion. The first few lines are there just so that readers can understand the variables I'm using. it wasn't meant to be a fully working code sample.