[Laszlo-checkins] r11975 - openlaszlo/trunk/examples/components

pbr@openlaszlo.org pbr at openlaszlo.org
Thu Dec 4 06:39:52 PST 2008


Author: pbr
Date: 2008-12-04 06:39:50 -0800 (Thu, 04 Dec 2008)
New Revision: 11975

Modified:
   openlaszlo/trunk/examples/components/window_example.lzx
Log:
Change 20081203-Philip-0 by Philip at Philip-DC on 2008-12-03 11:10:00 EST
    in /cygdrive/f/laszlo/svn/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Fix window_example to run in dhtml/swf9

New Features:

Bugs Fixed: LPP-7396

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

Documentation:

Release Notes:

Details:
When the color code was updated, support for a statement like "{iceblue1}" was removed. I also changed to a standard color name.

Tests:
window_example.lzx runs in swf8/swf9/dhtml.

Files:
M      examples/components/window_example.lzx

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20081203-Philip-0.tar



Modified: openlaszlo/trunk/examples/components/window_example.lzx
===================================================================
--- openlaszlo/trunk/examples/components/window_example.lzx	2008-12-04 11:36:10 UTC (rev 11974)
+++ openlaszlo/trunk/examples/components/window_example.lzx	2008-12-04 14:39:50 UTC (rev 11975)
@@ -12,7 +12,7 @@
             x="40" y="40">
           <text x="10" y="10"
               width="${immediateparent.width-40}" multiline="true"
-              fgcolor="${iceblue1}">
+              fgcolor="blue">
               The style of this window has blue colors.  The
               instance overrides bgcolor to be light yellow.
               The window is closeable and resizable.



More information about the Laszlo-checkins mailing list