I need to process a few folders inside a loop, and cant give the user a feedback of the folder being processed, as all UI is only updated at the end of the loop.
The process can take a few minutes, specially because the folders are quite big and are online shared..So apparently there is no easy way to tell the user what is being processed, as I would like to.
Any trick to do update the UI while stuff is being done ?
Many thanks
J
The process can take a few minutes, specially because the folders are quite big and are online shared..So apparently there is no easy way to tell the user what is being processed, as I would like to.
Any trick to do update the UI while stuff is being done ?
Many thanks
J
Last edited: