Re: [Dynapi-Dev] TemplateManager problem

2003-06-30 Thread Raymond Irving
This has been fixed. The problem was with line 84: if(oc && oc.removeFromParent) oc.removeFromParent; // remove old child change it to: if(oc && oc.removeFromParent) oc.removeFromParent(); // remove old child This example should now work: var t= 'some text [EMAIL PROTECTED] some text' var t

[Dynapi-Dev] TemplateManager problem

2003-06-29 Thread Daniel Tiru
Hi! I found today that in a template its not working to replace fields with another part. I mean, say i have a template with one field then i add a layer to that field. So far no problem. But when i try to add another layer nothing happens. I think this is some bug in the addChild method in the