Michael Welsh wrote:
My only problem left is MSW triggers the menu on an ALT press.
It should only be if the ALT key is pressed and released before any other key is pressed (as in an ALT-C or whatever.)
If no menu is present with the ALT combination I pressed, it just BEEPS..
The native controls will typically do this if it gets events for some key combination that it is not expecting but I don't remember the details. Try fidling with when you do or don't call event.Skip(), you may be able to get rid of it.
Someone once wrote GUI programming sucks... but wxPython/wxWindows makes it suck a lot less !
I'll have to remember this one!
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!