Revision: 3774
Author: seba.wagner
Date: Tue Jun 7 03:24:12 2011
Log: Minor Updates
http://code.google.com/p/openmeetings/source/detail?r=3774
Modified:
/trunk/singlewebapp/WebContent/openmeetings/base/hibernate/hibRtmpConnection.lzx
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/remoteWhiteboard.lzx
/trunk/singlewebapp/src/app/org/openmeetings/app/conference/whiteboard/WhiteboardManagement.java
/trunk/singlewebapp/src/app/org/openmeetings/app/installation/ImportInitvalues.java
=======================================
---
/trunk/singlewebapp/WebContent/openmeetings/base/hibernate/hibRtmpConnection.lzx
Tue Apr 26 02:04:46 2011
+++
/trunk/singlewebapp/WebContent/openmeetings/base/hibernate/hibRtmpConnection.lzx
Tue Jun 7 03:24:12 2011
@@ -1498,7 +1498,11 @@
//canvas._drawarea.sendCompleteImageSync(value.client);
//Debug.write("syncinitLoader
sendVarsToMessageWithClient: ",value.message[2]);
if (value.client.streamid!=canvas.streamid)
canvas._drawarea.remoteSyncLoader();
- }
+ } else if
(value.message[1][0]=='isSnapToGrid'){
+ canvas._drawarea.setAttribute('isSnapToGrid',
value.message[1][1]);
+ //Debug.write("syncinitLoader
sendVarsToMessageWithClient: ",value.message[2]);
+ //if (value.client.streamid!=canvas.streamid)
canvas._drawarea.remoteSyncLoader();
+ }
} else if (value.message[0]=='updateDrawStatus'){
canvas.setDrawAllowStatus(value.message[1]);
canvas.setAttribute("drawAllowStatus",value.message[1]);
=======================================
---
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/remoteWhiteboard.lzx
Wed Apr 20 05:32:18 2011
+++
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/remoteWhiteboard.lzx
Tue Jun 7 03:24:12 2011
@@ -11,7 +11,7 @@
<method name="loadObjectList" args="whiteBoardObject">
<![CDATA[
- if ($debug)
Debug.write("loadObjectList :1: ",whiteBoardObject,whiteBoardObject.fullFit,whiteBoardObject.zoom);
+ if ($debug)
Debug.info("loadObjectList :1: ",whiteBoardObject,whiteBoardObject.fullFit,whiteBoardObject.zoom);
parent.parent.zoombox.setWhiteboardValues(whiteBoardObject.fullFit,whiteBoardObject.zoom);
@@ -71,6 +71,9 @@
//for (var i=0;i<this.loadingObjectList.length;i++){
// if ($debug) Debug.write("i
this.loadingObjectList[i] ",i,this.loadingObjectList[i]);
//}
+
+ if ($debug) Debug.write("Number of Whiteboard
Objects ",this.loadingObjectList.length);
+
if (this.loadingObjectList != null && this.loadingObjectList.length !=
0){
this.startNewSyncprocess.doCall();
}
=======================================
---
/trunk/singlewebapp/src/app/org/openmeetings/app/conference/whiteboard/WhiteboardManagement.java
Tue Apr 19 02:32:52 2011
+++
/trunk/singlewebapp/src/app/org/openmeetings/app/conference/whiteboard/WhiteboardManagement.java
Tue Jun 7 03:24:12 2011
@@ -243,7 +243,7 @@
public void addWhiteBoardObjectById(Long room_id, Map whiteboardObj, Long
whiteBoardId) {
try {
- log.debug("addWhiteBoardObject: ",whiteboardObj);
+ log.debug("addWhiteBoardObjectById: ",whiteboardObj);
//log.debug("whiteboardObj 0: Event:
"+whiteboardObj.get(0));
//log.debug("whiteboardObj 1: Event:
"+whiteboardObj.get(1));
=======================================
---
/trunk/singlewebapp/src/app/org/openmeetings/app/installation/ImportInitvalues.java
Mon Apr 18 05:08:54 2011
+++
/trunk/singlewebapp/src/app/org/openmeetings/app/installation/ImportInitvalues.java
Tue Jun 7 03:24:12 2011
@@ -456,6 +456,9 @@
long interview_Id =
Roommanagement.getInstance().addRoomType("interview");
log.debug("interview_Id: " + interview_Id);
+ long custom_Id =
Roommanagement.getInstance().addRoomType("custom");
+ log.debug("custom_Id: " + custom_Id);
+
Roommanagement.getInstance().addRoom(3, "public Interview Room",
interview_Id,
"", new Long(16), true, null, false, false,
null, false, null, true,
false, false, "", "", "", null);
--
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.