07-22-2014 09:27 AM - edited 07-22-2014 09:52 AM
Hi everyone,
I have managed to get the files name in my folder and would like to show them all in a drop-down menu.
I am thinking of using combo box, but I seem to not be able to separate the files from the 1D array. I would like to have all the files neatly placed in combo box, not everything in one line/option (like the way it is right now).
Please see the below print screens.
Many thanks in advance!
Cheers,
Stephen
07-22-2014 09:30 AM
There is no Screen shot in the post
07-22-2014 09:53 AM
Sorry for whatever happened there. I hope you can see the screenshots now!
Stephen
07-22-2014 10:01 AM
To get the values from the array to the Combo box selection item use the combo box property "Strings". Wire the array to this property node, then you will be able to see what you are expecting.
07-22-2014 10:10 AM
I am sorry but I'm kind of new to this combo box feature. Where can you find the Strings property?
07-22-2014 10:14 AM
Right click the Combo box Create>Property Node>Strings. Wire the array to this node and execute the code.
Please go through the LabVIEW basic materials for getting used to the LabVIEW environment and components.