On 4/20/10 5:52 PM, Peter Ammon wrote:

I'm not sure how to fix this. In my Carbon application, simply installing these 
event handlers made the Services menu available. It's not clear to me why the 
kEventServiceCopy event does not fire, but the kEventServiceGetTypes event 
(necessary to determine if my app provides a service) and kEventServicePerform 
(to perform the service) do fire.

Any advice is appreciated.

--Kevin


Hi Kevin,

These events only fire in an app with a Carbon menu bar.  If your menu bar is 
Cocoa (that is, you install it with -[NSApplication setMainMenu:]) then you 
will need to implement the Cocoa Services APIs.

-Peter



Hi Peter,

Thanks for the clarification. Looks like it's back to the drawing board for me.

--Kevin

--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to