08-14-2018 01:06 PM
HI
thank you for yur reply ,
yes it's what I want ,, so can you help me to find a solution fr my problem .
08-14-2018 01:27 PM
If you want drop down menus, then I recommend you use ComboBoxes (in the String Control palette) for your controls. You can populate them with the Strings[] property. You can get the list of available strings using the List Path. When going this route, you will also want to use an Event Structure in order to detect when a value want changed and you can then update the other ComboBoxes.
08-14-2018 01:35 PM
HI
actualy I didn't undrestand yu very well can you code it in labview
thank you
08-14-2018 02:25 PM - edited 08-14-2018 02:26 PM
Here's something to get you started.
08-14-2018 07:42 PM
HI
actualy I cant find the property node strings [] ,can you help me to get it and what's the type of month and year icon that you used
thank's
08-15-2018 06:34 AM
@ichrakk wrote:
I cant find the property node strings []
Just create a property node of the ComboBox. One of the available properties is Strings[]. You may have to scroll down in the list, but it is there on the top menu.
@ichrakk wrote: and what's the type of month and year icon that you used
They are just normal control terminals with the View As Icon turned off.
08-15-2018 06:45 PM
HI
can you have a look in my vi file and tell me what's wrong ,why it can read the text file
and thank you
08-15-2018 08:23 PM
Do you get an error?
Why do so many controls have missing labels, or labels that start with spaces?
When you get to using the final "txt" string that you convert to a path, what does it look like? (i.e. put in an indicator) You seem to be drilling down through directories, but you don't seem to be using the path of directories you have to build a full file path. You seem to be just using a filename.
08-16-2018 06:44 AM
HI
so how can I use the path to open that text file pleae.
thank you
08-16-2018 06:53 AM
Use the Build Path function, actually a series of them, to create the full path that includes all the names of sub folders you picked out along the way.