02-02-2011 04:01 PM
How does one change the numeric text background color (NumText.BGColor property) on a numeric element of a cluster?
I see the property when a numeric is standalone, but don't see it when it is inside a cluster.
Solved! Go to Solution.
02-02-2011 04:03 PM
Just Right-Click on the control inside the cluster and Create Property Node then select your Property.
02-02-2011 04:06 PM
Thanks much - that works just great.
02-02-2011 04:14 PM
Suppose there are an array of these clusters.
Is there a way to change the property of the numeric element at a specific index (as opposed to the numeric element at every index location?
02-02-2011 04:17 PM
No, all array elements share the same properties. Only values can be different.
One solution would be to add a flat colorbox as additional cluster element and place in in the background. Now change the color as desired.
02-02-2011 04:38 PM
Thanks much - the colorbox in the cluster is a good idea and easy to implement.