[Gambas-user] Restore fullscreen mode at Form_Open fails
Patrik Karlsson
patrik at ...1982...
Fri Sep 26 22:48:38 CEST 2008
When I try this line in Form_Open
ME.FullScreen = Settings["Main/FullScreen", FALSE]
If the setting is true, the only thing that happens is that the program
becomes a normal window in full size.
However, if I have a timer that executes (once), after a short delay, the line
above, it works just fine.
Is there a better way to do this without the extra timer?
More information about the User
mailing list