From: Robert R. <rra...@ya...> - 2000-11-07 14:35:46
|
> In the addChildID() method of the DynLayer class, there is the > "Attempt to add ..." warning alert if you have a layer that has > already been added to the DynAPI.document, and then try to add that > same layer using the addChild() method to another layer. The only place that layers are added to the document.all[] array is in addChildID(). So, if you get an alert, it should mean that the layer has already been attached to another layer or document. So, should it be posible to say: lyr.add(achild) then blyr.add(achild)? \\Robert -- rra...@ya... |