NSFilesPromisePboardType
NSFilesPromisePboardType
- Subject: NSFilesPromisePboardType
- From: Olivier <email@hidden>
- Date: Sat, 14 Sep 2002 14:25:14 -0500
I just read the release note of the appkit for 10.2 and was pleased to
discover that Apple created a drag flavor for promise HFS.
So i started to try to use it inside my outline view, but until now
with no luck.
I overwrote the function draggingSourceOperationMaskForLocal of
NSOutlineView so that i can drag to other app, in the delegate i
declare a drag flavor of type NSFilesPromisePboardType.
I implemented the pasteboard delegate method -
(void)pasteboard:(NSPasteboard *)sender provideDataForType:(NSString
*)type but it is not called.
when i do a drag toward the finder, the finder will still not accept
it. Could someone point me in the right direction.
Olivier
_______________________________________________
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.