Atozed Forums
Update Progress Indicator text settings - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Update Progress Indicator text settings (/thread-4280.html)



Update Progress Indicator text settings - Blanca80 - 06-28-2024

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.


RE: Update Progress Indicator text settings - Alexandre Machado - 07-31-2024

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/master/15/Delphi/IWMonitorProgress

Please let me know if this examples helps in your case

Cheers,