setting TppLabel.font.color
Hi,
I used to set colors of labels runtime with ppLabel.font.color := clYellow
(RB 5.5)
Now I'm using RBENT 6.02 and it seems I'm only able to set
ppLabel.font.color := 0
I get "invalid floating point operation" if I try to set the color to
pplabel.font.color := clYellow;
So, What could be wrong here ? Is it something I forget or is there a
difference in RB6.02 ?
Leon
I used to set colors of labels runtime with ppLabel.font.color := clYellow
(RB 5.5)
Now I'm using RBENT 6.02 and it seems I'm only able to set
ppLabel.font.color := 0
I get "invalid floating point operation" if I try to set the color to
pplabel.font.color := clYellow;
So, What could be wrong here ? Is it something I forget or is there a
difference in RB6.02 ?
Leon
This discussion has been closed.
Comments
Leon