From: Robert R. <rra...@ya...> - 2001-01-21 17:04:19
|
If you get the alert about a layer already existing in the document, then it means the layer has already been added to the document and you are attempting to add it again. Most likely, you tried to add the same layer as a child of two different layers. Not sure about about the elm, just make sure you don't access its properties until it has finished loading(oncreate or onprecreate events). -- // Robert Rainwater On 1/21/2001, 11:53:00 AM EST, Eytan wrote about "[Dynapi-Dev] Weird Error": > Hi, > I've been working on something both at home and at work. I brought these > files home and suddenly get these errors JSDynlayer0 is already in > DynDocument you must remove it first and also elm.all is undefined. What is > going on?? > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev ---------------------- DynAPI Snapshots: http://dynapi.sourceforge.net/snapshot/ DynAPI Homepage: http://dynapi.sourceforge.net/ |