Customizing Processing Notification Delay Time
The default delay time between the start of system processing and the processing notification is two (2) seconds.
To customize the processing notification delay time:
-
Login to Application Designer.
-
Open the HTML file PT_PAGESCRIPT.
-
Navigate to the function
window.showhideand change the second argument value of the function callsetTimeout(callbackOnDelay_%Formname,2000)accordingly.This parameter is in milliseconds. If the preferred delay time is five (5) seconds, then the second value (replacing 2000) is 5000. If it is 2.5 seconds, it should be 2500 milliseconds.
-
Open the HTML file PT_PROCESSING.
-
Navigate to
ptLoadingStatus_empty(display)method and change the second argument value of the function callsetTimeout(callbackOnDelay_empty,2000)accordingly. -
Save all changes.
-
Clear browser cache before login