From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ListBox (No active items)

Hi everybody, Could any of you tell me if I can set to "no active" an item
from a multiple selection listbox under some conditions? Perhaps using atribute
node facilities? I haven't been able to find the way. Yhanks.
0 Kudos
Message 1 of 3
(2,526 Views)
Set an emty numeric array on the Multible selction box

E

--
-----------------------------------------------------
Click here for Free Video!!
http://www.gohip.com/freevideo/

Eduard Muñiz wrote in message
news:38f420f9@newsgroups.ni.com...
>
> Hi everybody, Could any of you tell me if I can set to "no active" an
item
> from a multiple selection listbox under some conditions? Perhaps using
atribute
> node facilities? I haven't been able to find the way. Yhanks.
0 Kudos
Message 2 of 3
(2,526 Views)
"Eduard Muñiz" wrote:

> Hi everybody, Could any of you tell me if I can set to "no active" an item
> from a multiple selection listbox under some conditions? Perhaps using atribute
> node facilities? I haven't been able to find the way. Yhanks.

I think you're after a way to disable individual choices from a multiple selection
listbox. If that's correct, then I'm not aware of an elegant solution. What you
could do is add a structure to your monitoring loop that programmatically deselects
certain choices, depending on other logic in the diagram (or some variation of this
idea elsewhere in the diagram).

If you are asking how to deselect all elements of a listbox, then you can just
create a local variable for the listbox and wire in an empty array.

Regards,
John Lum
0 Kudos
Message 3 of 3
(2,526 Views)