Tkinter, Alt, and Windows
Tim Daneliuk
tundra at tundraware.com
Fri Jan 7 17:40:34 EST 2005
More information about the Python-list mailing list
Fri Jan 7 17:40:34 EST 2005
- Previous message (by thread): What could 'f(this:that=other):' mean?
- Next message (by thread): Tkinter, Alt, and Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Arrrrrggg. I have a program that runs comfortably across both Unix variants and Windows ... except .... I wish to bind an Alt-ButtonRelease-3 combination to popup a menu. This works flawlessly under Unix, but with windows, the menu appears briefly and then disappears. I'm guessing that Alt under windows generates another event that I am not catching and the default internal Tk message handler is processing it and causing my menu to get destroyed. It seems that any combination involving the Alt key has this issue - for example Control-Alt-ButtonRelease-3 does the same thing. Has anyone else run into this behavior and have a fix??? TIA, ---------------------------------------------------------------------------- Tim Daneliuk tundra at tundraware.com PGP Key: http://www.tundraware.com/PGP/
- Previous message (by thread): What could 'f(this:that=other):' mean?
- Next message (by thread): Tkinter, Alt, and Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list