if (this.registerObject) this.parent.addViewToObserver(this); if (this.showLoading) canvas._loadingAll.showLoading(); //if($debug) Debug.write("netRemoteCallHib/doCall: [ " , this.funcname , " ]",this.parent); this.callRPC(); 0) { //Debug.write("this.returnObj.processNext"); this.returnObj.processNext(); } else if (this.returnObj!=null && Number(value)<0) { this.returnObj.errorByCode(Number(value)); } else if (this.returnObj!=null && value==null) { this.returnObj.errorByCode(-1); } if (this.activeErrorHandler) { if (Number(value)<0){ Debug.warn("Received Error ID: ",value); if (this.isCallBackHandler) { var dlg = new lz.callbackRpcErrorDialog(canvas,{callBackObject:this,errorid:Number(value)}); lz.Focus.setFocus(dlg); } else { var dlg = new lz.rpcErrorDialog(canvas,{errorid:Number(value)}); lz.Focus.setFocus(dlg); } } } ]]>