Re: can't get NSTextFinder to show the find panel

2012-03-23 Thread Kevin Perry
The public NSTextFinder API doesn't provide a way for you to access the old-style find panel. -KP On Mar 23, 2012, at 6:18 AM, Eric Slosser wrote: > I'm trying to use the NSTextFinder object on Lion, from an app whose base SDK > is Tiger. > > I've created an instance of NSTextFinder, called

Re: can't get NSTextFinder to show the find panel

2012-03-23 Thread Eric Slosser
On Mar 23, 2012, at 11:05 AM, Fritz Anderson wrote: > You're trying to use the NSTextFinder object on Lion, from an app whose base > SDK is Tiger. Xcode is sensitive to what the base SDK is. I don't think that's the issue because NSTextView, when called from within my app, uses instances of NST

Re: can't get NSTextFinder to show the find panel

2012-03-23 Thread Fritz Anderson
On 23 Mar 2012, at 8:18 AM, Eric Slosser wrote: > I'm trying to use the NSTextFinder object on Lion, from an app whose base SDK > is Tiger. … > What am I doing wrong? You're trying to use the NSTextFinder object on Lion, from an app whose base SDK is Tiger. Xcode is sensitive to what the base S