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.
>>
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:
>>
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 -[
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
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
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