How can I use an EXTJS library to load a progress bar on screen and monitor the execution time of a custom process on a Client Script 2.0?
How can I use an EXTJS library to load a progress bar on screen and monitor the execution time of a custom process on a Client Script 2.0?
I have a User Event script that load a button and attach a client script to the form. This client script transform a Sales Order into a Return Auth and make some process. I need a progress bar (is not necessary a %) to show users that the process is running.
Thanks in advance