Hi,
I have a few forms in my ui5 application and then I have a few buttons which do actions with my forms.
I would like to know an efficient way to display a loading or buffering screen or something of that sort so that when
the user presses a button which sends the form data using webservices and it takes a few seconds then I want to avoid a
situation where the user can press the buttons again and create chaos.
I'm thinking about a loading screen which is displayed while the data is being sent and the application it self is either greyed out or "unclickable".
Hopefully someone can give suggestions on how to make it happen without disabling all the 100 different fields across 10 forms
Thanks in advance to all contributors!