Hi Kyle, thanks for the reply.
On 1 August 2011 01:12, Kyle Sluder wrote:
> On Sun, Jul 31, 2011 at 4:29 PM, Joe White wrote:
> > Hi all,
> >
> > I'm currently implementing custom autocomplete functionality into a
> > NSTextField. I've managed so far to generate a list of my own available
> > w
On Sun, Jul 31, 2011 at 4:29 PM, Joe White wrote:
> Hi all,
>
> I'm currently implementing custom autocomplete functionality into a
> NSTextField. I've managed so far to generate a list of my own available
> words and these show when escape is pressed.
>
> However, I'd like the autocompletion to a
Hi all,
I'm currently implementing custom autocomplete functionality into a
NSTextField. I've managed so far to generate a list of my own available
words and these show when escape is pressed.
However, I'd like the autocompletion to automatically show as the user
types.
I'm using the delegate me