Atozed Forums

Full Version: Update Progress Indicator text settings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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,