[flexcoders] Re: Drag And Drop components from one layout to another

2006-12-12 Thread raju_bb
Hey friend, Even i m struggling for the same..It has taken a week now..But i m still not able to do it.If anything you come up with lemme know..We can help out each other..Thanks

Re: [flexcoders] Re: Drag And Drop components from one layout to another

2006-12-12 Thread Daniel Freiman
Try using ObjectUtil.copy() to copy the object and then add the copy to the canvas (in the doDropDrag function). If you add a object to a canvas (or any other displayObjectContainer) it will remove the object from it's current parent and place it on the canvas. There's no way around that. -