Re: Right click context menu

2016-03-31 Thread dangerwillrobinsondanger
> On Mar 31, 2016, at 5:24 PM, a2z wrote: > > I need to add 'Zip' and 'Unzip' menu options to Finder. When selected it > would launch my Application to Zip and Unzip files. I understand that I > need to implement services for this and 'Service Implementation Guide' is > the place to start, c

Right click context menu

2016-03-31 Thread a2z
Hi All, I need to add 'Zip' and 'Unzip' menu options to Finder. When selected it would launch my Application to Zip and Unzip files. I understand that I need to implement services for this and 'Service Implementation Guide' is the place to start, correct me if I'm wrong. Is this kind of impleme

customize NSOutlineView right-click context menu row selection

2012-07-01 Thread Nava Carmon
Hi, I have a contextual menu appears on right-click in my NSOutlineView. When it appears it selects the table row. I want to customize the selection. It's not a usual selection, rather kind of highlighted frame. How do I override it? Thanks! Nava _