[Laszlo-dev] For Review: Change 20080501-hqm-q Summary: move sendEvent-specific fields to LzMiniNode

André Bargull a.bargull at intensis.de
Thu May 1 11:55:21 PDT 2008


>
> And make any class that needs to receive events inherit from LzMiniNode
These classes also receive events:
- LzInstantiatorClass
- LzFocusClass
- Profiler
- LzSprite (swf)
- SoundMC (swf)
- LzLoader (swf)
  - LzMediaLoader (swf)
  - LzHTTPLoader (swf)
- LzContextMenuKernel (dhtml)

The first two should be easy to update, but the Profiler isn't even a 
class yet and the rest are all kernel classes resp. objects...

> Change 20080501-hqm-q by hqm at badtzmaru.home <http://www.openlaszlo.org/mailman/listinfo/laszlo-dev> on 2008-05-01 11:58:09 EDT
>      in /Users/hqm/openlaszlo/trunk5
>      for http://svn.openlaszlo.org/openlaszlo/trunk
>
> Summary: move sendEvent-specific fields to LzMiniNode
>
> New Features:
>
> Bugs Fixed: LPP-5919
>
> Technical Reviewer: ptw
> QA Reviewer: pbr
> Doc Reviewer: (pending)
>
> Documentation:
>
> Release Notes:
>
> Details:
>
> move these two fields  to LzMiniNode
>
>   var __LZdeleted:Boolean = false;
>   var __LZdeferDelegates:Boolean = false;
>
> And make any class that needs to receive events inherit from LzMiniNode
>
> Tests:
>
> lztest, lzpix
>
> Files:
> M      WEB-INF/lps/lfc/services/LzTrack.lzs
> M      WEB-INF/lps/lfc/services/LzIdle.lzs
> M      WEB-INF/lps/lfc/core/LzMiniNode.lzs
> M      WEB-INF/lps/lfc/core/LzNode.lzs
>
>
> Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20080501-hqm-q.tar



More information about the Laszlo-dev mailing list