Re: Cocoa Finder plugins
Re: Cocoa Finder plugins
- Subject: Re: Cocoa Finder plugins
- From: Finlay Dobbie <email@hidden>
- Date: Mon, 29 Jul 2002 20:49:26 +0100
On Monday, July 29, 2002, at 06:11 AM, Chad Patten wrote:
I'm having trouble finding information on developing a plugin for the
Finder using Cocoa. What I'd like to do is create a plugin that adds
items to the Finder's Dock menu. I've come to the conclusion that a
Contextual Menu plugin would work (I'd just return a NULL menu on
context-clicks), but I can't find any information on doing CMM plugins
in Cocoa. Are there any resources anyone can point me to in order to
get me started?
You can't really write CMMs in Cocoa, since the API is C. You can
probably use Cocoa, but you will have problems using AppKit from Carbon
apps in 10.1 and earlier.
-- Finlay
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.