[Laszlo-checkins] r13575 - openlaszlo/trunk/examples/animation

hqm@openlaszlo.org hqm at openlaszlo.org
Wed Apr 1 13:44:56 PDT 2009


Author: hqm
Date: 2009-04-01 13:44:55 -0700 (Wed, 01 Apr 2009)
New Revision: 13575

Modified:
   openlaszlo/trunk/examples/animation/animation.lzx
Log:
Change 20090401-hqm-E by hqm at badtzmaru.home on 2009-04-01 16:43:01 EDT
    in /Users/hqm/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Animation app not loading in swf9; font not supported

New Features:

Bugs Fixed: LPP-8010

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

Documentation:

Release Notes:

Details:
    
+ The helvetica font we have in the lps fonts directory (helmetr.ttf) does not
work properly in swf9. This change just uses the default font for the example
instead of an embedded font. 



Tests:

+ run example in swf9/10, get no runime error



Modified: openlaszlo/trunk/examples/animation/animation.lzx
===================================================================
--- openlaszlo/trunk/examples/animation/animation.lzx	2009-04-01 20:19:43 UTC (rev 13574)
+++ openlaszlo/trunk/examples/animation/animation.lzx	2009-04-01 20:44:55 UTC (rev 13575)
@@ -12,8 +12,6 @@
 <!--=======================================================================-->
 
 <canvas width="800" height="300" bgcolor="#EAEAEA">
-    <!-- [2006-9-25 jgrandy] (LPP-2755) commented out <splash/> -->
-    <font src="helmetr.ttf" name="Helvetica" />
 
     <!-- BUTTONS FOR OPERATING ON THE WINDOW -->
     <view  name="wd_buttons">
@@ -46,9 +44,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();" font="Helvetica">
+        closeable="true" bgcolor="#ccc" oninit="this.open();">
 
-         <menubar width="100%" placement="menubar" font="Helvetica">
+         <menubar width="100%" placement="menubar" >
              <menu text="File" width="180">
                 <menuitem text="New" />
                 <menuitem text="open..."/>
@@ -81,7 +79,7 @@
 
 </canvas>
 <!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.              *
+* Copyright 2001-2009 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