Re: contextual menu plugin example in cocoa

2009-09-02 Thread Mr. George Warner
On Tue, 1 Sep 2009 16:12:07 -0700, Mark Munz unmar...@gmail.com wrote: I've filed a number of bugs on Services and recommend you do so as well. Not sure if it is better to file each issue separately or group them together. Please file each issue separately; Feel free to cc me on any bug #'s.

Re: contextual menu plugin example in cocoa

2009-09-02 Thread Stephane Madrau
On 01.09.2009 21:02, cocoa-dev-requ...@lists.apple.com wrote: Jean-Daniel Dupas wrote: Yes. CM are deprecated (means do not work at all in Snow Leopard) and should be rewrote as Services. (see Services Programming Guide) That is exactly the kind of little, but spot on comment I find so

Re: contextual menu plugin example in cocoa

2009-09-01 Thread Klaus Wik
Nick Zitzmann wrote: On Aug 19, 2009, at 5:26 PM, augusto callejas wrote: if so, where would i find sample code like above, except using just cocoa? There aren't any. You have to use Carbon for at least the entry point of a CM plugin. After that, you can call any Foundation method you

Re: contextual menu plugin example in cocoa

2009-09-01 Thread Jean-Daniel Dupas
Le 1 sept. 2009 à 19:41, Klaus Wik a écrit : Nick Zitzmann wrote: On Aug 19, 2009, at 5:26 PM, augusto callejas wrote: if so, where would i find sample code like above, except using just cocoa? There aren't any. You have to use Carbon for at least the entry point of a CM plugin. After

Re: contextual menu plugin example in cocoa

2009-09-01 Thread Klaus Wik
Jean-Daniel Dupas wrote: Le 1 sept. 2009 à 19:41, Klaus Wik a écrit : Nick Zitzmann wrote: On Aug 19, 2009, at 5:26 PM, augusto callejas wrote: if so, where would i find sample code like above, except using just cocoa? There aren't any. You have to use Carbon for at least the entry point

Re: contextual menu plugin example in cocoa

2009-09-01 Thread Gregory Weston
Klaus Wik wrote: Actually, now that services isn't one big bloated list that is always on, it is a sensible replacement. Mixed feelings. It makes a certain kind of sense, but we lose a few things that I've considered important: - Items that change title and effect when modifier keys are

Re: contextual menu plugin example in cocoa

2009-09-01 Thread Mark Munz
- Items that change title and effect when modifier keys are used. - Items that reflect the context on which they're about to operate (such as a file name or ### Files). - Fine control over the conditions under which items are presented. You can't, for example, define a command to operate on

Re: contextual menu plugin example in cocoa

2009-09-01 Thread Eric Schlegel
On Sep 1, 2009, at 4:12 PM, Mark Munz wrote: I've filed a number of bugs on Services and recommend you do so as well. Not sure if it is better to file each issue separately or group them together. Please file issues separately, thanks. It's much easier for us to track since it's likely

Re: contextual menu plugin example in cocoa

2009-08-20 Thread I. Savant
On Aug 19, 2009, at 7:26 PM, augusto callejas wrote: since the finder under snow leopard is going to be pure cocoa, i assume any contextual menu plugin written in carbon will not work? if so, where would i find sample code like above, except using just cocoa? Can't discuss that here. Try

Re: contextual menu plugin example in cocoa

2009-08-20 Thread Nick Zitzmann
On Aug 19, 2009, at 5:26 PM, augusto callejas wrote: if so, where would i find sample code like above, except using just cocoa? There aren't any. You have to use Carbon for at least the entry point of a CM plugin. After that, you can call any Foundation method you want, or even AppKit

contextual menu plugin example in cocoa

2009-08-20 Thread augusto callejas
hi- i'm trying to find a cocoa example of a contextual menu plugin, but searching the apple developer site only comes up with an example based on carbon: http://developer.apple.com/Samplecode/SampleCMPlugIn/index.html since the finder under snow leopard is going to be pure cocoa, i assume any