There is a decent sample in the online Flex docs of
dragging an image around.
http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000967.html
General overview of the drag manager and usage
http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000967.html
I have found the drag manager to be pretty easy to use
and useful, however when using the datagrid/lists and
dragging between them, using anything other than the
default drag proxy becomes painful. You can work
around it by extending the datagrid class and
overwriting the dragProxy setter/getter to use a
different one instead.
Good luck,
Derrick
--------------------------
Derrick Grigg
[EMAIL PROTECTED]
www.dgrigg.com
--
[ JPG ] __._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
![]()
SPONSORED LINKS
Software development tool Software development Software development services Home design software Software development company
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
__,_._,___
- [flexcoders] Re: Drag and Drop tutorials/Samples of mixed ty... Derrick Grigg
- Re: [flexcoders] Re: Drag and Drop tutorials/Samples of... John Grden
- [flexcoders] Re: Drag and Drop tutorials/Samples of mix... Derrick Grigg
Reply via email to
Yeah I had wondered about what was going on with the drag proxy - I'm just getting into it, but this really helps Derrick
On 10/17/06, Derrick Grigg <
[EMAIL PROTECTED]> wrote:

