Author: seba.wagner
Date: Thu Sep 18 09:33:43 2008
New Revision: 1542
Modified:
trunk/client/base/hibernate/hibRtmpConnection.lzx
trunk/client/maindebug.lzx.lzr=swf8.swf
trunk/client/modules/conference/popups/errorPopup.lzx
Log:
Connection Lost message added
Modified: trunk/client/base/hibernate/hibRtmpConnection.lzx
==============================================================================
--- trunk/client/base/hibernate/hibRtmpConnection.lzx (original)
+++ trunk/client/base/hibernate/hibRtmpConnection.lzx Thu Sep 18 09:33:43
2008
@@ -99,6 +99,7 @@
//Debug.write("connection failed");
canvas.thishib.loaderVar.error.setText(this.status);
canvas.setAttribute('loadingmessage','connection
failed');
+ new labelerrorPopup(canvas,{errorlabelid:556});
}
canvas.thishib.loaderVar.src.setText(src);
}
Modified: trunk/client/maindebug.lzx.lzr=swf8.swf
==============================================================================
Binary files. No diff available.
Modified: trunk/client/modules/conference/popups/errorPopup.lzx
==============================================================================
--- trunk/client/modules/conference/popups/errorPopup.lzx (original)
+++ trunk/client/modules/conference/popups/errorPopup.lzx Thu Sep 18
09:33:43 2008
@@ -2,8 +2,8 @@
<library>
<class name="errorPopup" extends="labelExplorerBox" labelid="204"
- docking="true" resizeable="false" closable="true"
- width="224" x="300" height="230">
+ docking="true" resizeable="false" closable="true" y="100"
+ x="$once{ parent.width/2 - this.width/2 }" height="230" width="224">
<attribute name="error" value="" type="string" />
@@ -12,6 +12,18 @@
multiline="true" width="190" />
<vscrollbar />
</view>
+
+</class>
+
+<class name="labelerrorPopup" extends="errorPopup">
+
+ <attribute name="errorlabelid" type="number"
setter="setErrorLabelId(errorlabelid)" />
+ <method name="setErrorLabelId" args="errorlabelid" >
+ this.errorlabelid = errorlabelid;
+ this.setAttribute("error",canvas.getLabelName(this.errorlabelid));
+ if ($debug)
Debug.write("labelerrorPopup: ",canvas.getLabelName(this.errorlabelid));
+ </method>
+
</class>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en
-~----------~----~----~----~------~----~------~--~---