Atozed Forums
Wait cursor - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Wait cursor (/thread-937.html)



Wait cursor - geremiah - 02-05-2019

Is there an easy way to show the wait cursor to the user while the app is making some short tasks ?
Thank you.


RE: Wait cursor - Jose Nilton Pace - 02-06-2019

Hi Geremiah, if you like to show in an AsyncEvents of a button for example, set LockOnAsyncEvents in ObjectInspector to True.
Another way is a JavaScript: ShowBusy( true );


RE: Wait cursor - geremiah - 02-10-2019

(02-06-2019, 11:33 AM)Jose Nilton Pace Wrote: Hi Geremiah, if you like to show in an AsyncEvents of a button for example, set LockOnAsyncEvents in ObjectInspector to True.
Another way is a JavaScript: ShowBusy( true );

I will try, thank you.