[Gambas-user] Changes after updating (either gambas or system-things)

Bruce Steers bsteers4 at gmail.com
Sun Jul 4 22:35:36 CEST 2021


On Sun, 4 Jul 2021, 17:03 Hartmut Wagener, <hartmut.w.wagener at t-online.de>
wrote:

> I have a programs running that is called by a keyboard-shortcut.
>
> The program is used to show a list of graphical programs to choose from.
>
> It is made of 15 buttons (Button1-Button15) and the same amount of panels
> containing a label.
>
> [image: Blender-Starter]
>
> After an update this tool did not react as before. In the past it was
> possible to navigate through the buttons by using either the TAB-button,
> but also the cursor-buttons were used to navigate. The cursor-buttons don't
> work anymore...
>
> But the navigation was disabled cause the Button1 did not get the Focus
> after starting, i had to add the line "Button1.setfocus" to get it to work
> again.
>
> When changing the focus with TAB the color of the buttan and the panel
> should change. That worked for the button, but not for the panels, so i had
> to put the line "Panelx.refresh" to every gotfocus and lostfocus-part with
> x numbering the panel number.
>
> Any hints why this happens after an update? I am not sure when this update
> happens, cause arch Linux is a rolling release and the causes showed up
> when needing one of the programs.
>
> Thanks a lot, regards
>
> Hartmut
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>


I find QT to be better with keyboard navigation than gtk3.

You may find an app functions better if you remove gb.gui and add gb.gui.qt
instead to force your app to be qt.

Just a suggestion, worth a try.

BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210704/22d01f82/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Bildschirmfoto zu 2021-07-04 17-50-44.jpg
Type: image/jpeg
Size: 36604 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210704/22d01f82/attachment-0002.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Bildschirmfoto zu 2021-07-04 17-50-44.jpg
Type: image/jpeg
Size: 36604 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210704/22d01f82/attachment-0003.jpg>


More information about the User mailing list