LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem nesting combo boxes between them LabVIEW

it's file name, the file is like NAM1_ATP5_Environnement2_FT3_Signal7_Reptopo. We'll have a drop-down menu when I click on NAM, there will be all the files with the registered NAM, as soon as we select this NAM, there will be several ATPs and so on

0 Kudos
Message 21 of 27
(279 Views)

Hi Problem,

 


@Problem LabVIEW wrote:

Message 7 solution doesn't meet my expectations because NAMs are pre-filled and I want it to be dynamic


Please re-read message #7!

Then implement step 1 and 2…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 22 of 27
(264 Views)

Should be LV2018 now.

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 23 of 27
(209 Views)

Hello, via a friend I managed to have it in version 2018, thank you, I am working on your code. I wanted to know how you were doing so that your combo box 2 depends on your combo box because the problem is that the values of the drop-down menu that offers this code are frozen data.

Thank for your help.

0 Kudos
Message 24 of 27
(199 Views)

Hi Problem,

 

the example VI uses an INI file to define the content of "Combo box" and "combo box 2": did you provide such an INI file with some (correct) settings?

 

Otherwise see message #7 and mplement steps 1 and 2 to replace those INI file functions…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 25 of 27
(185 Views)
Hello everyone,
compared to all the indications that there has been on the topic, I put to you the VI unfortunately there are errors. I wanted to know if I'm finished soon or not, if yes is there someone to start me so we can have a finished VI. Thank you to the people who are contributing.
0 Kudos
Message 26 of 27
(48 Views)

Here is something that works. I cleaned it up a little, but not much. You will still need to remove duplicates from the arrays of strings and turn off Allow Undefined Strings on each of the combo boxes.

Redhawk

Saying "Thanks that fixed it" or "Thanks that answers my question" and not giving a Kudo or Marked Solution, is like telling your waiter they did a great job and not leaving a tip. Please, tip your waiters.

0 Kudos
Message 27 of 27
(38 Views)