09-20-2012 04:23 PM
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
Solved! Go to Solution.
09-20-2012 05:15 PM
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.
09-20-2012 06:12 PM
Thanks. That was easier than I thought.
09-21-2012 11:01 PM
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.