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 (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