El 31/08/10 22:50, Fabián Flores Vadell escribió:
> I was testing a custom control in a Ubuntu 9.10 virtualized by
> VirtualBox (using Gambas 2.18), and my controls become invisible in
> execution time. This not happens on Kubuntu 10.04 on virtualbox too
> (using Gambas 2.20).
> 
> I was suprized when I verified that the same happens with controls
> provided by Gambas,  What's could be happening?
> 
> 'lbl1 is invisible in time execution
> PUBLIC SUB _new()
>   DIM lbl1 AS NEW Label(ME)
> 
>   lbl1.Text = "Hi people"
> END
> 

Sorry for re-posting... I've clicked the Send button too early!

May be you need to specify X, Y coordinates and size for the new widget
to be positioned on your form?

-- 
Jesus, EA7DFH

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to