05-23-2019 11:59 PM
Hello everyone.
I have more than one file but the listbox shows only first file (index 0 of the array). I would like to know how to bring all the values displayed in the listbox.
Thank you in advance.
Solved! Go to Solution.
05-26-2019 07:48 PM
therinoy,
I did a small experiment with LabVIEW NXG 3.1.1 and did not see the problem:
If you probe the array coming out of the For Loop you have, do you see your 4 elements? Is there any error thrown in the Property Node's error terminal? How about if you drop a new Listbox control to the front panel, create the reference and wire to the property node (to discard the Listbox was configured in a strange way)?
If it's still a problem, can you try LabVIEW 3.1.1 (available to download from the NI Package Manager) and see if the error still occurs?
All the best,
06-10-2019 04:03 AM
It's work, Thank you so much.