Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

showWaitCursor() - method for showing the loading cursor in the panel. accepts as a parameter the dynObject. 

 

showProgressState() - method for showing the progressState which will block the user from clicking on buttons inside the window/container object and show/hide blur depending on the debugMode property.

 

Example of programatically calling the showWaitCursor:

Code Block
    akioma.WaitCursor.showWaitCursor(oSelf.dynObject);

between links

fetch

show

Image Removed

  

Showing an businessEntity will automatically show the waitCursor for that businessEntity and his linked targets. Example:

Image Added

 

On every fetch, the waitCursor and the progressState are triggered. Example with debugMode on :

...