The "disabled items" property is a ring and listbox property. It is not an
array property since all the rings in the array have the same disabled
elements. The look of disabled array elements is obtained by assigning
different values to array elements.
To include the technique in your VI, you can leave your code as is and
continue to use arrays but create an array of rings only for display
purposes. Instead of displaying the numeric array, you display the ring
array and properly assign Strings and disabled items properties.
Jean-Pierre Drolet
"P"
a écrit dans le message news:
506500000005000000CA320000-993342863000@exchange.ni.com...
> you used the attribute "disabled items[]" or something similar. is
> that only available with
rings? can you do anything like this with a
> simple array? your suggestion did just what I wanted, but I cant
> figure out how to add it to the existing code... I am using arrays,
> and dont want to change to much code, this addition is just for
> effect, so I dont want to spend too much time on it, when its only for
> looks 🙂