Re: Pasteboard file promises under 10.6
Re: Pasteboard file promises under 10.6
- Subject: Re: Pasteboard file promises under 10.6
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 4 Jan 2010 11:26:09 -0700
On Jan 4, 2010, at 11:06 AM, Frank Illenberger wrote:
> Does anybody know how to get file promises working with the new pasteboard API in Snow Leopard?
You can't. Every version of Mac OS X to date treats file promise pasteboards as being different from all other kinds of pasteboards, and the only supported way of starting a file promise drag operation is by using the -dragPromisedFilesOfTypes:... method of NSView. Also, some built-in views support file promise dragging through their delegate or data source methods, which ultimately use -dragPromisedFilesOfTypes:... to do the drag.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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