wxPython: EVT_KEY_DOWN isn't caught

Carsten Gaebler cg at schlund.de
Mon Nov 13 03:36:56 EST 2000


rerwig at my-deja.com wrote:
> 
> Issueing the following code (cut and pasted from demo code) doesn't seem
> to catch the EVT_KEY_DOWN. What am I doing wrong?

It seems that wxFrame doesn't catch key events. You'll have to set up a
wxWindow child window and install the event handler there.

cg.



More information about the Python-list mailing list