i think it was removed in order to speed things up.
why don't you just create your own function to this?

function addChildren() {
    for (var i=0; i<arguments.length; i++)
DynAPI.document.addChild(arguments[i]);
}

and then use it like before: 

addChildren(myLayer1,myLayer2,myLayer3) 

/martin


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Steve
Carroll
Sent: den 4 maj 2001 03:53
To: [EMAIL PROTECTED]
Subject: [Dynapi-Dev] Widgets use lots of child layers


What happend to addChild accepting multiple arguments?
Gee, that'd be nice to have back, w/out it my code doubles in lines of
source for making advanced widgets!
Grrrrrrr.....


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

Reply via email to