01-25-2010 03:02 AM
01-25-2010 04:25 AM
Hi,
Sorry I can't open your code as I only have 8.6 installed at the moment. I suspect most of the speed issue is to do with the way you are recursively listing files. However, a quick tip to speed up populating tree controls and tables etc is to disable front panel updates for the duration your are populating the control. You can do this like so
Of course you must remmember to write a FALSE to the property node after you have completed your control population.
Regards,
Steve
10-19-2013 12:35 PM
This was helpful Steve... made a huge difference in performance.