LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Listbox problem

Hi,

I want to have a list with system checkbox in front of each cell. There is just one column wih values. By checking the boxes, the values in the column are selected. And the list should be editable.

How can I do that?

Thanks alot for any help

Yves
Message 1 of 6
(3,831 Views)
Here's one way of doing it.   Not necessarily the most elegant. 🙂
 
Eric
Message 2 of 6
(3,800 Views)

One more way to do it Smiley Wink

Regards,

Dev

Message 3 of 6
(3,792 Views)
Thanks for your help.

Both example are almost what I needed.
But isn't it possible to have the checkbox in the table / list? With this it would be possible to select a bigger number of cells. And the vertical scrollbar would become very useful.

Yves
0 Kudos
Message 4 of 6
(3,785 Views)
Hi,

with your help I found a good solution. Maybe anybody else can use this.

Enjoy your weekend Smiley Wink

Yves





Using: WinXP, LV8.0.1, LV 8.2, NI-SAV
Message 5 of 6
(3,771 Views)
Good Work!
 
   I also discovered that Labview 8.2 has a "radio button" control, which allows you to have MUTUALLY EXCLUSIVE selections, if that's what you need.  I'm certainly glad they have the radio button now, because I once had to figure out how to do that 'longhand", and I've since forgotten how I did it. (Hint...it was NOT a trivial problem!)
   Anyway, with the radio button, you can pipe the output to a case structure, and put each of your selections in a new case.   Actually, I really like this problem, because there are so many divergent approaches to solving it.  Really gets the old brain follicles going!
 
eric
0 Kudos
Message 6 of 6
(3,764 Views)