vote up 3 vote down star
1

I have a program that works with a variety of files on both the Windows and Mac OS.

I would like to give the user the option of adding a new option to their right click/control click context menu to the effect of "Compress with [Name of App]".

I know this is quite possible in Windows with modifications to the registry, but is there a way to achieve this for the Mac? Perhaps using C++ or objective C?

Even simply knowing if it is at all possible would be great so I don't spend a long while barking up a tree that doesn't exist!

Thanks!

flag

3 Answers

vote up 2 vote down check

Yes, you can. You need to make a contextual menu plugin. Apple has contextual menu plugin sample code on its developer site.

link|flag
That's super - again thanks a lot I will investigate this option too – joshcomley May 21 at 21:06
vote up 0 vote down

well, can't say how, but I know it is possible as quite a few 3rd party programs do this on my mac.

link|flag
vote up 4 vote down

Here's a guide: Writing Contextual Menu Plugins for OS X, part 1

link|flag
1  
And the best part it is based on COM. LOL! – Byron Whitlock May 21 at 19:49
Thanks a lot for that, I will check it out! – joshcomley May 21 at 21:06

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.