PAVERA Posted August 25, 2011 Report Posted August 25, 2011 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. editor.vi ClickedArrElement.vi 1 Quote
Samapico Posted August 25, 2011 Report Posted August 25, 2011 Make the background of the cluster transparent, and place another control behind it, and move that control depending on which one is selected OR Place a boolean indicator (like the square LED one) in your cluster, behind the other controls. You can set the false/true color of that indicator to whatever you want, and when the active cell changes, scroll through your array and set that value to false for every item, except the one that is selected. See screenshot of 20 seconds of work I think you should be able to do something nice that way Quote
PAVERA Posted August 26, 2011 Author Report Posted August 26, 2011 ok this is solution and i can do this really fast, but is there some usual way? Quote
Bobillier Posted August 26, 2011 Report Posted August 26, 2011 You can find solution here http://lavag.org/top...__fromsearch__1 Look SelectionColorExample.vi at the end. Eric Oups too speed reply. in fact this example modify cluster and not array... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.