http://gambaswiki.org/bugtracker/edit?object=BUG.781&from=L21haW4-

Comment #3 by BenoƮt MINISINI:

Well, then maybe it's the fault of your window manager?

When Gambas creates a window, it does not send a move request until you call 
the Move() method explicitly with a position
different from (0,0). In other words, having an initial position of (0,0) is 
the same thing as having no initial position.

In that case, it's the window manager that decides where the windows will 
appear.

I will check the Qt source when I have time to see if he sends an initial 
window position even if Gambas does not specify any.

Note that on KDE, both windows appears under the task bar : the window manager 
prevents any window to appear behind it whatever the initial position I specify.



------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to