LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

A Table/Listbox with Checkbox Column?

Hello everyone,

I want to build a table or a multicolumn listbox which contains a checkbox
column, is it possible under LabView8.*?

Thanks a lot!

Le


0 Kudos
Message 1 of 7
(20,651 Views)
May be the easiest is to create an array of cluster - With a cluster composed of a Boolean (Check box) and a string.

I hope this help you..

Regards,
Chris


Ah, by the way, everything is possible with labVIEW   : )
0 Kudos
Message 2 of 7
(20,647 Views)
I extracted piece of code from application I wrote some time ago. Modify as needed. Cheers [backsaved to 8.0]
LV 2011, Win7
Download All
Message 3 of 7
(20,638 Views)
Just FYI: The VIs are still in 8.5.
0 Kudos
Message 4 of 7
(20,616 Views)
Woops! So here it is backsaved to 8.0 🙂
LV 2011, Win7
Download All
0 Kudos
Message 5 of 7
(20,600 Views)
Hi ceties, May I know how you insert the checkbox into column 1. Are you using the symbol or anything else. Thanks, Alex.
0 Kudos
Message 6 of 7
(19,656 Views)

Right click on the MCLB and select Visible items->Symbols

Then you have to programatically change the ItemSymbols property and write something into ItemNames. See attached snipet.

LV 2011, Win7
Message 7 of 7
(19,615 Views)