The (Laszlo) Class.addProperty method is used by LzNode to install
methods dynamically.
I've got it implemented just as

    function addProperty(key:*,val:*):void {
        this[key] = val;
    }

in the LzNode swf9 development world right now. Is there anything
else we need to when adding functions at runtime that refer to
superclass methods (or "super()" )
or will that "just work"?

-- 
Henry Minsky
Software Architect
[EMAIL PROTECTED]

Reply via email to