[flexcoders] RTE on DragManager when using Window component

2008-07-01 Thread Yossi Gordin
Hi, Please help!!! I am running an Air project (mx:Application) under Windows XP. I have the following piece of code on one of my components: DragManager.doDrag(this, dragSource, event,_dragableImage,-event.localX,-event.localY); It works perfectly, but when i initiate in another component a

[flexcoders] Problem dropping data from list to list

2008-04-06 Thread Yossi Gordin
Hi, I have a problem with drag and drop operation from list to list. I want to drag a row from one list and drop it on a row in another list without selecting one item in the target list first. How can i identify which row i am dropping the target? the dragDrop, dragEnter, dragOver events

[flexcoders] Re: Problem dropping data from list to list

2008-04-06 Thread Yossi Gordin
Couldn't find a workaround and i needed a solution fast, so i created a custom item renderer and moved all the drag and drop logic there. If any of you have a better solution, please post it. Regards, Josef --- In flexcoders@yahoogroups.com, Yossi Gordin [EMAIL PROTECTED] wrote: Hi, I