Author: hqm
Date: 2008-03-12 13:14:29 -0700 (Wed, 12 Mar 2008)
New Revision: 8236
Modified:
openlaszlo/trunk/WEB-INF/lps/templates/app-console.xslt
openlaszlo/trunk/lps/admin/dev-console.html
openlaszlo/trunk/lps/admin/dev-console.lzx
openlaszlo/trunk/lps/admin/dev-console.lzx.swf
openlaszlo/trunk/lps/components/base/basefocusview.lzx
Log:
Change 20080312-hqm-l by [EMAIL PROTECTED] on 2008-03-12 15:48:09 EDT
in /Users/hqm/openlaszlo/trunk3
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: fix swf remote debug dev-console app.
New Features:
Bugs Fixed:
Technical Reviewer: max
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
Modified: openlaszlo/trunk/WEB-INF/lps/templates/app-console.xslt
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/templates/app-console.xslt 2008-03-12
19:48:54 UTC (rev 8235)
+++ openlaszlo/trunk/WEB-INF/lps/templates/app-console.xslt 2008-03-12
20:14:29 UTC (rev 8236)
@@ -214,7 +214,7 @@
<xsl:otherwise>
<iframe id="dhtml-application"
src="{$lps}/lps/admin/dev-console.html?lzappuid={$appuid}&appinfo={$appinfo}"
- style="width: 100%; height: {$consoleheight}px"
width="100%" height="70"/>
+ style="width: 100%; height: {$consoleheight}px"
width="100%" height="{$consoleheight}"/>
</xsl:otherwise>
</xsl:choose>
@@ -346,7 +346,7 @@
</xsl:stylesheet>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2006 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2001-2006, 2008 Laszlo Systems, Inc. All Rights Reserved.
*
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
Modified: openlaszlo/trunk/lps/admin/dev-console.html
===================================================================
--- openlaszlo/trunk/lps/admin/dev-console.html 2008-03-12 19:48:54 UTC (rev
8235)
+++ openlaszlo/trunk/lps/admin/dev-console.html 2008-03-12 20:14:29 UTC (rev
8236)
@@ -27,7 +27,7 @@
document.body.clientHeight = height;
}
}
- })(null, 70);
+ })(null, 370);
}
</script><script type="text/javascript">
lzOptions = { ServerRoot: '../../'};
@@ -43,11 +43,11 @@
img { border: 0 none; }
</style></head><body><script type="text/javascript">
//alert(document.location.search.substring(1))
- Lz.swfEmbed({url: 'dev-console.lzx.swf?' +
document.location.search.substring(1), bgcolor: '#9494ad', width: '100%',
height: '70', id: 'lzapp', accessible: 'false'});
+ Lz.swfEmbed({url: 'dev-console.lzx.swf?' +
document.location.search.substring(1), bgcolor: '#9494ad', width: '100%',
height: '370', id: 'lzapp', accessible: 'false'});
</script><noscript>
Please enable JavaScript in order to use this application.
</noscript></body></html>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2007 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
Modified: openlaszlo/trunk/lps/admin/dev-console.lzx
===================================================================
--- openlaszlo/trunk/lps/admin/dev-console.lzx 2008-03-12 19:48:54 UTC (rev
8235)
+++ openlaszlo/trunk/lps/admin/dev-console.lzx 2008-03-12 20:14:29 UTC (rev
8236)
@@ -7,7 +7,7 @@
<!--=======================================================================-->
-<canvas width="100%" height="70" proxied="false" bgcolor="#9494ad">
+<canvas width="100%" height="370" proxied="false" bgcolor="#9494ad">
<switch>
<when runtime="dhtml">
</when>
@@ -286,7 +286,7 @@
// for debug, runtime, etc
var params = new LzParam(this);
- var qitems = LzParam.prototype.parseQueryString(app_query);
+ var qitems = LzParam.parseQueryString(app_query);
// override debug,runtime args
qitems['debug'] = qdebug;
qitems['lzbacktrace'] = qbacktrace;
@@ -414,7 +414,7 @@
</canvas>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2007 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
<!-- @LZX_VERSION@ -->
Modified: openlaszlo/trunk/lps/admin/dev-console.lzx.swf
===================================================================
(Binary files differ)
Modified: openlaszlo/trunk/lps/components/base/basefocusview.lzx
===================================================================
--- openlaszlo/trunk/lps/components/base/basefocusview.lzx 2008-03-12
19:48:54 UTC (rev 8235)
+++ openlaszlo/trunk/lps/components/base/basefocusview.lzx 2008-03-12
20:14:29 UTC (rev 8236)
@@ -257,7 +257,7 @@
</method>
<!--- @keywords private -->
- <method args="v" event="onfocus" reference="LzFocus">
+ <handler args="v" name="onfocus" reference="LzFocus">
this.setActive( LzFocus.focuswithkey );
if ( v ) {
this.doFocus( v );
@@ -267,7 +267,7 @@
this.setActive(false);
}
}
- </method>
+ </handler>
</class>
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins