"Gabor Szabo" <[EMAIL PROTECTED]> writes:

> EVT_KEY_UP( $self, \&on_key );
> On Linux it works on Windows it does not.
> 
> What am I doing wrong ?

My guess is that on Windows the window associated with $self is not
eligible to receive key events.

Did you try running Wx::Demo? It has some demo code to use EVT_KEY_UP
(e.g., in the ComboBox demo).

-- Johan

Reply via email to