LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Automatically highlight the elements in the table

Solved!
Go to solution

Hi all,

 

I am getting a table in the labview front panel. I would like to automatically highlight some elements in the table with some color when these elements meet some requirement. For example, I would like to highlight the elements with the values higher than 5. You can see the attached picture.

 

Do you know how I can achieve this in the labview program?

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

I believe you can change the colour of elements of a table or list. Try using a property node on a reference to the table. I dont have LabVIEW available right now to confirm.

CLA - Kudos is how we show our appreciation for comments that helped us!
0 Kudos
Message 2 of 3
(2,146 Views)
Solution
Accepted by topic author CBAO

Yes.  Use a property node to set the active cell, then one to change the background color.

 

Capture.PNG

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