[Laszlo-dev] [Laszlo-checkins] r8947 - in openlaszlo/trunk: WEB-INF/lps/lfc/controllers WEB-INF/lps/lfc/core WEB-INF/lps/lfc/helpers WEB-INF/lps/lfc/services WEB-INF/lps/server/src/org/openlaszlo/compiler demos/lzpix demos/lzpix/classes demos/lzpix/views lps/components/utils/layouts

P T Withington ptw at pobox.com
Thu May 1 05:59:56 PDT 2008


I just realized there may be a problem here.  Did you try testing in  
DHTML with debug on after this change?  I think the warning code for  
handlers not having the right arguments will go off if you make the  
handler argument optional.

On 2008-05-01, at 08:40 EDT, hqm at openlaszlo.org wrote:

> Author: hqm
> Date: 2008-05-01 05:40:08 -0700 (Thu, 01 May 2008)
> New Revision: 8947
>
> Modified:
>   openlaszlo/trunk/WEB-INF/lps/lfc/controllers/LzAnimatorGroup.lzs
>   openlaszlo/trunk/WEB-INF/lps/lfc/core/LzNode.lzs
>   openlaszlo/trunk/WEB-INF/lps/lfc/core/dummyclasses.js
>   openlaszlo/trunk/WEB-INF/lps/lfc/helpers/LzDataSelectionManager.lzs
>   openlaszlo/trunk/WEB-INF/lps/lfc/helpers/LzSelectionManager.lzs
>   openlaszlo/trunk/WEB-INF/lps/lfc/services/Library.lzs
>   openlaszlo/trunk/WEB-INF/lps/lfc/services/LzTrack.lzs
>   openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler/ 
> NodeModel.java
>   openlaszlo/trunk/demos/lzpix/app.lzx
>   openlaszlo/trunk/demos/lzpix/classes/albumlayout.lzx
>   openlaszlo/trunk/demos/lzpix/classes/classes.lzx
>   openlaszlo/trunk/demos/lzpix/classes/clipboard.lzx
>   openlaszlo/trunk/demos/lzpix/classes/clipboardinterior.lzx
>   openlaszlo/trunk/demos/lzpix/classes/dataman.lzx
>   openlaszlo/trunk/demos/lzpix/classes/draggedphotos.lzx
>   openlaszlo/trunk/demos/lzpix/classes/favorites.lzx
>   openlaszlo/trunk/demos/lzpix/classes/md5.js
>   openlaszlo/trunk/demos/lzpix/classes/photo.lzx
>   openlaszlo/trunk/demos/lzpix/classes/pivotlayout.lzx
>   openlaszlo/trunk/demos/lzpix/classes/search.lzx
>   openlaszlo/trunk/demos/lzpix/views/mybutton.lzx
>   openlaszlo/trunk/demos/lzpix/views/tools.lzx
>   openlaszlo/trunk/lps/components/utils/layouts/stableborderlayout.lzx
> Log:
> Change 20080430-hqm-w by hqm at badtzmaru.home on 2008-04-30 19:10:59 EDT
>    in /Users/hqm/openlaszlo/trunk5
>    for http://svn.openlaszlo.org/openlaszlo/trunk
>
> Summary: changes to get lzpix to compile
>
> New Features:
>
> Bugs Fixed:
>
> Technical Reviewer: ptw
> QA Reviewer: max
> Doc Reviewer: (pending)
>
> Documentation:
>
> Release Notes:
>
> Details:
>
>
> + make services/LzTrack.lzs compile in the swf9 LFC
>
> note: I had to add these instance vars:
>  var __LZdeferDelegates = false;
>  var __LZdeleted = false;
> because sendEvent was expecting to be able to access them when
> sending and event to LzTrack
>
>
>
>
> + add LzNode-compatible constructors to LzSelectionManager and  
> LzDataSelectionManager
>
> + removed what looks like an unused var erronesouly being cast to  
> LzView in LzAnimatorGroup
>
> + Needed to make the "ignore" arg to the binder function and  
> optional arg, for somer reason.
> Maybe we should look at what code is being compiled to call this  
> with no args.
>
>
> + fix up various layout methods to take optional args if they can be  
> called by event handlers
>
> + app.lzx: fix up various callers that were too few args
> Note: we ought to rename the "stop" method defined in there as it  
> conflicts with the LzView.stop() method
>
> + demos/lzpix/classes/photo.lzx
> add some missing var declarations
> + ditto  demos/lzpix/classes/draggedphotos.lzx
>
> + LzNode, unify the ConstructorMap["__LZUserClassPlacementObject"]  
> hackage
>
>
>
> Tests:
>



More information about the Laszlo-dev mailing list