[Laszlo-dev] putting in super call in LzView not working
P T Withington
ptw at openlaszlo.org
Wed Jun 7 11:47:57 EDT 2006
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.
More information about the Laszlo-dev
mailing list