[Gambas-user] another bug ?

Benoit Minisini gambas at ...1...
Wed May 19 23:23:16 CEST 2004


On Wednesday 19 May 2004 23:14, Fabien Bodard wrote:
> Le mercredi 19 Mai 2004 22:34, Benoit Minisini a écrit :
> > On Wednesday 19 May 2004 22:03, Fabien Bodard wrote:
> > > hi
> > >
> > > Resize event seem to not work correctly... it just work when maximised
> > > the form but not during resizing !
> > >
> > > Regards, Fabien Bodard
> >
> > Are you sure ? When I resize a form in the IDE, the width and height
> > properties are updated...
>
> ' Gambas class file
>
> PUBLIC SUB Form_Resize()
>
>   ME.Text = ME.width
> ME.Width = 80
> END
>
>
> en fait ce code ne fonctionne pas... impossible de forcer une largeur ou
> une hauteur...
>
> Une option sympa dans la création d'IDE et que n'a pas vb
>
> par ex :
>
> ME.LockHeight as boolean
> ME.LockWidth as Boolean
> ME.LockPosition as Boolean
>
>
>
> Fabien
>

Did you set the Border property to Resizable ?

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list