LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to let the combo box update in an array of clusters

Hello all,

 

I would like to creat a control for a user interface, which is a array of cluster. Each cluster has a combo box with a dropdown list and a number. I also have a string array. I would like to have the dropdown list items come from this string array. And if the string array has been changed, the dropdown list should be updated.

 

Thanks for any help and suggestion!

0 Kudos
Message 1 of 2
(172 Views)

The list if items in a dropdown list is a property of the dropdown list.

Your dropdown list is a component of an array element; and all elements of an array necessarily have the same properties.

You could probably create an XControl that behaves as you want, but that won't be a quick fix.

If you tell us what your use case is, you'll probably get a number of suggestions for different ways to handle it.

0 Kudos
Message 2 of 2
(119 Views)