I'm running into a fairly odd problem on Netscape 4.7. I have something similar to the riTreeNode in terms of the layering, but with the ability to add & delete nodes by clicking a button.
It works fine creating nodes and deleting nodes, but if you create, then delete, then go to recreate it breaks. No javascript error, just a total lack of response in terms of the node being added. I tracked it from .addChild --> .create --> DynLayer.prototype.specificCreate and it breaks at the line this.elm.moveTo(this.x,this.y); (10th line up from the bottom of the function) I put an alert(this + "\n" + this.elm) in to see what is happening. Normally (the first time through), I see something like "DynObjectwhichever & [object Layer]". When it breaks (second time through)I get a nice long pause & then a huge (full screen) popup error-looking type window that spits out a huge amount of text indicating that the this.elm object is not at all what it should be. My guess is that it means something isn't working quite properly in the if(is.ns4) portion of .specificCreate that deals with the elm & recycling....like the this.elm=recycled[recycled.length-1]; line. Does anyone have any ideas????? THanks, James _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dynapi-Help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dynapi-help