Re: [Gambas-user] Moving a modal child window

2011-08-28 Thread charlesg
Benoît Minisini wrote: > >> I am trying to position a modal child window relative to its parent. When >> I >> put 'me.top = FMain.top + 20' in the _Open class of the child, it works >> with GTK but not QT (where the child window opens centered). > > That bug should be fixed in revision #4043. >

Re: [Gambas-user] Moving a modal child window

2011-08-26 Thread Benoît Minisini
> Hi > > I am trying to position a modal child window relative to its parent. When I > put 'me.top = FMain.top + 20' in the _Open class of the child, it works > with GTK but not QT (where the child window opens centered). > > I can get the child window to move correctly in both GTK and QT by usin

[Gambas-user] Moving a modal child window

2011-08-24 Thread charlesg
Hi I am trying to position a modal child window relative to its parent. When I put 'me.top = FMain.top + 20' in the _Open class of the child, it works with GTK but not QT (where the child window opens centered). I can get the child window to move correctly in both GTK and QT by using a 1msec tim