[Laszlo-checkins] r11213 - openlaszlo/trunk/laszlo-explorer/constraints

bargull@openlaszlo.org bargull at openlaszlo.org
Thu Sep 25 01:27:16 PDT 2008


Author: bargull
Date: 2008-09-25 01:27:14 -0700 (Thu, 25 Sep 2008)
New Revision: 11213

Modified:
   openlaszlo/trunk/laszlo-explorer/constraints/dragdrop.lzx
Log:
Change 20080924-bargull-0Yk by bargull at dell--p4--2-53 on 2008-09-24 22:51:09
    in /home/Admin/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: dragdrop example

New Features:

Bugs Fixed: LPP-7054

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

Documentation:

Release Notes:

Details:
add swf9 compatible override
skip-pre-commit-checks
    

Tests:



Modified: openlaszlo/trunk/laszlo-explorer/constraints/dragdrop.lzx
===================================================================
--- openlaszlo/trunk/laszlo-explorer/constraints/dragdrop.lzx	2008-09-25 08:11:14 UTC (rev 11212)
+++ openlaszlo/trunk/laszlo-explorer/constraints/dragdrop.lzx	2008-09-25 08:27:14 UTC (rev 11213)
@@ -16,11 +16,11 @@
   <view x="${cart.x+10}" y="${cart.y+55}" 
         resource="norahjones.jpg"
         onmousedown="dragging.setAttribute('applied', true)"
-        onmouseup="dragging.setAttribute('applied', false); stop()">
+        onmouseup="dragging.setAttribute('applied', false); stopDrag()">
     
     <dragstate name="dragging"/>
     
-    <method name="stop">
+    <method name="stopDrag">
       if (this.x>wish.x) {
         this.animate("x", wish.x+10, 300);
         this.animate("y", wish.y+55, 300);



More information about the Laszlo-checkins mailing list