Skip navigation.
 
mlRe: Drag and Drop a File... help!!
FROM : Nicholas Riley
DATE : Sat Dec 07 19:21:30 2002

On Sat, Dec 07, 2002 at 09:53:47AM -0800, Stephen C. Jensen wrote:

> I have written a small Cocoa app that access our local oracle phone
> database and displays lists of people. With 10.2, I've used the
> Address Book APIs to hook the two together, which works really well.
> My latest change was to add the capability to save a person as a
> vCard... works great. Now, I want to add the ability to drag a person
> into the finder (or Palm Desktop, or Address Book, or ...) and have
> the data transferred as a vCard (similar to how address book works).
> I can't figure this out for the life of me! I have drag and drop
> enabled, and can drag a text representation out to other programs as
> NSStringPboardType. What do I need to add to make the vCards work?


See the section "HFS Promises" in the 10.2 AppKit release notes:

<http://developer.apple.com/techpubs/macosx/ReleaseNotes/AppKit.html>

--
=Nicholas Riley <<email_removed>> | <http://www.uiuc.edu/ph/www/njriley>
        Pablo Research Group, Department of Computer Science and
  Medical Scholars Program, University of Illinois at Urbana-Champaign
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlDrag and Drop a File... help!! Stephen C. Jensen Dec 7, 18:53
mlRe: Drag and Drop a File... help!! Nicholas Riley Dec 7, 19:21
mlRe: Drag and Drop a File... help!! Buzz Andersen Dec 7, 20:12
mlRe: Drag and Drop a File... help!! Stephen Jensen Dec 7, 20:49
mlRe: Drag and Drop a File... help!! Stephen Jensen Dec 7, 20:54
mlRe: Drag and Drop a File... help!! Vince DeMarco Dec 7, 21:15
mlRe: Drag and Drop a File... help!! Stephen C. Jensen Dec 11, 04:25