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

New issue 538 by fidojo...@gmail.com: 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

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to