Hello,
with 24.1 the button property "Show Processing" was introduced to avoid accidental multiple page submissions. Unfortunately it does not work if you branch to a Modal Window Page.
Following scenario:
- user hits button to start a calculation. "Show Processing" property is activated, the page is greyed out and a spinner is displayed
- calculation is processed, the results are saved in APEX collection
- after the calculation has been completed, a branch to a new page will be executed, which opens in a modal window (to display the results from the APEX collection)
Because a modal window is used, the screen remains greyed out.
Is there an (unsupported) API-Call to manually stop the "Show Processing"-behaviour?
Best regards
Robert