[Laszlo-dev] error in legals when running examples/animation/animation.lzx in DHTML
P T Withington
ptw at openlaszlo.org
Tue Jan 2 09:26:37 PST 2007
Is this possibly due to the constraint-queuing change, which is in
legals but not b1?
On 2007-01-02, at 12:11 EST, Henry Minsky wrote:
> I am getting this error in Legals when I try to run the
> animation.lzxexample in DHTML:
>
> this.flist has no properties
>
>
> It appears to be in this method of the menu component
>
> <!-- instantiate children of menu in its floatinglist
> instead of
> itself.
> this method is called autmatically.
> @param array childrenarray: an array of nodes to be
> created-->
> <method name="createChildren" args="childrenarray" ><![CDATA[
> this.flist.createChildren(childrenarray);
> ]]></method>
>
> So now flist is unbound? But this works in 4.0b1. Did something
> change in
> ordering of setting of init values ?
>
>
> Also, should a component really be calling LzNode.createChildren
> method at
> all?
>
>
> --
> Henry Minsky
> Software Architect
> hminsky at laszlosystems.com
More information about the Laszlo-dev
mailing list