Re: Object Specifier pasteboard type
Re: Object Specifier pasteboard type
- Subject: Re: Object Specifier pasteboard type
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 10 May 2005 11:53:50 -0600
On May 10, 2005, at 11:29 AM, Mark Alldritt wrote:
Does anyone know what the Object Specifier pasteboard type is?
This is the
pasteboard type expected by the Script Editor's Paste Reference
command.
Under Carbon, we use the typeObjectSpecifier ('obj ') when writing
data to
the clipboard.
If there's a system pasteboard type that doesn't have a Cocoa name,
then you can use it in Cocoa anyway by naming it
"CorePasteboardFlavorType 0x" followed by the four-letter identifier
written in hexadecimal. So 'obj ' would become
"CorePasteboardFlavorType 0x6F626A20".
Nick Zitzmann
<http://www.chronosnet.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