Well I want to delete the item from the dataprovider when the user
drops the item outside.  So just drag enter will tell me what it's
over but not when it is dropped.

--- In flexcoders@yahoogroups.com, "Douglas Knudsen"
<[EMAIL PROTECTED]> wrote:
>
> DragEnter event perhaps?  This fires when something is dragged over
it.  In
> your handler for this you can determine if its droppable or not
among other
> things.
> 
> DK
> 
> On 2/21/07, Nate Pearson <[EMAIL PROTECTED]> wrote:
> >
> > What is the event that is triggered when I drop something outside of a
> > drop target?  I thought i could use dragExit() but that just shows
> > when you leave the area.  DragDrop() doesn't seem to get triggered
> > when you actually do the drop outside of the "droppable" area.
> >
> > What i'm trying to do is let people click and drag items out side of a
> > custom list and have it delete from that list's data provider.
> >
> > Thanks in advance,
> >
> > Nate
> >
> >
> >
> >
> > --
> > 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
> >
> >
> >
> >
> 
> 
> -- 
> Douglas Knudsen
> http://www.cubicleman.com
> this is my signature, like it?
>


Reply via email to