LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PDA Combo Box

How can the list in a Combo box be inserted under programme control? NI support say use the "Set PDA Listbox String.vi" but there is no indcation on the documentation, programme examples or help files as to how to use it. NI support was unable to explain either.
0 Kudos
Message 1 of 2
(3,181 Views)
This function only works with the Listbox and not the Combobox. To use the function, put together your front panel. Then determine the tab order of the listbox on your front panel (Edit menu->Set Tabbing Order). Pass the index of the listbox into the function, and also supply a string array for the strings to display in the list box.

See attached example.

Christian L
NI Consulting Services
authored by
Christian L, CLA
Systems Engineering Manager - Automotive and Transportation
NI - Austin, TX


  
0 Kudos
Message 2 of 2
(3,181 Views)