Hi all, Just trying to figure out how to swap a drag proxy for a list control. I am not sure if i should be overriding any particular function of the list control or if i should play with the mouseover event of the item renderer itself. I have my list set to dragEnabled=true and inside my item renderer i've add a mousemove listener on itself and use the image inside as a proxy. That worked fine until i tried droping it in another list where it use to work prior to adding the mousemove & drag proxy commands in it. the data expected seem to be different than the array normally passed in the dragSource.
Any help would be apreciated, Thank you. Joseph Abenhaim

