LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
Mads

Add dropdownlist style option to LabVIEW combo boxes

Status: New

If we want a ring of a string type we can use a combo box and if undefined items are not to be allowed it *could* behave as a regular ring (integer type) with no text editing/input, but that is not an option in LabVIEW now. Having such an option would allow us the keep the behaviour of multiple ring controls identical (and hence more intuitive to the users) although their types behind the scene for programmatic convenience are different.

If you want to keep the ring as a string (to not have to deal with it indirectly though the ring/enum string array property, which would be the current workaround...) you are currently forced to accept that the this ring will behave differently than other ring controls or enums:

 

In Microsoft applications the suggested feature is available by setting the style of the combo box to DropDropDownList.

 

3 Comments
Mads
Active Participant
Yamaeda
Proven Zealot

I agree, either a separate option, or automatic when not allowing undefined strings. No, then you can't click and search ... New option it is.

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

Qestit Systems
Certified-LabVIEW-Developer
mcduff
Trusted Enthusiast

Besides the dropdown feature, I would like the following also: 

No need to highlight the text,

Add a check mark in the dropdown box for the current value