[Laszlo-checkins] r11418 - openlaszlo/trunk/examples/image-loading

bargull@openlaszlo.org bargull at openlaszlo.org
Sat Oct 11 03:33:45 PDT 2008


Author: bargull
Date: 2008-10-11 03:33:42 -0700 (Sat, 11 Oct 2008)
New Revision: 11418

Modified:
   openlaszlo/trunk/examples/image-loading/dataimage.lzx
Log:
Change 20081011-bargull-u6b by bargull at dell--p4--2-53 on 2008-10-11 12:35:53
    in /home/Admin/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: update example code

New Features:

Bugs Fixed: LPP-7156

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

Documentation:

Release Notes:

Details:
see bugreport
    

Tests:



Modified: openlaszlo/trunk/examples/image-loading/dataimage.lzx
===================================================================
--- openlaszlo/trunk/examples/image-loading/dataimage.lzx	2008-10-11 10:33:10 UTC (rev 11417)
+++ openlaszlo/trunk/examples/image-loading/dataimage.lzx	2008-10-11 10:33:42 UTC (rev 11418)
@@ -209,8 +209,7 @@
             var s = this[section];
             if ( s != this.currentSection ) {
                 var anm = this.currentSection.animate("opacity",0,200,false);
-                var d = new LzDelegate ( this , "fadeInNewSection" );
-                d.register ( anm , "onfinish" );
+                var d = new LzDelegate(this, "fadeInNewSection", anm, "onstop");
                 this.newSection = s;
             }
         </method>



More information about the Laszlo-checkins mailing list