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 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 currentTarget is the list 
> i'm dragging to and not the itemRenderer that i want.
> I've also noticed that the mouseOver event is not dispatched 
during 
> the drag operation so i can't identify which row the mouse is on.
> 
> Please help...
> 
> Thanks,
> Josef
>


Reply via email to