Skip to Content
0
Former Member
Sep 22, 2017 at 10:16 AM

Hi Everyone, Can anyone help to set BusyIndicator in button controller

62 Views

if (!this.busyFragmentForm) {

this.busyFragmentForm = new sap.ui.xmlfragment(this.createId("bsyDlgForm"), "cus.sd.salesorder.create_store.view.BusyDialog", this); this.getView().addDependent(this.busyFragmentForm); }

this.busyFragmentForm.open();

I tried this one and some other functions like showBusyIndicator.open(), set Busy(true). But those are not working in the controller

onNavigateSubmit: function(oEvent) {

// here i have other function call;

}