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