Hello,
I'm working with Apex 5.1.4 on a 11gr2 database.
I have a button, that execute a DA when it is pressed.
This DA executes a PL/SQL process.
There is no submit.
I would like to add a wait popup or a spinner to inform the user that the process is working and he didn't miss the click on the button.
I tried using this method https://rimblas.com/blog/2015/08/enhancement-to-waitpopup-on-apex5/
And using apex.util.showSpinner.
But I'm not familiar with Javascript and I wasn't able to make it work.
Can you help me please ?
Best regards.