I'm getting the following error

this.addChild is not a function file....

with the following code:

function TreeNode(pcontents) {

        this.DynLayer = DynLayer;
        this.DynLayer();
        this.toggle = this.addChild(new DynLayer());
...
}

TreeNode.prototype = new DynLayer();

Any ideas why? What's curious is this exactly what ViewPort does.

Binky

_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to