[Gambas-user] Inconsistent initialization in controls: seems a little bug

Fabián Flores Vadell fabianfloresvadell at ...626...
Wed Sep 1 14:24:51 CEST 2010


I tested this only for control Label:

When a control label is created in execution time using gb.qt, then
control become visible just after assign a value at the Text property:

  PUBLIC SUB _New()

    DIM lbl1 AS NEW Label(ME)

    lbl1.Text = "Hi people"

  END

But if you write the same code in a form using gb.gtk, the control
Label keeps invisible until the properties X, Y, Width and Height gets
values.

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




More information about the User mailing list