[Gambas-user] Issue 527 in gambas: Keypress event, twice.

gambas at ...2524... gambas at ...2524...
Fri May 30 15:25:06 CEST 2014


Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any  
Desktop-Any GUI-Any

New issue 527 by pato.... at ...626...: Keypress event, twice.
http://code.google.com/p/gambas/issues/detail?id=527

1) Simple, the event "Keypress" happens twice instead of one.
2) Ubuntu 14.04 Lts - 6Gb Ram - I5-3470 - 64bit - Gambas 3.5.3 - GTX 770
3)
Public Sub Form_Open()

End

Public Sub form_KeyPress()
     Print "t"
End

debug

t
t

Just Press the key one time.

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings




More information about the User mailing list