So you want to drag from the grid onto an image?  

I would think it would work just like any other component.  

Just define handlers for dragEnter, dragDrop, dragExit, etc.

On dragEnter just check the DragSource format and use the DragManager 
to accept the drop.  

You can find many examples of this by looking at the samples source 
and probably by searching here even.

--- In [email protected], "ldyhwke24" <[EMAIL PROTECTED]> wrote:
>
> Hi all.
> 
> I figured out how to drag and drop between grids, that was rather 
> simple.  But, I'm having difficulty getting the drag 'n drop between 
a 
> grid and an image.  
> 
> On the grid side of things, it seems rather simple; but on the image 
> side of things, I'm not quite sure how to implement this.
> 
> Ideas?  Should I use DragManager for this?
> 
> thanks!
>







--
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