Author: jcrowley
Date: 2007-09-27 15:30:49 -0700 (Thu, 27 Sep 2007)
New Revision: 6649

Modified:
   openlaszlo/trunk/laszlo-explorer/basics/form.lzx
Log:
Change 20070920-jcrowley-Y by [EMAIL PROTECTED] on 2007-09-20 21:28:58 EDT
    in /Users/jcrowley/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Introduction->Form example does not work correctly

New Features:

Bugs Fixed: LPP-4763 - Introduction->Form example does not work correctly

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

Documentation:

Release Notes:

Details: A quick fix to prevent objects behind a view from
        being clickable.

Tests: Run laszlo-explorer -> laszlo-in-ten -> introduction ->
        form.  Enter your name, select a new name, click
        the submit button.  Click around in the box.  Note
        that the objects behind this view that were still
        clickable when the view was visible are no longer
        so.



Modified: openlaszlo/trunk/laszlo-explorer/basics/form.lzx
===================================================================
--- openlaszlo/trunk/laszlo-explorer/basics/form.lzx    2007-09-27 20:59:55 UTC 
(rev 6648)
+++ openlaszlo/trunk/laszlo-explorer/basics/form.lzx    2007-09-27 22:30:49 UTC 
(rev 6649)
@@ -42,7 +42,7 @@
     </form>
     
     <view name="congrats" datapath="echoer:/response"
-          bgcolor="0xAAB5C8" 
+          bgcolor="0xAAB5C8" clickable="true"
           width="100%" height="100%" >
       <text text="Congrats!" fontstyle="bold"
             y="80" align="center"  />
@@ -51,5 +51,8 @@
     </view>
   </window>
 </canvas>
-
-
+<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
+* Copyright 2001-2007 Laszlo Systems, Inc.  All Rights Reserved.              *
+* Use is subject to license terms.                                            *
+* X_LZ_COPYRIGHT_END ****************************************************** -->
+<!-- @LZX_VERSION@                                                         -->


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

Reply via email to