07-11-2023, 02:27 AM
(This post was last modified: 07-11-2023, 02:28 AM by Alexandre Machado.)
Hi guys,
We've just published another demo that is extensively requested by our users.
https://github.com/Atozed/IntraWeb/tree/...orProgress
Basically it shows how to use together an IWMonitor and a IWProgressBar to display the progress of a long duration task executed by a background thread.
The demo is simple but complete. There are several features working nicely together to do what it does.
Please notice that even though the IWMonitor requests data from the server (the completed percentage of the process) there is no session locking going on here. The request/response cycle is lightweight and very fast.
Enjoy
We've just published another demo that is extensively requested by our users.
https://github.com/Atozed/IntraWeb/tree/...orProgress
Basically it shows how to use together an IWMonitor and a IWProgressBar to display the progress of a long duration task executed by a background thread.
The demo is simple but complete. There are several features working nicely together to do what it does.
Please notice that even though the IWMonitor requests data from the server (the completed percentage of the process) there is no session locking going on here. The request/response cycle is lightweight and very fast.
Enjoy