LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multicolumn listbox changing value in sub-vi

The multicolumn listbox is not updated (refreshed) when changing the value with property node via reference handle.
Download All
0 Kudos
Message 1 of 2
(2,431 Views)
The problem is that the value property sets the value of the multicolumn listbox (which BTW is an I32). To set the value of the cells in the listbox you have to use the itemnames property (which is a 2D array of strings).

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 2 of 2
(2,431 Views)