Revision: 2186
Author: seba.wagner
Date: Tue Jul 21 00:17:58 2009
Log: Add scrollbars to main.lzx
Remove scrollbars from whiteboard
add binaries
http://code.google.com/p/openmeetings/source/detail?r=2186
Modified:
/trunk/openmeetings_lps411/main.lzx.swf8.swf
/trunk/openmeetings_lps411/maindebug.lzx.swf8.swf
/trunk/openmeetings_lps411/modules/conference/conference/conferenceView.lzx
/trunk/openmeetings_lps411/modules/conference/whiteboard/library.lzx
=======================================
--- /trunk/openmeetings_lps411/main.lzx.swf8.swf Tue Jul 14 03:34:25 2009
+++ /trunk/openmeetings_lps411/main.lzx.swf8.swf Tue Jul 21 00:17:58 2009
Binary file, no diff available.
=======================================
--- /trunk/openmeetings_lps411/maindebug.lzx.swf8.swf Tue Jul 14 03:34:25
2009
+++ /trunk/openmeetings_lps411/maindebug.lzx.swf8.swf Tue Jul 21 00:17:58
2009
File is too large to display a diff.
=======================================
---
/trunk/openmeetings_lps411/modules/conference/conference/conferenceView.lzx
Tue Jul 14 03:30:07 2009
+++
/trunk/openmeetings_lps411/modules/conference/conference/conferenceView.lzx
Tue Jul 21 00:17:58 2009
@@ -44,26 +44,6 @@
</class>
-<class name="multiWhiteBoardPanel" extends="conferenceBox" labelid="615">
-
- <multiWhiteBoard name="_whiteboard" y="34" x="1">
- <handler name="onsharedMessage" args="obj">
- //Debug.write("send: ",obj);
- canvas.objWhiteboard = obj;
- hib.sendVars.doCall();
- </handler>
- <handler name="isloadingImage" args="val" >
- if ($debug) Debug.write("isloadingImage: ",val);
- </handler>
- <handler name="isloadedImage" args="val" >
- if ($debug) Debug.write("isloadedImage: ",val);
- </handler>
- </multiWhiteBoard>
-
-</class>
-
-
-
<class name="modPanel" extends="guiPresenter" x="2" y="284"
width="266" height="46" closable="false" labelid="316"
resizeable="false">
@@ -291,7 +271,7 @@
<chatTab name="content" y="40" height="${ parent.height-40 }"
width="${ parent.width }" />
</conferenceBox>
- <multiWhiteBoardPanel name="_whiteboard" labelid="615"
+ <modernWhiteBoardPanel name="_whiteboard" labelid="615"
y="2" x="${ parent._filesPanel.width+10 }"
width="${ canvas.width - 290 }"
height="${ canvas.height - (parent._chatPanelStrict.height+36) }"
/>
=======================================
--- /trunk/openmeetings_lps411/modules/conference/whiteboard/library.lzx
Tue Jun 30 08:49:17 2009
+++ /trunk/openmeetings_lps411/modules/conference/whiteboard/library.lzx
Tue Jul 21 00:17:58 2009
@@ -68,6 +68,8 @@
<include href="panels/" />
<include href="newWhiteBoard.lzx" />
+<!--
<include href="multiWhiteBoard.lzx" />
+ -->
</library>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---