Revision: 3726
Author:   seba.wagner
Date:     Wed Apr 20 04:02:07 2011
Log:      [No log message]
http://code.google.com/p/openmeetings/source/detail?r=3726

Modified:
/trunk/singlewebapp/WebContent/openmeetings/base/hibernate/hibRtmpConnection.lzx /trunk/singlewebapp/WebContent/openmeetings/modules/conference/popups/converterPopup.lzx /trunk/singlewebapp/WebContent/openmeetings/plugins/fileexplorer/upload/uploadWindowExplorer.lzx /trunk/singlewebapp/src/app/org/openmeetings/app/documents/GenerateThumbs.java

=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/base/hibernate/hibRtmpConnection.lzx Tue Apr 19 02:36:37 2011 +++ /trunk/singlewebapp/WebContent/openmeetings/base/hibernate/hibRtmpConnection.lzx Wed Apr 20 04:02:07 2011
@@ -1590,7 +1590,7 @@
                                 error = true;
                             }
                         }
- canvas.currentUploadWindow.myFileUpload.onCompleteByRemote(); + canvas.currentUploadWindow.myFileUpload.onCompleteByRemote(value);
                         if (error) {
new lz.converterPopup(canvas.main_content._content.inner,{error:value.error});
                         }
=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/modules/conference/popups/converterPopup.lzx Mon Oct 12 03:58:23 2009 +++ /trunk/singlewebapp/WebContent/openmeetings/modules/conference/popups/converterPopup.lzx Wed Apr 20 04:02:07 2011
@@ -2,7 +2,7 @@
 <library>

 <class name="converterPopup" extends="labelExplorerBox" labelid="204"
-       docking="true" resizeable="false" closable="true"
+       docking="true" resizeable="true" closable="true"
     width="324" x="200" height="230">

        <attribute name="error" value="null" />
@@ -18,7 +18,7 @@
         this.errorView.errorView.setAttribute('text',dtString);
     </handler>

-       <view y="24" width="318" height="200" x="2" clip="true" 
name="errorView">
+ <view y="24" width="${ parent.width - 4 }" height="${ parent.height - 30 }" x="2" clip="true" name="errorView">
                <text y="30" fontsize="10" fontstyle="bold" name="errorView"
                        multiline="true" width="300" selectable="true" />
                <vscrollbar />
=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/plugins/fileexplorer/upload/uploadWindowExplorer.lzx Wed Apr 20 03:25:39 2011 +++ /trunk/singlewebapp/WebContent/openmeetings/plugins/fileexplorer/upload/uploadWindowExplorer.lzx Wed Apr 20 04:02:07 2011
@@ -66,7 +66,7 @@

         <method name="onCompleteByRemote" args="tArrayValueObj">

-            if ($debug) Debug.write("onCompleteByRemote ");
+            if ($debug) Debug.write("onCompleteByRemote ",tArrayValueObj);
             this.parent.progressBar.setValue(100);
             this.parent.upload.setAttribute('enabled', false);
             this.parent.upload.setAttribute("visible",false);
=======================================
--- /trunk/singlewebapp/src/app/org/openmeetings/app/documents/GenerateThumbs.java Thu Nov 11 00:12:22 2010 +++ /trunk/singlewebapp/src/app/org/openmeetings/app/documents/GenerateThumbs.java Wed Apr 20 04:02:07 2011
@@ -97,8 +97,8 @@
                                        Integer.toString(thumbSize), inputfile,
                                        outputpath + "_" + pre + 
"_page-%%04d.jpg" };

-                       return 
GenerateSWF.executeScript("generateBatchThumbByWidth", argv);
-                       //return this.processImageWindows(argv);
+                       //return 
GenerateSWF.executeScript("generateBatchThumbByWidth", argv);
+                       return this.processImageWindows(argv);
                }
        }

--
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