LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how do i programaticaly modify controls?

I am trying to add items to a listbox (either my one type def or the labview generic) by opening a reference to the control or to a LabVIEW VI with the control on its panel. I can ony get a refenence to a generic control class not to the specific listbox class.
Download All
0 Kudos
Message 1 of 2
(2,355 Views)
You have to convert the generic control refnum to a listbox control refnum using "To More Specific Class" function. Drop a "Class Specifier Constant" and select a listbox control to set the class.


LabVIEW, C'est LabVIEW

0 Kudos
Message 2 of 2
(2,355 Views)