Re: Multiple pasteboard items
Re: Multiple pasteboard items
- Subject: Re: Multiple pasteboard items
- From: Bryan Prusha <email@hidden>
- Date: Thu, 14 Jul 2005 14:16:29 -0700
On Jul 14, 2005, at 12:24 PM, David Catmull wrote:
Hmm.. unfortunately I won't be able to use [NSImageRep
imageRepWithPasteboard:] when there are multiple items, but I think
I'll still be able to cobble something reasonable together.
No, not directly, but you could grab the CFDataRef off the
Carbon Pasteboard and add it to a custom NSPasteboard as a NSData* if
you really need to use that API. Of course, once you have the data
you can use it with any relevant Cocoa API.
_______________________________________________
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