03-16-2015 02:51 AM
I am writting data in to the table control and to color some the of cell background. Firstly, I work with the table control in smaller size. After that, when I set my cell become larger I found that the data is updating slower than when the cell size is smaller. Is there any solution to solve this problem?
Solved! Go to Solution.
03-16-2015 10:55 AM
@lolkc2 wrote:
I am writting data in to the table control and to color some the of cell background. Firstly, I work with the table control in smaller size. After that, when I set my cell become larger I found that the data is updating slower than when the cell size is smaller. Is there any solution to solve this problem?
VI ?
03-16-2015 11:08 AM
Are you overlapping other controls when you enlarge the cells? Or even coming close? (Sometimes the boundaries of the control go beyond the visible part.)
03-17-2015 08:10 AM
Already solved the problem. Thanks for reply.
03-17-2015 08:37 AM
Do you think you can at least give an overview of how you solved it (and then mark that post as the solution) so that other people who have that problem can have the benefit of your knowledge?
03-17-2015 09:58 AM
03-17-2015 10:19 AM - edited 03-17-2015 10:20 AM
Interesting. I 'm not quite sure how that helped the slowdown on resizing. Maybe because you're not updating the front panel so often any more?
03-18-2015 09:23 PM
Yes, I also feel that is the thing that made the program faster. Because if I update the data one by one will make the front panel keep on updating. So I think of this way which store all the data into the shift register and then only update to the front.
03-24-2015 09:16 AM
What version of LabVIEW was this in? In 2013 there were quite a few improvements to table formatting.
https://lavag.org/topic/17009-labview-2013-favorite-features-and-improvements/page-2#entry104672
I'm just curious if it was slow even on 2013 or newer than it would have been terrible in older versions.
Also I believe the technique you used is called virtual tables or virtual multicolumn listboxes which is common in other languages were only the data being seen is updated.
https://lavag.org/topic/15289-virtual-multicolumn-listbox/
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord