Revision: 3223
Author: seba.wagner
Date: Fri Apr 16 00:32:54 2010
Log: Remove not needed Events
http://code.google.com/p/openmeetings/source/detail?r=3223

Modified:
 /trunk/singlewebapp/WebContent/openmeetings/base/mainMethods.lzx
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/baseDrawSave.lzx /trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/imageForDrawView.lzx

=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/base/mainMethods.lzx Wed Apr 14 14:37:41 2010 +++ /trunk/singlewebapp/WebContent/openmeetings/base/mainMethods.lzx Fri Apr 16 00:32:54 2010
@@ -69,6 +69,9 @@

        <method name="myinit">
                <![CDATA[
+               canvas.mediaerrortimeout = 30000;
+               canvas.medialoadtimeout = 30000;
+
                if($debug) Debug.write("main.lzx/config.xml ondata",this);

                //Set Config-values by config.xml, see comments on config.xml
=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/baseDrawSave.lzx Fri Apr 16 00:31:19 2010 +++ /trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/baseDrawSave.lzx Fri Apr 16 00:32:54 2010
@@ -396,7 +396,7 @@
                that he has completed loading -->
        <method name="wmlloadingComplete">
                if ($debug) Debug.warn("?? wmlloadingComplete ??");
-               //new lz.errorPopup(canvas,{error:"?? wmlloadingComplete ??"});
+               new lz.errorPopup(canvas,{error:"?? wmlloadingComplete ??"});
                this.wmlLoadingCompleteMessage = new Array();
                this.wmlLoadingCompleteMessage[0] = "whiteboard";
                this.wmlLoadingCompleteMessage[1] = "wmlloadcomplete";
=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/imageForDrawView.lzx Mon Oct 12 03:58:23 2009 +++ /trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/imageForDrawView.lzx Fri Apr 16 00:32:54 2010
@@ -102,11 +102,11 @@
                        //send notification to wml-loader
//this is send later then in normal objects cause it needs to be send after the image
                        //has been loaded completely
-                       if (this.refObj.isWmlLoaderImage){
-                               this.refObj.isWmlLoaderImage=false;
-                //Debug.write("1 onwmlLoaderSend.sendEvent( image )");
- if (this.refObj.onwmlLoaderSend) this.refObj.onwmlLoaderSend.sendEvent('image');
-                       }
+                       //if (this.refObj.isWmlLoaderImage){
+                       //      this.refObj.isWmlLoaderImage=false;
+            //    //Debug.write("1 onwmlLoaderSend.sendEvent( image )");
+ // if (this.refObj.onwmlLoaderSend) this.refObj.onwmlLoaderSend.sendEvent('image');
+                       //}
                ]]>
        </handler>
        <handler name="onerror" args="error">
@@ -133,10 +133,10 @@
                        //send notification to wml-loader
//this is send later then in normal objects cause it needs to be send after the image
                        //has been loaded completely
-                       if (this.refObj.isWmlLoaderImage){
-                               this.refObj.isWmlLoaderImage=false;
- if (this.refObj.onwmlLoaderSend) this.refObj.onwmlLoaderSend.sendEvent('image');
-                       }
+                       //if (this.refObj.isWmlLoaderImage){
+                       //      this.refObj.isWmlLoaderImage=false;
+ // if (this.refObj.onwmlLoaderSend) this.refObj.onwmlLoaderSend.sendEvent('image');
+                       //}
                ]]>
        </handler>
        <handler name="ontimeout" args="error">
@@ -163,10 +163,10 @@
                        //send notification to wml-loader
//this is send later then in normal objects cause it needs to be send after the image
                        //has been loaded completely
-                       if (this.refObj.isWmlLoaderImage){
-                               this.refObj.isWmlLoaderImage=false;
- if (this.refObj.onwmlLoaderSend) this.refObj.onwmlLoaderSend.sendEvent('image');
-                       }
+                       //if (this.refObj.isWmlLoaderImage){
+                       //      this.refObj.isWmlLoaderImage=false;
+ // if (this.refObj.onwmlLoaderSend) this.refObj.onwmlLoaderSend.sendEvent('image');
+                       //}
                ]]>
        </handler>
 </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.

Reply via email to