Ever wanted to prevent users from clicking in the application when an Ajax request is executing?
This is a simple solution for that problem.
Using the existing OutSystems model for the Ajax Wait, just reworked some styles and included additional options to add more flexibility to the widget. You can use a site like https://www.ajaxload.info to create some new images to use.
Added a very simple Sleep action with code for both .NET and Java stacks.
DISCLAIMER: ***Sleep not tested in a Java environment, since currently I don't have access to one***
Refactored the component to use the Silk UI underlying component (if it's instantiated already) or create the needed structure if it's not
Should work in all out of the box themes and with modified layouts, or even no specific layout.
Check the demo page for some examples