[flexcoders] Drag an Drop on images

2009-01-16 Thread christophe_jacquelin
Hello, 

How to make the equivalent of drag and drop of images on a screen in a 
flex application ?

Thank you,
Christophe, 




RE: [flexcoders] Drag an Drop on images

2009-01-16 Thread Tracy Spratt
Assuming you are not working with controls that support DnD by default,
you use a mouse gesture to start the drag operation, ceate a Dragsource,
add your data to it, then use DragManager.doDrag() to start the drag.

 

The docs have good examples.

 

Tracy Spratt 
Lariat Services 

Flex development bandwidth available 



From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of christophe_jacquelin
Sent: Friday, January 16, 2009 7:06 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Drag an Drop on images

 

Hello, 

How to make the equivalent of drag and drop of images on a screen in a 
flex application ?

Thank you,
Christophe,