Author: jcrowley
Date: 2007-08-15 11:38:48 -0700 (Wed, 15 Aug 2007)
New Revision: 6066

Modified:
   openlaszlo/branches/legals/laszlo-explorer/nav.xml
   openlaszlo/branches/legals/laszlo-explorer/nav_dhtml.xml
Log:
Change 20070814-jcrowley-k by [EMAIL PROTECTED] on 2007-08-14 22:59:10 EDT
    in /Users/jcrowley/src/svn/openlaszlo/legals-b
    for http://svn.openlaszlo.org/openlaszlo/branches/legals

Summary: LZPIX window is too big, white border around outside

New Features: 

Bugs Fixed: LPP-3716

Technical Reviewer: pbr
QA Reviewer: max
Doc Reviewer: 

Documentation:

Release Notes:

Details: Changed the pointers in the nav to point to the app itself
        (as is the case with all the other demos) instead of to
        the LZPix wrapper page.

Tests: Run Laszlo-Explorer; click "Demos"; click "LZPix; notice the
        absence of the big white rectangle over on the right.
        Repeat in Laszlo-Explorer DHTML.



Modified: openlaszlo/branches/legals/laszlo-explorer/nav.xml
===================================================================
--- openlaszlo/branches/legals/laszlo-explorer/nav.xml  2007-08-15 18:26:15 UTC 
(rev 6065)
+++ openlaszlo/branches/legals/laszlo-explorer/nav.xml  2007-08-15 18:38:48 UTC 
(rev 6066)
@@ -36,9 +36,9 @@
               src="/laszlo-explorer/coverpages/lzpix_cover.html"
               text="A demonstration of OpenLaszlo's multiple runtime 
capabilities." >
             <subitem title="Launch in DHTML" name="View in DHTML" 
action="popup" target="_blank"
-                     popup="/demos/lzpix/app-loader.html" runtime="dhtml" />
+                     popup="/demos/lzpix/app.lzx" runtime="dhtml" />
             <subitem title="Launch in Flash" name="View in Flash" 
action="popup" target="_blank"
-                     popup="/demos/lzpix/app-loader.html" runtime="swf7" />
+                     popup="/demos/lzpix/app.lzx" runtime="swf7" />
             <subitem title="Source Code Explorer"
                 src="/demos/lzpix/app.lzx" name="Source" action="source" />
         </item>

Modified: openlaszlo/branches/legals/laszlo-explorer/nav_dhtml.xml
===================================================================
--- openlaszlo/branches/legals/laszlo-explorer/nav_dhtml.xml    2007-08-15 
18:26:15 UTC (rev 6065)
+++ openlaszlo/branches/legals/laszlo-explorer/nav_dhtml.xml    2007-08-15 
18:38:48 UTC (rev 6066)
@@ -36,9 +36,9 @@
               src="/laszlo-explorer/coverpages/lzpix_cover.html"
               text="A demonstration of OpenLaszlo's multiple runtime 
capabilities." >
             <subitem title="Launch in DHTML" name="View in DHTML" 
action="popup" target="_blank"
-                     popup="/demos/lzpix/app-loader.html" runtime="dhtml" />
+                     popup="/demos/lzpix/app.lzx" runtime="dhtml" />
             <subitem title="Launch in Flash" name="View in Flash" 
action="popup" target="_blank"
-                     popup="/demos/lzpix/app-loader.html" runtime="swf7" />
+                     popup="/demos/lzpix/app.lzx" runtime="swf7" />
             <subitem title="Source Code Explorer"
                 src="/demos/lzpix/app.lzx" name="Source" action="source" />
         </item>


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

Reply via email to