[Laszlo-checkins] r11843 - openlaszlo/trunk/examples/animation
jcrowley@openlaszlo.org
jcrowley at openlaszlo.org
Thu Nov 20 10:37:27 PST 2008
Author: jcrowley
Date: 2008-11-20 10:37:25 -0800 (Thu, 20 Nov 2008)
New Revision: 11843
Modified:
openlaszlo/trunk/examples/animation/animation.lzx
Log:
Change 20081119-laszlo-6 by laszlo at T43-L3XEXMW on 2008-11-19 13:31:18 EST
in /home/laszlo/src/svn/openlaszlo/trunk-grayfox
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Sm App: Animation: Menus fade in DHTML, menus do not fade in Flash
New Features:
Bugs Fixed: LPP-5215 - Sm App: Animation: Menus fade in DHTML, menus do not fade in Flash
Technical Reviewer: promanik
QA Reviewer: max
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details: Used an imported font to allow for
text opacity changes in SWF. (This is
the only way to get this to happen, due
to a Flash limitation.)
Tests: Open laszlo-explorer. Select "Small
Applications" and then "Animation". Click
the "fade" button. This should now make
everything fade in every runtime. Compare
to unmodified version, where everything
fades but the text in SWF8 and 9.
Modified: openlaszlo/trunk/examples/animation/animation.lzx
===================================================================
--- openlaszlo/trunk/examples/animation/animation.lzx 2008-11-20 18:23:30 UTC (rev 11842)
+++ openlaszlo/trunk/examples/animation/animation.lzx 2008-11-20 18:37:25 UTC (rev 11843)
@@ -46,9 +46,9 @@
<!-- THE WINDOW -->
<window title="My Window" name="childWindow" x="30" y="30"
width="265" height="160" resizable="true" opacity="0"
- closeable="true" bgcolor="#ccc" oninit="this.open();">
+ closeable="true" bgcolor="#ccc" oninit="this.open();" font="Helvetica">
- <menubar width="100%" placement="menubar">
+ <menubar width="100%" placement="menubar" font="Helvetica">
<menu text="File" width="180">
<menuitem text="New" />
<menuitem text="open..."/>
@@ -81,7 +81,7 @@
</canvas>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2006 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
<!-- @LZX_VERSION@ -->
More information about the Laszlo-checkins
mailing list