LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Updating combo box/ring in array of clusters

Solved!
Go to solution

Hi AeroSoul,

 

some correction of my history post, the Append String in Invoke Node is not for your case, the Strings[] in Property Node ist the correct one to update strings in ComboBox.

 

Another update for more details and functions.

 

FrankenChino_0-1662622278786.png

 

Regards,

FrankenChino

0 Kudos
Message 11 of 12
(324 Views)

One question about the reference solution, i obtained reference to array, then to cluster, but i could not obtain a working reference to the combo box. What am i doing wrong?

 

AeroSoul_0-1662621028889.png

 


You need to get Controls[] property of cluster and then loop through the Controls[] array. If you find a combo box (by casting to more specific class without error) you have the needed reference.

Message 12 of 12
(322 Views)