|
<< Click to Display Table of Contents >> Navigation: Forum > Update Progress Indicator text settings |
06-28-2024, 07:05 AM:
Hello,
¿ Is there a way to update progress indicator text settings during the asynchronous process to show the progress of itself ?
thank you very much.
Barcelona, Blanca P.
07-31-2024, 07:23 AM:
Hi Blanca,
Anything on the UI can only be updated when the async request finishes.
Having said that there are different ways to handle this problem. The most recommended way is using a IWMonitor (which was specifically designed for this task) working together with a secondary thread (which actually handles the long request).
There is an example showing how to handle this:
https://github.com/Atozed/IntraWeb/tree/...orProgress
Please let me know if this examples helps in your case
Cheers,