not sure what this guy is doing:
this.inputId1 = oController.oSource.sId;
please try:
//trigger busy //this.inputId1 = oController.oSource.sId; // create value help dialog if (!this._busyDialog) { this._busyDialog = sap.ui.xmlfragment("testapp.BusyDialog",this); this.getView().addDependent(this._busyDialog); } // open value help dialog this._busyDialog.open();
Message was edited by: Vladimirs Semikins