dragPromisedFilesOfTypes clears drag pasteboard
dragPromisedFilesOfTypes clears drag pasteboard
- Subject: dragPromisedFilesOfTypes clears drag pasteboard
- From: Robert Vasvari <email@hidden>
- Date: Thu, 5 May 2005 03:52:50 -0700 (PDT)
- Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
The NSView method
"dragPromisedFilesOfTypes:fromRect:source:slideBack:event:"
unfortunately clears the drag pasteboard by invoking
declareTypes:owner. It thereby prevents me from
putting additional info (like of type
NSURLPasteboardType) on the drag pasteboard. Yes, I
could use a private pasteboard, but then other apps
could not use the data. I think,
dragPromisedFilesOfTypes should not obliterate data
for the types it does not use. Since this method does
not return until the drag is over, I see no workaround
this problem. Let me know if there is any.
R
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden