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

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

Re: Strange Delay

2016-03-31 Thread Gerriet M. Denkmann
> On 30 Mar 2016, at 18:35, Ken Thomases wrote: > > On Mar 30, 2016, at 1:44 AM, Gerriet M. Denkmann wrote: > > This may have something to do with App Nap or timer coalescing. I made a small test app (available on request) which exhibits the same problem. For the first few minutes Xcode sh

NSTextField Custom Input

2016-03-31 Thread Richard Charles
I have a NSTextField bound to a model property. The text field uses a custom formatter. When the user pastes 10.34235 into the text field the formatter will display the number with two decimal places as 10.34 and set the model property to 10.34. But this is not the behavior I want. When the us