LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

instal function into choices in list box

Please i need help.

How i can install function (not  a callbackfunction just normal function type int for example )

into choices in list box.

thnx 🙂

 

0 Kudos
Message 1 of 3
(2,701 Views)

You can use the integer numbers of the list box in a switch statement (case 1 ... case n)

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

in this case i will write extra code every time when the list box is modified

but thnx anyway 🙂

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