Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

New "Show Processing"-attribute for buttons in 24.1

Robert SchaeferAug 20 2024

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

This post has been answered by fac586 on Aug 20 2024
Jump to Answer
Comments
Post Details
Added on Aug 20 2024
3 comments
509 views