On 2006-06-07, at 11:10 EDT, Henry Minsky wrote:
> If I replace the existing LzView construct code's 'super' call
>
> LzView.prototype._nodeconstruct = LzNode.prototype.construct;
> LzView.prototype.construct = function ( parent , args, skipsprite) {
> this._nodeconstruct( parent ? parent : canvas, args );
>
>
>
> with this:
>
>
> LzView.prototype.construct = function ( parent , args, skipsprite) {
> super.construct( parent ? parent : canvas, args );
>
>
> Then the app totally hangs, nothing comes up.
>
> Any ideas why?
DHTML, SWF or both? That should be completely equivalent.
_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev