[Gambas-devel] LCDlabel not visible in design mode

Benoît Minisini gambas at ...1...
Sat Oct 25 15:38:17 CEST 2014


Le 25/10/2014 15:27, Ron a écrit :
> I set LCDLabel.Text to 0 to see it for now.
>
> LCDLabel has a property .Text and .Value, the last one doesn't show in
> Properties list in IDE?
>
> Regards,
> Rno.
>

No, because the Value property is just a helper for writing:

	LCDLabel.Value = Value

instead of:

	LCDLabel.Text = CStr(Value)

Regards,

-- 
Benoît Minisini




More information about the Devel mailing list