Re: Carbon pasteboard/service events not firing in Cocoa app

2010-04-20 Thread Kevin Walzer
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 determi

Re: Carbon pasteboard/service events not firing in Cocoa app

2010-04-20 Thread Peter Ammon
On Apr 19, 2010, at 7:46 AM, Kevin Walzer wrote: > I'm trying to port some Carbon code that provides basic services menu > integration to a Cocoa application. This code implements the basic Carbon > event handlers for this functionality, cf: > > const EventTypeSpec carbonServiceEvents[] = { >