LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

listbox

Hi all!

 

How do I read the selected entry text from the listbox? I am only able to get the integer value of the selected entry only.

 

Thank you

 

 

0 Kudos
Message 1 of 5
(2,997 Views)

Try this....

 

-Matt Bradley

************ kudos always appreciated, but only when deserved **************************




0 Kudos
Message 2 of 5
(2,995 Views)

Use the item names property node.  From the array that is returned, index out the value of the listbox.

I see Matt beat me to it.

Message Edited by Ravens Fan on 02-11-2009 12:42 AM
0 Kudos
Message 3 of 5
(2,988 Views)
How do I move the listbox to a different location programmatically?
0 Kudos
Message 4 of 5
(2,975 Views)
There are property nodes available for Position:  Top and Left.
0 Kudos
Message 5 of 5
(2,971 Views)