[Gambas-user] Controls by code are invisible in Gnome

Fabián Flores Vadell fabianfloresvadell at ...626...
Tue Aug 31 22:50:45 CEST 2010


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

-- 
Fabián Flores Vadell
www.speedbooksargentina.blogspot.com




More information about the User mailing list