From 536794a2bd4a456dafc66126e36a81b998eee6df Mon Sep 17 00:00:00 2001 From: =?utf-8?q?C=C3=A9dric=20Cabessa?= Date: Wed, 21 May 2008 14:24:19 +0200 Subject: [PATCH] review --- .../conference/conference/conferenceView.lzx | 23 ++++++++++++++++- .../whiteboard/toolbar/baseToolbarMenu.lzx | 2 +- .../modules/conference/whiteboard/whiteBoard.lzx | 27 ++++++++++++++++++- 3 files changed, 48 insertions(+), 4 deletions(-) diff --git a/client/modules/conference/conference/conferenceView.lzx b/client/modules/conference/conference/conferenceView.lzx index f8b93f5..35e7e62 100644 --- a/client/modules/conference/conference/conferenceView.lzx +++ b/client/modules/conference/conference/conferenceView.lzx @@ -49,7 +49,28 @@ + resizeable="true"> + + + + + //Debug.write("send: ",obj); diff --git a/client/modules/conference/whiteboard/toolbar/baseToolbarMenu.lzx b/client/modules/conference/whiteboard/toolbar/baseToolbarMenu.lzx index 5a1ea75..867385e 100644 --- a/client/modules/conference/whiteboard/toolbar/baseToolbarMenu.lzx +++ b/client/modules/conference/whiteboard/toolbar/baseToolbarMenu.lzx @@ -2,7 +2,7 @@ diff --git a/client/modules/conference/whiteboard/whiteBoard.lzx b/client/modules/conference/whiteboard/whiteBoard.lzx index cbc32be..b376c8e 100644 --- a/client/modules/conference/whiteboard/whiteBoard.lzx +++ b/client/modules/conference/whiteboard/whiteBoard.lzx @@ -240,9 +240,12 @@ - - + + + + //Debug.write("onprogress: ",perc); this.parent.parent._progress.setProgress(perc); @@ -288,6 +291,26 @@ this.parent.parent.sendObject = objectList; this.parent.parent.sendMessageWithClientById.doCall(); + + + + -- 1.5.4.1