Hello all,
I am on Apex 5.1.2 and using Univeral Theme.
On a form page I have a button which opens ("redirect to Page in this application") a modal page containing some Interactive Grids. All works fine. But rendering the modal page does take about 5 or more seconds. During this time the blank empty modal region is displayed. I would like to show the usual spinner and remove it when the IG-rendering is done and the user can work on the IGs.
It tried to bind an .click() on the button doing a
var lSpinner$ = apex.util.showSpinner();
This works, but I am not able to close it by calling lSpinner$.remove(); or parent.lSpinner$.remove(); from the iframe.
Do you have any ideas how to do this?
Kind regards,
Tom W.