08-15-2005 04:03 PM
08-15-2005 04:17 PM
08-15-2005 04:17 PM
You are right : you can't modify the settings for the individual elements in an array.
What you should do is to use a table. Basically, it's a 2D string array, but you can modify the color of each cell separately. See the attached vi
08-15-2005 04:37 PM
Thanks for the fast responses. You guys should get a raise. I've been playing with a table and it looks like that is the easiest way. If I were to use a cluster, is there a way to auto-index through cluster elements just using a for loop? I thought I once saw a way to get the item # of a control/indicator inside a cluster in a typedef. Thanks Again.
Tony.
08-15-2005 06:08 PM
08-15-2005 06:26 PM
08-15-2005 06:32 PM
08-16-2005 02:35 AM