LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to dynamically change selection mode of listbox?

Solved!
Go to solution

Hello everyone

 

Is it possible to change the selection mode of listbox dynamically?

Both cases in the attached vi functions similarly. I want the listbox to be changed to 1 item selection mode when the string selected from combo box is SET.

 

Can anyone help please?

 

Thanks

sarkar

 

0 Kudos
Message 1 of 4
(2,646 Views)

You can change the selection mode of a listbox using a Property Node.

0 Kudos
Message 2 of 4
(2,643 Views)
Solution
Accepted by topic author chips

There is a property node for Listboxes called Selection Mode.

 

Don't use the terminal of the control in one case and a local variable of it in the other.  Move the terminal outside the case structure and wire it into the case structure.

 

Message 3 of 4
(2,642 Views)

Thanks a tonn you guys. It was really helpful 🙂

0 Kudos
Message 4 of 4
(2,633 Views)