[Laszlo-checkins] r12744 - openlaszlo/trunk/lps/components/base

jcrowley@openlaszlo.org jcrowley at openlaszlo.org
Tue Feb 3 23:22:22 PST 2009


Author: jcrowley
Date: 2009-02-03 23:22:21 -0800 (Tue, 03 Feb 2009)
New Revision: 12744

Modified:
   openlaszlo/trunk/lps/components/base/basescrollbar.lzx
Log:
Change 20090124-laszlo-2 by laszlo at T43-L3XEXMW on 2009-01-24 17:52:31 EST
    in /home/laszlo/src/svn/openlaszlo/trunk-mantis
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary:refguide: the example code for <basescrollbar> generates a compilation warning

New Features:

Bugs Fixed: LPP-7591 - refguide: the example code for <basescrollbar> generates a compilation warning

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

Documentation:

Release Notes:

Details: Got rid of maxtextheight attribute
    on the canvas, which shouldn't have been
    there and was generating errors.

Tests: (From the bug:)  Open Reference Guide
 Go to the <basescrollbar> entry
 On the example code, click Edit
 Don't make any changes, just click Update 



Modified: openlaszlo/trunk/lps/components/base/basescrollbar.lzx
===================================================================
--- openlaszlo/trunk/lps/components/base/basescrollbar.lzx	2009-02-04 04:06:10 UTC (rev 12743)
+++ openlaszlo/trunk/lps/components/base/basescrollbar.lzx	2009-02-04 07:22:21 UTC (rev 12744)
@@ -450,7 +450,7 @@
             
             
             <example title="An unconventional scrollbar">
-            &lt;canvas height="120" bgcolor="silver" maxtextheight="700"&gt;
+            &lt;canvas height="120" bgcolor="silver"&gt;
               &lt;class name="myscrollbar" extends="basescrollbar" width="20"&gt;
                 &lt;view name="scrolltrack" width="100%" options="releasetolayout"&gt;
                   &lt;basescrolltrack x="5" direction="-1"



More information about the Laszlo-checkins mailing list