[Gambas-user] KeyPress event is fired twice (martin p cristia)

Benoît Minisini g4mba5 at gmail.com
Mon Jun 28 20:13:26 CEST 2021


Le 24/06/2021 à 20:38, martin p cristia a écrit :
> Found a workaround: there has to be a dummy GLArea_Keypress sub and the 
> event fires only once in Form_KeyPress
> 
> Public Sub Form_KeyPress()
> 
>    Debug Key.Text
> 
> End
> 
> Public Sub GLArea1_KeyPress()
> 
>    ' Debug "GLArea", Key.Text
> 
> End
> 

It should be fixed in master.

Regards,

-- 
Benoît Minisini


More information about the User mailing list