drag'n'drop - stopping the image from being displayed.
drag'n'drop - stopping the image from being displayed.
- Subject: drag'n'drop - stopping the image from being displayed.
- From: John Clayton <email@hidden>
- Date: Mon, 22 Dec 2008 18:40:52 +0100
Hi
I'd like to stop any drag image from being displayed under or near the
mouse cursor during a drag operation when something is being dragged
into my application from the finder.
The reason is that my app provides sufficient feedback to the user
about the dragging operation already, and the image itself is actually
getting in the way of this feedback - my feedback is the creation of a
'track' in a list - all CALayer stuff - and the standard drag image is
on top which obscures this new track, it'd be much much better if I
can get rid of this drag image.
Is there a way to stop the image from being created/used? I am
receiving drag operations in an instance of NSView of course, and
obviously have implemented the draggingEntered:/Exited:/Updating:
methods already.
Thanks
--
John Clayton
Skype: johncclayton
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden