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

gambas at ...2524... gambas at ...2524...
Mon Jul 21 10:03:54 CEST 2014


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

I use an IconPanel, so I wanted tab-specific shortcuts. However, checking  
the index is a way to get around the global window shortcut:

   If PreferencesPanel.Index = 5 Then
     If Key.Code = Key.Insert Then
       btnReplaceAdd_Click()
     Endif
   Endif

-- 
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