[Gambas-user] another bug ?
Fabien Bodard
abidoo.too at ...11...
Wed May 19 23:14:45 CEST 2004
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
More information about the User
mailing list