Re: mouse pointer for drag copy
Re: mouse pointer for drag copy
- Subject: Re: mouse pointer for drag copy
- From: Allan Odgaard <email@hidden>
- Date: Thu, 29 Jul 2004 22:02:18 +0200
On 29. Jul 2004, at 21:54, Adam Maxwell wrote:
I think that Finder always report NSDragOperationGeneric and thus
will never show the plus sign for other than local drags.
That's interesting. Create.app shows the copy cursor when you drag
from its image well to the Finder, which actually motivated my
question. Mail shows it when you drag an attachment from a message
window, as well.
Ah, maybe I am misremembering the details.
Maybe it was that it will always choose NSDragOperationGeneric if that
is present.
So in the mask you return, try only to return NSDragOperationCopy.
_______________________________________________
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.