[Gambas-user] window placement

Benoît Minisini g4mba5 at gmail.com
Wed Mar 2 21:41:38 CET 2022


Le 02/03/2022 à 18:56, Steve G via User a écrit :
> Sorry it took so long I was fighting covid and 6 feet of snow.
> 
> Details are Fedora 35 using gnome 41 and Gambas 3.16. Gtk two or three 
> same problem. Multiple monitor setup. Setting the top and left positions 
> of a window does not move the window. So simply put the following code 
> does not work.
> 
> In the form open
> 
> Me.top = 5
> Me.left = 5
> 
> That is so simple as I can make the code yet the window will not go 
> where it belongs. In version 315 this worked perfectly fine.
> 

Do you use Wayland? Please post the full system information returned by 
the IDE corresponding menu entry.

Does it change anything if you use the Move() method instead of setting 
the two properties one by one?

-- 
Benoît Minisini


More information about the User mailing list