[Gambas-user] form resize behave (2)
Karl Reinl
karl.reinl at ...9...
Tue Mar 10 21:03:14 CET 2015
Salut,
Is there a switch or form property to get form smaller then the starting
(not initial) size, or pull it back to initial size ?
--
Amicalement
Charlie
Salut,
I found out what happens.
I set the saved (with Settings.write(Me)) Form size before Form_Open
raises, in Public Sub Run(..
The result is, you can make Forms bigger, but not smaller.
gambas3 takes the Form size found at Form_Open as it's initial size, and
don't let you make it smaller as that.
If you set Form size in Form_Open or later, the initial size, is the one
from design time.
--
Amicalement
Charlie
More information about the User
mailing list