LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Highlight the row in a table indicator

Solved!
Go to solution

Hello there!

 

I'm evaluating the LabVIEW and trying to make some simple measurements. Now I have a table indicator that contains about 50-60 frequency values. I need to calibrate for each frequency, and I want to highlight each table row. Well, I use property nodes SelStart and SelSize, and it's working fine while the selected row is visible. But I have only about 20 rows visible, and in order to see the rest I need to scroll the table down. How to change the scroll position programmatically? Or maybe you can suggest better way of highlighting rows?

0 Kudos
Message 1 of 2
(3,568 Views)
Solution
Accepted by topic author Arkady_V

Found the solution: the property node IndexVals sets the numbers of the Row/Column to be displayed in the upper left corner of the table indicator.

Kudo goes to AndrewAlford for his reply in this topic:

 

http://forums.ni.com/t5/LabVIEW/Highlight-a-row-in-table/m-p/320036#M165245

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