on 2014 Dec 23 7:43 AM
Hi all,
I have a tree node in my application. If i select that tree node i want to show a busy dialog and then that particular page should render.
For that i have written the code as
onTreeSelect: function() {
var oBusyIndicator = new sap.m.BusyDialog({text: "Loading..."});
oBusyIndicator.open();
here comes my ajax call......
oBusyIndicator.close();
oSplitApp.toDetail("myView");
},
The busy indicator is not showing immediately when i click on that tree node. It takes some time to open the busy indicator.
But when i debug and see it is opening properly.
How can i overcome this.
Please help me on this.
Thanks
Sathish.
HI Sathish
Is your AJAX Call async ?
-D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.