[Laszlo-checkins] r13576 - in openlaszlo/branches/4.3: . examples/animation

ptw@openlaszlo.org ptw at openlaszlo.org
Wed Apr 1 14:19:30 PDT 2009


Author: ptw
Date: 2009-04-01 14:19:28 -0700 (Wed, 01 Apr 2009)
New Revision: 13576

Modified:
   openlaszlo/branches/4.3/
   openlaszlo/branches/4.3/examples/animation/animation.lzx
Log:
Merged revisions 13575 via svnmerge from 
http://svn.openlaszlo.org/openlaszlo/trunk

.......
  r13575 | hqm | 2009-04-01 16:44:55 -0400 (Wed, 01 Apr 2009) | 31 lines
  
  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
.......



Property changes on: openlaszlo/branches/4.3
___________________________________________________________________
Name: svnmerge-integrated
   - /openlaszlo/branches/4.1:1-10153 /openlaszlo/branches/4.2:1-12154,12181,13205 /openlaszlo/branches/devildog:1-8432 /openlaszlo/branches/pagan-deities:1-7955,8825,10756-10920,10922-10928,10930-10935,11151,11207,11554,13476 /openlaszlo/branches/paperpie:1-6504,6506-6574,6576-7135,7137-7235 /openlaszlo/branches/wafflecone:1-5746,5818-6068,6070-6205,6207-6213,6216-6265,6267-6368,6370-6431,6433-6450,6497,6509,6661,7097,7872 /openlaszlo/trunk:1-13548,13554,13557,13559,13562,13566,13573
   + /openlaszlo/branches/4.1:1-10153 /openlaszlo/branches/4.2:1-12154,12181,13205 /openlaszlo/branches/devildog:1-8432 /openlaszlo/branches/pagan-deities:1-7955,8825,10756-10920,10922-10928,10930-10935,11151,11207,11554,13476 /openlaszlo/branches/paperpie:1-6504,6506-6574,6576-7135,7137-7235 /openlaszlo/branches/wafflecone:1-5746,5818-6068,6070-6205,6207-6213,6216-6265,6267-6368,6370-6431,6433-6450,6497,6509,6661,7097,7872 /openlaszlo/trunk:1-13548,13554,13557,13559,13562,13566,13573,13575

Modified: openlaszlo/branches/4.3/examples/animation/animation.lzx
===================================================================
--- openlaszlo/branches/4.3/examples/animation/animation.lzx	2009-04-01 20:44:55 UTC (rev 13575)
+++ openlaszlo/branches/4.3/examples/animation/animation.lzx	2009-04-01 21:19:28 UTC (rev 13576)
@@ -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