[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gambas-bugtracker] Bug #3038: Splash screen is not displayed under GTK any longer and at a wrong position under QT


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

Comment #5 by Benoît MINISINI:

For me, it's not a bug with Qt:

1) You position the main window at (0,0).

2) The Form_Open() event handler is called, and then you create the splash window.

3) The splash window is position according to the main window at (0,0)

4) In the meantime, the window manager decided to move the main window elsewhere.

5) You receive a Form_Move() event, and the window has now its new coordinates.

6) The splash screen is still at the old place.


----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----