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

  

   You forgot to mention this only happens when using gb.gui in Gnome or gb.gtk
   specifically.
   Regards,
--
Jesus Guardon
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to