Skip to Content
0
Jan 25, 2017 at 04:29 AM

Busy Indicator loading in debug mode but not while running

521 Views Last edit Jan 25, 2017 at 11:48 AM 2 rev

Hi Experts,

I am facing the below issue in fiori regarding busy indicator.

In route matched i have written the below line to put busy indicator in detail page.

this.getView().byId("detailPage").setBusy(true);

After Odata Read request i closed the busy indicator in success and failure both.

this.getView().byId("detailPage").setBusy(false);

During debugging the busy indicator is getting loaded properly and closed after odata success/failure but while running its doesn't show up at all.

Regards,

Arpit