Atozed Forums

Full Version: Wait cursor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there an easy way to show the wait cursor to the user while the app is making some short tasks ?
Thank you.
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 );
(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.