Re: DnD International No symbol
Re: DnD International No symbol
- Subject: Re: DnD International No symbol
- From: Corbin Dunn <email@hidden>
- Date: Thu, 17 Jun 2010 15:48:20 -0700
On Jun 16, 2010, at 7:19 PM, Tony Romano wrote:
> Hmm... I'm returning the NSDragOperationNone now, all I get is an image of what is being dragged no other symbol and the outlineview won't accept the drop which is correct. When I have a valid selection, I get the other symbol for copy(green circle with plus sign), or for Move, the outlineview highlights the drop point.
Call:
[[NSCursor operationNotAllowedCursor] set];
before returning NSDragOperationNone.
corbin
_______________________________________________
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