[Gambas-user] Issue 538 in gambas: KeyPress event in gb.GTK duplicate event gambas 3.5.3
gambas at ...2524...
gambas at ...2524...
Thu Jul 17 14:12:20 CEST 2014
Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 538 by fidojo... at ...626...: KeyPress event in gb.GTK duplicate
event gambas 3.5.3
http://code.google.com/p/gambas/issues/detail?id=538
This simple code, whe you press ENTER call the function two times. Only
fails with gb.GTK, no problem with gb.QT4. With Gambas version 3.5.3
Public Sub TxtTarea_KeyPress()
If key.Code = key.Enter Or key.Code = key.Return Then
GrabarTarea()
End If
End
--
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