Hi,
The comments on my alpha channel question, lead me to believe i could simplify my
code by dozens of lines, but now i hit a snag.
Al label has many properties that i can set (color, text, textcolor, enabled...etc)
Now i define an array of views lblFrom(12) and i assign 12 labels to it. So far so good.
But
For i = 1 To 12
lblFrom(i).Enabled = True => allowed!
lblFrom(i).text = "0" => syntax error
Next
It would appear that making an arry of views, strips away some of the properties of the individual view,
in my case labels (eg. label.textcolor =....)
I cannot find a direct reference to this .
Any ideas or i'm back to square 1 ?
thx,
Paul
The comments on my alpha channel question, lead me to believe i could simplify my
code by dozens of lines, but now i hit a snag.
Al label has many properties that i can set (color, text, textcolor, enabled...etc)
Now i define an array of views lblFrom(12) and i assign 12 labels to it. So far so good.
But
For i = 1 To 12
lblFrom(i).Enabled = True => allowed!
lblFrom(i).text = "0" => syntax error
Next
It would appear that making an arry of views, strips away some of the properties of the individual view,
in my case labels (eg. label.textcolor =....)
I cannot find a direct reference to this .
Any ideas or i'm back to square 1 ?
thx,
Paul