[ wxwindows-Bugs-1633945 ] ESC Key in AcceleratorTable doesn't work anymore

SourceForge.net noreply at sourceforge.net
Fri Jan 12 02:40:03 PST 2007


Bugs item #1633945, was opened at 2007-01-12 10:40
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1633945&group_id=9863

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxMSW specific
Group: Platform specific
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: roee88 (roee88)
Assigned to: Nobody/Anonymous (nobody)
Summary: ESC Key in AcceleratorTable doesn't work anymore

Initial Comment:
Hi,
In my app I have lots of dialogs/frames and all have accelerator tables so they would get closed when pressing the ESC key (wxWXK_ESCAPE).
It worked until 2.6, but doesn't work in 2.7 and 2.8.

More info:
- It doesn't work even when binding EVT_MENU
to the frame, using the id used in the accelerator table.
- Dialogs only get closed when there is a EVT_CANCEL bind (then there is no need for AcceleratorTable). 
In 2.6 AcceleratorTable was working here as well.
- Attached is a wxPython sample application,
Note that this is NOT wxPython specific.

Thanks,
Roee.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1633945&group_id=9863




More information about the wx-dev mailing list