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


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to