LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Highlight table row issue

Solved!
Go to solution

I am using this code to highlight my table row but my table can vary in size but usually has over 1000 rows and the code REALLY slows down the rest of my application. I am wondering is there a more efficient way of doing the same task?

----------------------------------------------------------------------------------
I have not lost my mind, it's backed up on a disk somewhere
0 Kudos
Message 1 of 3
(2,413 Views)
Solution
Accepted by topic author PauldePaor

@PauldePaor wrote:

I am using this code to highlight my table row but my table can vary in size but usually has over 1000 rows and the code REALLY slows down the rest of my application. I am wondering is there a more efficient way of doing the same task?


I figured it out I was making a programmtic error. Instead of using the Number of Columns Property Node I was using Array Size to control the for loop which immensely slowed down the action of the function

----------------------------------------------------------------------------------
I have not lost my mind, it's backed up on a disk somewhere
0 Kudos
Message 2 of 3
(2,409 Views)

For others looking to improve their Table and Listbox performance, there was a recent thread on LAVA that has a pretty good list of ideas.

 

http://lavag.org/topic/18279-improving-table-formatting-time/

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