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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to