Re: Custom autocompletion with NSTextField

2011-08-01 Thread Joe White
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

Re: Custom autocompletion with NSTextField

2011-07-31 Thread Kyle Sluder
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

Custom autocompletion with NSTextField

2011-07-31 Thread Joe White
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