On 6/7/06, Henry Minsky <[EMAIL PROTECTED]> wrote:
In SWF...On 6/7/06, P T Withington < [EMAIL PROTECTED]> wrote: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.--
Henry Minsky
Software Architect
[EMAIL PROTECTED]
--
Henry Minsky
Software Architect
[EMAIL PROTECTED]
_______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
