08-25-2011 02:06 PM
Hi,
i have question about array of clusters. I want to do some list of commands where i use table of arrays. In array are 2 tables one string and one image controller. I found code that find me active (clicked cell in this array but is there any way how to highlight this cell? I tried to changed background color of this cluster but this change color for whole table. Can you help me. My program is attached.
08-25-2011 02:42 PM
Hi,
in an array all elements share the same properties - with only one exception: their value! Point. No way around.
You have to use something different then this property. Maybe you could put an array of colorboxes behind your (transparent) table to mimic the highlighting by setting the colors...
08-25-2011 04:04 PM
Add a color box to the cluster; put it behind the object to want to highlight, and make sure that object has a transparent background.
08-26-2011 05:22 AM
Ok guys i will try this
08-26-2011 08:05 AM