Re: [Gambas-user] BUG: Textlabel contents not displaying when value changes from ""

2011-01-01 Thread BenoƮt Minisini
> I'm using a Textlabel with Transparent = True. This displays a > numeric value that can change while the program is being used. If the > value is zero, it displays nothing (.text = ""). > > The problem is that if the control has no .text value, and is then > given one, it does not display. If

[Gambas-user] BUG: Textlabel contents not displaying when value changes from ""

2010-12-09 Thread George
I'm using a Textlabel with Transparent = True. This displays a numeric value that can change while the program is being used. If the value is zero, it displays nothing (.text = ""). The problem is that if the control has no .text value, and is then given one, it does not display. If the value c