canvas.thishib.loaderVar = null; this.destroy(); this.currentsteps += 1; if($debug) Debug.write("autoLoader/setProgress ===== ",this.currentsteps); var w = Math.round(((this.maxwidth)/this.maxsteps)*this.currentsteps); this.loadingbar.setAttribute('visibility','visible'); if($debug) Debug.write("autoLoader/setResourceNumber == ",w); this.loadingbar._loading.setAttribute('width',w); return canvas.thishib.userlang; return parent.start; return parent.step; return parent.start; return parent.step; return canvas.sessionId; return hib.userlang; //The onResult-Handler will be called be the rtmpconnection if ($debug) Debug.write("getUserSalutations ",value); canvas.salutationsInitValues = value; parent.setProgress(); parent.getRoomTypes.doCall(); return canvas.sessionId; //The onResult-Handler will be called be the rtmpconnection if ($debug) Debug.write("getRoomTypes ",value); canvas.roomTypesInitValues = value; parent.setProgress(); parent.setUsernameAndSession.doCall(); return canvas.sessionId; return canvas.user_id; return canvas.currentuser; return canvas.firstName; return canvas.lastName; //The onResult-Handler will be called be the rtmpconnection if ($debug) Debug.write("setUsername: value, ",canvas.thishib.currentInvitation.room.roomtype.roomtypes_id); clearStageContent(); parent.close(); if (canvas.thishib.currentInvitation.room.roomtype.roomtypes_id==1){ new lz.testSetup(canvas,{isDirectLink:true,roomClassName:canvas.conferenceRoomModule,roomObj:canvas.thishib.currentInvitation.room}); } else if (canvas.thishib.currentInvitation.room.roomtype.roomtypes_id==2){ new lz.testSetup(canvas,{isDirectLink:true,roomClassName:canvas.restrictedRoomModule,roomObj:canvas.thishib.currentInvitation.room}); new lz.labelerrorPopup(canvas,{error:'No RoomType currently available for roomTypeId 2'}); } else if (canvas.thishib.currentInvitation.room.roomtype.roomtypes_id==3){ new lz.testSetup(canvas,{isDirectLink:true,roomClassName:canvas.restrictedRoomModule,roomObj:canvas.thishib.currentInvitation.room}); } else if (canvas.thishib.currentInvitation.room.roomtype.roomtypes_id==4){ new lz.testSetup(canvas,{isDirectLink:true,roomClassName:canvas.interviewRoomModule,roomObj:canvas.thishib.currentInvitation.room}); } else if (canvas.thishib.currentInvitation.room.roomtype.roomtypes_id==5){ new lz.testSetup(canvas,{isDirectLink:true,roomClassName:canvas.customRoomModule,roomObj:canvas.thishib.currentInvitation.room}); }