LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multicolumn Listbox slow

Solved!
Go to solution
Solution
Accepted by topic author Tesla1977

This may or may not help, but might be worth investigating:

As you iterate through the cells, first check the current text color with a property read and only perform a property write if the desired color is different from the current color.  Reducing the number of property node writes may improve performance.

Message 11 of 12
(562 Views)

That was a very good idea. I tested that, and reading is much faster than writing.

Thank you.

Message 12 of 12
(543 Views)