[Gambas-bugtracker] Bug #2759: Listbox and Combobox entries are not reachable by typing as in gambas2
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Fri Aug 4 18:03:49 CEST 2023
http://gambaswiki.org/bugtracker/edit?object=BUG.2759&from=L21haW4-
Comment #1 by Bruce STEERS:
Hi I think this sounds like typical toolkit difference.
Gambas used to use QT by default but now it uses GTK3
This caused some controls to behave slightly differently but it is not any change in gambas code it is how the different toolkits behave.
You can run the IDE using QT with the following command...
env GB_GUI=gb.qt5 gambas3
or if you want your programs to work exactly like they did they probably need to use QT too, so make them explicitly use gb.qt5 component not gb.gui.
Hope that helps
BruceS
More information about the Bugtracker
mailing list