From: <mi...@pr...> - 2000-11-07 11:42:17
|
There is a serious bug with the arrays in the 11-5 & 11-6 releases. 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. I did some debugging, and I am not sure if it is supposed to be this way, but when I alert the DynLayer.getComponent(), I get DynLayer.unassignedID[layername]. Is the DynLayer component supposed to be referenced by the unassigned array? This is a pretty serious bug, and is relevant to the array discussions currently being posted. Does anyone have any ideas? --proteanman |