[Gambas-user] Form_Resize

Benoît Minisini gambas at ...1...
Sun Sep 13 18:20:20 CEST 2009


> Am Sonntag, den 13.09.2009, 02:01 +0200 schrieb Benoît Minisini:
> > > Salut,
> > >
> > > is that my, or a general problem, on gambas2 2.16 I can make forms
> > > bigger, but not smaller...or did I miss something ?
> > > That I remarked on my "White-A4-PalmTop" for Debug-Watch-Windows but
> > > now I find that on a form in the project (see example).
> >
> > This always behaved like that: modal forms cannot be shrinked smaller
> > than their initial size. It is feature, not a bug.
> >
> > Regards,
> 
> Salut,
> 
> so let's talk about saved Debug-Watch-Windows, you make it bigger, to
> see more and after that you leave the session.
> When you restart new the Debug-Watch-Windows starts big, and can't be
> shrunk smaller anymore.
> 

*That* is a bug. It is caused by initializing the form geometry in the "_new" 
method instead of the "Form_Open" event handler.

I will fix it in the next revision.

Regards,

-- 
Benoît Minisini




More information about the User mailing list