Hi John and Alan,
I got it! Thank you both for explaining this situation.
Thanks,
Joe
Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag
On Tue, 22 Nov 2005, [EMAIL PROTECTED]
([EMAIL PROTECTED]
>>I'm puzzled by the 'command' option in menu and Button of
>>Tkinter. With the following lines,
The command value needs to be a *reference* to a function.
That is not the function call itself but a reference to the function
that will be \called.
Let me illustrate the difference:
def f(): print