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. 

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

between links

fetch

show

Image Removed

 

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 waitCursor + progressState with blur(debugMode set to true)



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


between links

fetch

show


Image Added

 

 

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

...