[Gambas-bugtracker] Bug #2782: Height and width suppression processing bug in resize event
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Mon Aug 28 13:24:20 CEST 2023
http://gambaswiki.org/bugtracker/edit?object=BUG.2782&from=L21haW4-
Comment #2 by Benoît MINISINI:
The only reliable solution is to tell the window manager that your window is not resizable, and to implement the mouse-based resize process in your code.
It's theoretically possible, with a bit of work (you have to add yo your form some transparent container on its border and handle mouse press events on them to be able to start a resizing process.
More information about the Bugtracker
mailing list