[flexcoders] Manual Drag Drop - copying of original component that is bein dragged?

2008-01-02 Thread Fah Queue
Hi there I am using this code as the basis of my project: http://blogs.adobe.com/flexdoc/2007/03/creating_resizable_and_draggab.html I modified the code and came up with my own drag/drop functions: private function tbMouseMoveHandler(event:MouseEvent):void { // create the filterEditObj

[flexcoders] Manual Drag Drop - copying of original component that is bein dragged?

2008-01-02 Thread Fah Queue
Hi there I am using this code as the basis of my project: http://blogs.adobe.com/flexdoc/2007/03/creating_resizable_and_draggab.html I modified the code and came up with my own drag/drop functions: private function tbMouseMoveHandler(event:MouseEvent):void { // create the filterEditObj

[flexcoders] Two way manual drop between two containers

2007-12-13 Thread Fah Queue
Hello so I used the code I found http://blogs.adobe.com/flexdoc/drag_and_drop/ to make my panels be dragged and dropped by a user inside an application. I have all my panels inside a canvas in which I can drag and drop any panel I dynamically create and set it as a child of that canvas. That is my