Hi,
in this video (https://youtu.be/XAO-B0JtxrA?t=1m56s) between 01:56 and 02:06 you can see when you create application, and at the end press Create Application
there is animated Progress Bar that doesn't allow any changes on page, and run some procedure in Database or on page process, and show what part of process is currently running.
I want to do progress bar just like that, but i didn't work with that yet.
For example:
I have process that calculate payment for workers, create some data that will be used in one other report and so on...
After user press "Start Process" button, then should that progress bar show and first message will be Process started...
After some time, progress bar moves, and chage message to "Calculaing payments"... and so on....
So i need help how to do that.
I'm using APEX 5.1 with REST
thanks