Thanks.

For some reason I assumed the DragProxy was just an image.


Setting mouseChildren="false" let the mouseMove events fire on containers 
underneath the proxy.




--Kelly







--- In [email protected], Alex Harui <aha...@...> wrote:
>
> You might have to set mouseEnabled=false on all children and grandchildren, 
> etc of the dragproxy.  Or just watch for mouseMove and use 
> getObjectsUnderPoint to see if you're over a particular target.
> 
> Alex Harui
> Flex SDK Developer
> Adobe Systems Inc.<http://www.adobe.com/>
> Blog: http://blogs.adobe.com/aharui
> 
> From: [email protected] [mailto:[email protected]] On 
> Behalf Of Archibald
> Sent: Friday, August 14, 2009 1:26 PM
> To: [email protected]
> Subject: [flexcoders] MouseOver events while dragging?
> 
> 
> 
> I need to change the style of items in a list when they are mousedOver while 
> dragging but none of the mouseOver events fire while dragging.
> 
> I tried setting mouseEnabled=false on the DragProxy but that did nothing.
> 
> Is there any way to get mouseOver events while dragging?
> 
> Or is there another way to tell that I have moused over a list item while 
> dragging?
> 
> I need it because while dragging items in a list to a different index in the 
> same list only certain drop indexes are allowed and I need to make some 
> visual feedback to let the user know where they can drop in the list.
> 
> --Kelly
>


Reply via email to