google-code-export / gambas

Automatically exported from code.google.com/p/gambas
1 stars 0 forks source link

Setting me.fullscreen in Form_Open behaves differently in GTK and QT #327

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) Set me.fullscreen in Form_Open. In GTK, the form goes fullscreen 
immediately.  In QT, the wait command completes first.

2)
[System]
OperatingSystem=Linux
Kernel=3.4.9-1-ARCH
Architecture=x86_64
Memory=4052172 kB
DistributionVendor=arch
DistributionRelease=n/a
Desktop=Xfce

[Gambas 2]
Version=2.24.0
Path=/usr/bin/gbx2

[Gambas 3]
Version=3.2.90
Path=/usr/bin/gbx3

[Libraries]
Qt4=libQtCore.so.4.8.2
GTK+=libgtk-x11-2.0.so.0.2400.11

3) project attached

Original issue reported on code.google.com by zachsmit...@gmail.com on 6 Sep 2012 at 10:22

Attachments:

GoogleCodeExporter commented 9 years ago
gb.qt4 was right, and gb.gtk was wrong. Setting FullScreen to TRUE made the 
window visible.

It is fixed in revision #5157.

Original comment by benoit.m...@gmail.com on 11 Sep 2012 at 6:34