Author: hqm
Date: 2007-10-10 11:11:54 -0700 (Wed, 10 Oct 2007)
New Revision: 6787

Modified:
   openlaszlo/branches/wafflecone/demos/lzpix/app.lzx
   openlaszlo/branches/wafflecone/demos/weather/weather.lzx
Log:
Change 20071010-hqm-6 by [EMAIL PROTECTED] on 2007-10-10 14:07:37 EDT
    in /cygdrive/c/users/hqm/openlaszlo/wafflecone
    for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone

Summary:  remove inittimer and other diagnostic info from lzpix app, fix 
weather sizing

New Features:

Bugs Fixed: LPP-4779

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

Documentation:

Release Notes:

Details:
    

Tests:

run weather app, see canvas sized
run lzpix, see no inittimer or version info overlay



Modified: openlaszlo/branches/wafflecone/demos/lzpix/app.lzx
===================================================================
--- openlaszlo/branches/wafflecone/demos/lzpix/app.lzx  2007-10-10 17:47:30 UTC 
(rev 6786)
+++ openlaszlo/branches/wafflecone/demos/lzpix/app.lzx  2007-10-10 18:11:54 UTC 
(rev 6787)
@@ -4,8 +4,10 @@
 * Use is subject to license terms.                                        *
 * X_LZ_COPYRIGHT_END ******************************************************-->
 <canvas width="800" height="600" bgcolor="0xcfcfcf" proxied="true" 
title="LZPIX"> <!-- bgcolor="0xc0c0c0" -->
-    <inittimer/>
-    <versioninfo/>
+  <!--
+  <inittimer/>
+  <versioninfo/>
+  -->
     <attribute name="anm_multipler" value="1" />
     <!-- demo for photo app -->
  

Modified: openlaszlo/branches/wafflecone/demos/weather/weather.lzx
===================================================================
--- openlaszlo/branches/wafflecone/demos/weather/weather.lzx    2007-10-10 
17:47:30 UTC (rev 6786)
+++ openlaszlo/branches/wafflecone/demos/weather/weather.lzx    2007-10-10 
18:11:54 UTC (rev 6787)
@@ -8,8 +8,7 @@
 <!-- is subject to license terms.                                          -->
 <!--=======================================================================-->
 
-<!-- <canvas width="240" height="320" bgcolor="#EAEAEA" title="Laszlo 
Weather"> -->
-<canvas  bgcolor="#EAEAEA" title="Laszlo Weather">
+<canvas width="240" height="320" bgcolor="#EAEAEA" title="Laszlo Weather">
     <!-- the actual size of the app is:  width="240" height="320"
          this app is sized larger to appear consistent with other samples -->
     <splash/>


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to