> sorry Benoit i send you wrong project
> 
> here it is the corect, but it is not something special.
> 
> the code is
> 
> ---------
> PUBLIC SUB Form_Open()
> 
>  PRINT Label1.Height
>  PRINT Label1.Width
>  Label1.Text = " This is a looooooooong text, sghssgh fshsfg dfg fdg sad
> gfsda asdg sd"
>  Label1.Adjust
>  PRINT Label1.Height
>  PRINT Label1.Width
> 
>  END
> ---------
> 
> 
> in my machine with ubuntu 10.04 i get
> 
> 117
> 72
> 
> 19
> 72
> 

Is it better with revision #3417?

-- 
Benoît Minisini

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to