> 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.

I'm inclined to prefer the gb.gtk behaviour than the gb.qt one, aren't you?

-- 
Benoît Minisini

------------------------------------------------------------------------------
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