[Gambas-user] bug? in textbox.alignment in 1.9.51

Fabien Bodard gambas.fr at ...626...
Thu Sep 20 14:14:58 CEST 2007


On Thursday 20 September 2007 13:39:34 Stefano Palmeri wrote:
> Hi, all. Hi, Benoit.
>
> Just downloaded 1.9.51. I opened an old project of mine with a lot of
> textboxes. When I write something in the textbox and then press Enter, the
> text goes upper and it moves to the center. But with 1.9.51, .alignment =
> 68 doesn't work anymore? Did I miss something? I've attached a little
> example to show the bug.
>
> Regards,
>
> Stefano Palmeri


Replace the 68 by Align.AlignMode :

Align.Left
Align.Right

You are using static Value and maybe it have changed between gb1 and gb2




More information about the User mailing list