[Laszlo-checkins] r9764 - openlaszlo/trunk/lps/components/incubator

bargull@openlaszlo.org bargull at openlaszlo.org
Wed Jun 18 10:20:05 PDT 2008


Author: bargull
Date: 2008-06-18 10:20:03 -0700 (Wed, 18 Jun 2008)
New Revision: 9764

Modified:
   openlaszlo/trunk/lps/components/incubator/gradientview.lzx
Log:
Change 20080612-bargull-nML by bargull at dell--p4--2-53 on 2008-06-12 21:44:11
    in /home/Admin/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: gradientview update

New Features:

Bugs Fixed: LPP-6297

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

Documentation:

Release Notes:

Details:
wait for "context" before starting to draw, 
clear context if gradientview was resized.
    

Tests:
attached at bugreport



Modified: openlaszlo/trunk/lps/components/incubator/gradientview.lzx
===================================================================
--- openlaszlo/trunk/lps/components/incubator/gradientview.lzx	2008-06-18 16:42:04 UTC (rev 9763)
+++ openlaszlo/trunk/lps/components/incubator/gradientview.lzx	2008-06-18 17:20:03 UTC (rev 9764)
@@ -58,14 +58,10 @@
       this.draw();
       ]]>
     </handler>
-
-    <method name="construct" args="parent,args">
-      super.construct(parent, args);
-    </method>
     
     <handler name="oncontext" method="draw"/>
 
-    <method name="draw" args="ignore">
+    <method name="draw" args="ignore=null">
       <![CDATA[
         if (! this.context) return;
         this.clear();



More information about the Laszlo-checkins mailing list