09-08-2022 02:31 AM
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.
Regards,
FrankenChino
09-08-2022 02:32 AM - edited 09-08-2022 02:32 AM
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?
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.