LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to highlight a cell in a table

I have a 2D array of numbers that I'm passing through a number to string converter and then passing to a table.  I am wondering if there is a way that I can make any cell which contains a number over a certain threshold blink... I realize the values in the table are strings so I'm guessing maybe doing a find max in array and then somehow tracking the index for that value and making the cell blink?  I'm not even sure if that is possible.
 
Thanks
M
0 Kudos
Message 1 of 5
(3,481 Views)
Message 2 of 5
(3,475 Views)
Thank you, that worked, but now some of my cells keep the blinking color value when I rerun the program... my old max value cells are still highlighted.... do you know how I can convert them all back to their default background colors....

thank you
0 Kudos
Message 3 of 5
(3,422 Views)

Hi Monse,

to reset all, conect a cluster constant with the values "-2" and "-2" to the active cell property. It will select everything (see the content help of a table for more about it). After selecting all choose the new color.

Mike

0 Kudos
Message 4 of 5
(3,419 Views)
Much thanks, appreciate your help!  I was about to loop through each cell and set each one back individually.

thanks,
M.
0 Kudos
Message 5 of 5
(3,416 Views)