Skip to Content
0
Former Member
Jul 13, 2016 at 09:55 AM

Busy Dialog not working properly. Any help?

649 Views

Hello,

I have been trying to use the sap.m.busyIndicator in XML view UI. It seems working fine with the below code:

jQuery.sap.delayedCall(0, this, function () { busyDialog.open(); }); / busyDialog.open

jQuery.sap.delayedCall(2000, this, function () {busyDialog.close();});

Its working fine but the issue is busy dialog not starting as soon as the event is fired.

SAP UI version: 1.28.19

MII 15.1.1 (SP2)

Browsers for testing: IE11 and Chrome

Please let me know if I am doing anything wrong here.


Thanks & Best Regards,

Venkatesh