LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Text Ring multiselect mode

Solved!
Go to solution

I want to make a drop-down box in my program, works like a drop-down menu with multiselect mode, use shift key and ctrl key.

 

Does Labview has this type control?  I find combo box, text ring and enum can't meet my requirement.

 

 

0 Kudos
Message 1 of 5
(4,196 Views)

It is called a listbox under the List, Table, and Tree pallete.  There are settings to allow for multi-select.

0 Kudos
Message 2 of 5
(4,190 Views)
Solution
Accepted by topic author concorpoly

There is no such control. There isn't even one of those in Visual Studio. A dropdown is intended to select one item. If you need to select multiple items then you could use a ListBox. You could also have it so you have a menu ring on the front panel, and when the user clicks on it, you show a ListBox whcih is normally hidden. This gives you the illusion of a dropdown with multiple selections.

Message 3 of 5
(4,187 Views)

Neither Ring nor Enum could be in the multiselect mode. Refer to the Listbox that could function as you desire. See the attachment for details.

Message 4 of 5
(4,169 Views)

Thankyou RyanWhite..

 

This solved my requirements..

Thanks & Regards,
Rajasekaran V
0 Kudos
Message 5 of 5
(3,563 Views)