on 2014 Dec 11 6:26 AM
Hi All,
I have developed an SAPUI5 application. When i run the application it is taking more time to load.
i want to show a busy indicator during the loading process.
i cannot use a Sapui5 control as it is still not loaded ; can u please help me with some other option .
Thanks
Poornima.
Request clarification before answering.
Dear Poornima,
In your method set below parameter untill Data loads.
<form name or layout name>.setBusy(true);
when Data loading completed;
<form name or layout name>.setBusy(false);
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear Poornima,
As per your reply I guess you load all your data before Index.html loaded.
If that is true set the "setBusy(true);" code according to your code.
OR
In the "onInIt()" Function of your program just write the Coding I have mentioned.
( onInIt() Function is the function that is called by the program automatically when initial page is loaded )
if you are not sure just show the code of your program..I'll help you out
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.