Capture Escape Key with Wizard/Grid
A.M.
cuberootva at gmail.com
Thu Aug 31 11:38:01 PDT 2006
Hi all,
I am implementing a custom grid string editor that exists in a wizard
page. I did this to originally catch the return key to keep my wizard
from jumping to the next page while editing a grid cell. Similar
behaviour occurs while editing and I press the escape key. The wizard
catches the key event and tries to cancel the wizard. For whatever
reason the escape key is not propagated AFAIK to anywhere I can print
it's key code.
I would like to be able to catch the escape key myself and close the
grid cell's editor control and not allow the wizard to close.
Thanks.
More information about the wxpython-users
mailing list