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

2014-07-21 Thread gambas
Comment #7 on issue 522 by computer...@gmail.com: 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 Preference

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

2014-07-17 Thread gambas
Updates: Status: WontFix Comment #6 on issue 522 by benoit.m...@gmail.com: Panels do not capture keypress events http://code.google.com/p/gambas/issues/detail?id=522 (No comment was entered for this change.) -- You received this message because this project is configured to send all

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

2014-06-27 Thread gambas
Comment #5 on issue 522 by benoit.m...@gmail.com: Panels do not capture keypress events http://code.google.com/p/gambas/issues/detail?id=522 Panel can't have focus (except in Qt4, but I think this is my mistake), but Form catch all key events sent to any of its children controls, before they

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

2014-06-27 Thread gambas
Comment #4 on issue 522 by computer...@gmail.com: Panels do not capture keypress events http://code.google.com/p/gambas/issues/detail?id=522 I would like to press Insert on my form (=panel) to add a new item to a listbox, which is equivalent to the button Add (it uses an InputBox). However,

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

2014-06-26 Thread gambas
Comment #3 on issue 522 by benoit.m...@gmail.com: Panels do not capture keypress events http://code.google.com/p/gambas/issues/detail?id=522 Apparently Panels cannot take the focus with GTK+... But they do with QT4. But why do you want a Panel to take the focus? It is not an input widget at

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

2014-04-24 Thread gambas
Comment #2 on issue 522 by computer...@gmail.com: Panels do not capture keypress events http://code.google.com/p/gambas/issues/detail?id=522 1) System Information [System] Gambas=3.5.2 OperatingSystem=Linux Kernel=3.13.10-1-MANJARO Architecture=x86_64 Distribution=Manjaro Linux Desktop=XFCE Th

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

2014-04-23 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-3.5.0 Comment #1 on issue 522 by benoit.m...@gmail.com: Panels do not capture keypress events http://code.google.com/p/gambas/issues/detail?id=522 1) Please provide the information displayed by the "System information" menu i

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

2014-04-23 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 522 by computer...@gmail.com: Panels do not capture keypress events http://code.google.com/p/gambas/issues/detail?id=522 1) Describe the problem. Panels do not capture ke