Hi,
do not use ExecuteMainThread() in loop as in LooperAddInProgress() example
[doc.windev.com]
it will be alot faster if you stored the data first in array , then after finish call ExecuteMainThread() and pass array in parameter .
This method will cause extra code but speed different is very big
do not use ExecuteMainThread() in loop as in LooperAddInProgress() example
[doc.windev.com]
it will be alot faster if you stored the data first in array , then after finish call ExecuteMainThread() and pass array in parameter .
This method will cause extra code but speed different is very big