Re: VCARD NSPasteboard type
Re: VCARD NSPasteboard type
- Subject: Re: VCARD NSPasteboard type
- From: "Simson Garfinkel" <email@hidden>
- Date: Mon, 28 Jan 2002 21:18:30 -0500
The problem is that, unless you know what types to register for, you don't
get the events. (I tried this).
However, an examination of the binary reveals three strings:
ABAddressCardPBoardType
ABVCardStringPBoardType
MVAddressListPasteboardType
Once you know what t register for, you get this in the types array:
=<CFArray 0x209a980 [0x8016024c]>{type = mutable-small, count = 8, values =
(
0 : <CFString 0x253b830 [0x8016024c]>{contents = "NSFilenamesPboardType"}
1 : <CFString 0x253b880 [0x8016024c]>{contents = "ABVCardStringPBoardType"}
2 : <CFString 0x253b8b0 [0x8016024c]>{contents =
"MVAddressListPasteboardType"}
3 : <CFString 0x253b8e0 [0x8016024c]>{contents = "ABAddressCardPBoardType"}
4 : <CFString 0x253b910 [0x8016024c]>{contents = "NeXT filename pasteboard
type"}
5 : <CFString 0x2095530 [0x8016024c]>{contents = "CorePasteboardFlavorType
0x6675726C"}
6 : <CFString 0x2095570 [0x8016024c]>{contents = "CorePasteboardFlavorType
0x68667320"}
7 : Apple URL pasteboard type
)}
Doing a web search for these led me to
http://www.whidbeysoft.com/DropZone/
DropZone, which looks pretty cool.
----- Original Message -----