LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Does CVI support Editable Lists ?

Solved!
Go to solution

Hi

 

Is there a way i can have a drop down list with the ability for the user to enter his own values?

Help share your knowlegde
0 Kudos
Message 1 of 5
(3,304 Views)
Solution
Accepted by topic author Shako

I believe you're looking for a "Combo Box".  It's one of the available Custom Controls in the Toolslib.  You may also want to check out the "Combodemo" in the examples.

0 Kudos
Message 2 of 5
(3,299 Views)

Thanks.

 

Do you know if its possible to create a control like this for numerics only?

I currently got a function which forces the users input to numeric.

Help share your knowlegde
0 Kudos
Message 3 of 5
(3,287 Views)

Hi Shako,

 

I think that you might be able to use a ring control. It allows you to pre-determine the values that you want to have the user enter. You can learn more in the help file on it.

 

Perry S.

Applications Engineer
National Instruments
0 Kudos
Message 4 of 5
(3,276 Views)

I found a solution.

i Modded the combobox instrument to cater for a double numeric control and it works like a charm.

Help share your knowlegde
0 Kudos
Message 5 of 5
(3,270 Views)