LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

list box

Hi,

In my code, I have a string constant inside while loop,  which display message for user for each cycle. There are 5 messages to be displayed on list box,

 

check A (test 1)

check B

check C

Check D

End

 

When test pass, i want to display messages on top of old messages and also vertical bar should point to current row.

 

something like this,

check A (test 3)

check B

check C

Check D

End

check A (test 2)

check B

check C

Check D

End

check A (test 1)

check B

check C

Check D

End

 

Thanks in advance........

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

I dont have your code, not sure if this what you are looking for, but something like this should work.

listbox.png


CLA CTAChampionI'm attending the GLA Summit!
Subscribe to the Test Automation user group: UK Test Automation Group
0 Kudos
Message 2 of 5
(2,199 Views)

Thanks for the reply...

Please see the attached vi. I wnat to control vertical bar with active row and display latest message on top most row, all older messages should be below. I don't know how to do it.

 

Thanks

 

0 Kudos
Message 3 of 5
(2,192 Views)

I don't understand what you are trying to do since your description is not clear. I don't understand what you mean by a "vertical bar with active row". Are you trying to highlight a specific row? Are you asking how to insert a row at the top? Perhaps if you drew a picture it would be more clear. I also don't understand your code. You have a front panel control for the "row to update", but you're wiring that to the Y component of the cell to update.

0 Kudos
Message 4 of 5
(2,173 Views)

In the code, that's a Table, not a Listbox.

Richard






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