Re: Help to debug NSPerformService..

2014-01-09 Thread Peter Teeson
On 2014-01-09, at 6:42 PM, Peter Teeson wrote: > On 2014-01-09, at 3:58 PM, Ken Thomases wrote: >> On Jan 9, 2014, at 2:35 PM, Peter Teeson wrote: >>> Like many others I'm trying to use one - namely Look Up In Dictionary. >>> Except in my case I want to do it from within my app, not manually. >>

Re: Help to debug NSPerformService..

2014-01-09 Thread Peter Teeson
On 2014-01-09, at 3:58 PM, Ken Thomases wrote: > On Jan 9, 2014, at 2:35 PM, Peter Teeson wrote: >> Like many others I'm trying to use one - namely Look Up In Dictionary. >> Except in my case I want to do it from within my app, not manually. > On 2014-01-07, at 11:18 PM, Ken Thomases wrote: >>

Re: Help to debug NSPerformService..

2014-01-09 Thread Ken Thomases
On Jan 9, 2014, at 2:35 PM, Peter Teeson wrote: > Like many others I'm trying to use one - namely Look Up In Dictionary. Except > in my case I want to do it from within my app, not manually. On 2014-01-07, at 11:18 PM, Ken Thomases wrote: > That said, perhaps you're actually looking for the -[

Re: Help to debug NSPerformService..

2014-01-09 Thread Peter Teeson
On 2014-01-07, at 11:18 PM, Ken Thomases wrote: > On Jan 7, 2014, at 9:57 PM, Peter Teeson wrote: >> In my app I have this: >> @interface Guess : NSTextField // populated programmatically >> … >> -(void)check; // method to programatically use the Service "Look Up In >> Dictionary" >> @end >> @im

Re: Help to debug NSPerformService..

2014-01-07 Thread Ken Thomases
On Jan 7, 2014, at 9:57 PM, Peter Teeson wrote: > OS X 10.8.5, Xcode 5.0.2, Document app > > In my app I have this: > @interface Guess : NSTextField // populated programmatically > … > -(void)check; // method to programatically use the Service "Look Up In > Dictionary" > @end > > @implementatio

Help to debug NSPerformService..

2014-01-07 Thread Peter Teeson
OS X 10.8.5, Xcode 5.0.2, Document app In my app I have this: @interface Guess : NSTextField // populated programmatically … -(void)check; // method to programatically use the Service "Look Up In Dictionary" @end @implementation Guess ... -(void)check { // Lookup word in dictionary [self sel