tags:

views:

26

answers:

0

Hello,

On Mac i have a Cocoa application that associates it's file type with a specific extension. When user double clicks on such files my application is launched with a file name as a parameter. Think of it like when you double click a pdf file the pdf viewer application is launched to display the pdf.

What i need now is to add an option in the context menu that appears when user right-clicks on my associated files. How can it be accomplished? I am relatively new to Cocoa development so at least a set of keywords to look for in documentation would be very useful.

Thank you, Inso.

P.S. I need to support Leopard and Show Leopard.