03-05-2025 04:59 AM
Hi everyone is my 3rd question on this topic so i hope to find a solution.
I have to create a Table made with an array that contains clusters with two object (See picture below). I made the table structure but i can't properly popolate the combobox using the property node or other way around, why an easy thing has to be so difficult when you use an array?!
At this point give my the solution, i know isn't the best way to learn but i'm tired and out of idea, i tryed everything i know without sucess , i'm still learning....
My question is how i can popolate dinamically the combobox without changing all the combobox??
Thank you for your time and knowledge and remember: Array properties appply to all element inside the array 😡😤
Using Labview2021
03-05-2025 05:00 AM
Here the pic
03-05-2025 06:03 AM
You have to change the combobox Strings[]-property each time it activates.
03-05-2025 07:55 AM
Hi Again Yamaeda,
i already know that you have and how to use combobox string() property to modify the element... my problem is how can i access the combobox inside a cluster inserted in a array structure?
03-05-2025 08:07 AM - edited 03-05-2025 08:08 AM
Hi Marione,
@IlMarione wrote:
my problem is how can i access the combobox inside a cluster inserted in a array structure?
Several options:
Keep in mind: in an array all elements share the same properties!
03-05-2025 08:45 AM
@IlMarione wrote:
Hi Again Yamaeda,
i already know that you have and how to use combobox string() property to modify the element... my problem is how can i access the combobox inside a cluster inserted in a array structure?
As i showed in the picture. A control reference can point to an element inside a cluster.