Hello dear APEX community,
I’ve been trying for a long time to replace the APEX spinner (apex.widget.waitPopup) with a custom GIF, instead of the rotating circle. I tried using apex.widget.waitPopup('<img id="img_progress" src="/i/myproject/mycustomwait.gif" alt=""><p>Please wait...processing</p>');
as I saw in another post, but it’s not working. Has anyone successfully done this? I have my GIF in the Workspace files. I would greatly appreciate any shared ideas or code.