[Laszlo-checkins] r8529 - in openlaszlo/trunk: WEB-INF/lps/lfc/controllers test/swf9

hqm@openlaszlo.org hqm at openlaszlo.org
Wed Apr 2 14:18:05 PDT 2008


Author: hqm
Date: 2008-04-02 14:18:03 -0700 (Wed, 02 Apr 2008)
New Revision: 8529

Modified:
   openlaszlo/trunk/WEB-INF/lps/lfc/controllers/LaszloLayout.lzs
   openlaszlo/trunk/test/swf9/hello.lzx
Log:
Change 20080402-hqm-4 by hqm at badtzmaru.local on 2008-04-02 17:17:11 EDT
    in /Users/hqm/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: need to declare an arg on LzLayout.unlock

New Features:

Bugs Fixed:

Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
    

Tests:



Modified: openlaszlo/trunk/WEB-INF/lps/lfc/controllers/LaszloLayout.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/controllers/LaszloLayout.lzs	2008-04-02 21:12:49 UTC (rev 8528)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/controllers/LaszloLayout.lzs	2008-04-02 21:18:03 UTC (rev 8529)
@@ -292,7 +292,7 @@
   * Unlock the layout once update is done.
   *
   */
-function unlock ( ) {
+function unlock (e=null ) {
     this.locked = false;
     this.reset()
 }

Modified: openlaszlo/trunk/test/swf9/hello.lzx
===================================================================
--- openlaszlo/trunk/test/swf9/hello.lzx	2008-04-02 21:12:49 UTC (rev 8528)
+++ openlaszlo/trunk/test/swf9/hello.lzx	2008-04-02 21:18:03 UTC (rev 8529)
@@ -152,14 +152,14 @@
     <simplelayout axis="x" spacing="20"/>
 
     <view layout="axis:y;spacing:2">
-      <text>3 &lt;foobar&gt;</text>
+      <text height="20" >3 &lt;foobar&gt;</text>
       <foobar id="f1" />
       <foobar id="f2" />
       <foobar />
     </view>
   
     <view layout="axis:y;spacing:2">
-      <text y="200" >3 &lt;baz&gt;</text>
+      <text height="20" >3 &lt;baz&gt;</text>
       <baz id="b1" />
       <baz/>
       <baz/>



More information about the Laszlo-checkins mailing list