Re: NSFilesPromisePboardType
Re: NSFilesPromisePboardType
- Subject: Re: NSFilesPromisePboardType
- From: Charles Srstka <email@hidden>
- Date: Sat, 14 Sep 2002 18:09:41 -0500
I also wish there was an easy way to write flavorTypePromiseHFS
directly to the pasteboard. There doesn't seem to be a way to do this,
but I did manage to kludge it by calling -[NSOutlineView
dragPromisedFilesOfTypes:fromRect:source:slideBack:event:] in the
outlineView:writeItems:toPasteboard: method, and it seems to work.
If there's a better way to do this, I'd really like to know what it
is...
Charles
On Saturday, September 14, 2002, at 02:25 PM, Olivier wrote:
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.
_______________________________________________
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.