Detecting a failed drag and drop outside of view
Detecting a failed drag and drop outside of view
- Subject: Detecting a failed drag and drop outside of view
- From: Rick Bischoff <email@hidden>
- Date: Wed, 12 Nov 2003 00:26:29 -0600
Hello,
In my application, I need to detect when a drag failed outside of my
custom view--
i.e.,
When the drag begins, image at cell X is removed to signify to the user
that they are MOVING the image
When user drags image off of my view, (I can detect this with
draggingExited) and drops it on something that won't accept it (pretty
much anything since this is "in-application" only),
I need to detect that so I can redraw the image on cell X.
Right now, I have it set to redraw the image on the "draggingExited",
but this is clunky since the drag/drop operation is not done yet and
the user may still decide to return to my view with the image.
Any ideas?
Thanks,
Rick
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.