[Gambas-user] Issue 522 in gambas: Panels do not capture keypress events

gambas at ...2524... gambas at ...2524...
Wed Apr 23 17:14:48 CEST 2014


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

New issue 522 by computer... at ...626...: Panels do not capture keypress  
events
http://code.google.com/p/gambas/issues/detail?id=522

1) Describe the problem.
Panels do not capture keypress events like Enter or Insert. This is  
unexpected behaviour.

2) Version information
Version: 3.5.2
Operating system: Linux (Manjaro)
GUI component: QT4 / GTK+ (generic GUI component)
Desktop used: Xfce

3) Provide a little project that reproduces the bug or the crash.

Public Sub Panel1_KeyPress()

   If Key.Code = Key.Enter Then
     Message("test")
   Endif

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