[Gambas-bugtracker] Bug #2736: Error in gb.gui.base.splitter on Raspberry PI 3b with Touchscreen Display
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Wed Apr 19 20:01:31 CEST 2023
http://gambaswiki.org/bugtracker/edit?object=BUG.2736&from=L21haW4-
Comment #1 by Benoît MINISINI:
Alas I have no touchscreen anywhere to test.
Can you try with the QT5 component to see if you get the same error?
Anyway, there are many temporary workarounds: in your project, declare an exported Splitter class. It will override (i.e. inherit) the Splitter class of the gb.guibase component, and that way you should be able to redefine any of its public methods (for example Resize_MouseDown) to fix what you want.
Tell me if it works!
Benoît MINISINI changed the state of the bug to: NeedsInfo.
More information about the Bugtracker
mailing list