LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to edit items of a combo box that is part of an array of clusters

Solved!
Go to solution

Hi,

 

In the attached vi, I have an array of clusters, and each cluster contain two combo boxes. How do I edit the items in Combo Box 1 for all elements of the array? (All Combo Box 1 elements shall include the same items.)

 

For illustration, I also included the trivila case, i.e., editing the items in a separate combo box that is is not part of an array of clusters (Combo Box 3). Please advise. Thanks.

 

Peter

0 Kudos
Message 1 of 4
(2,410 Views)
Solution
Accepted by topic author pbuerki

Right-click on the combo box and select Create -> Property Node -> String[]. Place it on the block diagram. Change it to write (right-click), and then feed it an array of strings.

0 Kudos
Message 2 of 4
(2,405 Views)

Thanks. That was easier than I thought.

0 Kudos
Message 3 of 4
(2,399 Views)

Please mark S_Mercurio's message as the solution to your question rather than your own thank you  message.  First you will have to unmark  yours by going to the option menu to the upper right of your message.

0 Kudos
Message 4 of 4
(2,376 Views)