You drop things "between" list items, not "on"... unless of course you've 
implemented it that way (like setting the selectedIndex of the list control 
during an onMouseWithin or whatever that event is called).

Regardless, 2 methods that are cool:
- showDropFeedback
- hideDropFeedback

They are part of mx.controls.listclasses.ScrollSelectList, and show a line 
of "where" your item'll be placed in the dataProvider.

Although it looks weird, drawFocus(true) brings some attention to what your 
dropping it to.  Finally, DragManager.COPY has a better looking icon then 
the default.

Hope that helps.

----- Original Message ----- 
From: "heybluez" <[EMAIL PROTECTED]>
To: <flexcoders@yahoogroups.com>
Sent: Saturday, July 02, 2005 2:29 PM
Subject: [flexcoders] indicating drop target on mx:list


I am trying to figure out a way to indicate to the user what they are
over on a list when dragging.  I would like to activate the "rollover"
color when the drag item is over that particular list item.

any suggestions?

thanks,
Michael




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to