Re: Turning off Auto Complete feature for NSTextField

2008-10-28 Thread Douglas Davidson
On Oct 28, 2008, at 10:37 AM, Adil Saleem wrote: Thank you, implementing the delegate method and returning nothing from it worked. By the way, this is pretty basic stuff. I think there should have been a line or two about it in the NSTextField documentation. Feel free to file a bug again

Re: Turning off Auto Complete feature for NSTextField

2008-10-28 Thread Adil Saleem
: John Joyce <[EMAIL PROTECTED]> Subject: Re: Turning off Auto Complete feature for NSTextField To: cocoa-dev@lists.apple.com Date: Tuesday, October 28, 2008, 7:40 AM On Oct 28, 2008, at 8:42 AM, [EMAIL PROTECTED] wrote: > Turning off Auto Complete feature for NSTextField

Re: Turning off Auto Complete feature for NSTextField

2008-10-28 Thread Douglas Davidson
On Oct 28, 2008, at 5:59 AM, Adil Saleem wrote: I am encountering a small problem. I am using a simple NSTextField in my application. This textfield is editable. When user starts entering some text, the auto complete is by default ON, so on pressing escape key a list of suggestions is disp

Re: Turning off Auto Complete feature for NSTextField

2008-10-28 Thread John Joyce
On Oct 28, 2008, at 8:42 AM, [EMAIL PROTECTED] wrote: Turning off Auto Complete feature for NSTextField To: cocoa-dev@lists.apple.com Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii Hi, I am encountering a small problem. I am using a simple NSTextField

Turning off Auto Complete feature for NSTextField

2008-10-28 Thread Adil Saleem
Hi, I am encountering a small problem. I am using a simple NSTextField in my application. This textfield is editable. When user starts entering some text, the auto complete is by default ON, so on pressing escape key a list of suggestions is displayed. I don't want this feature. How can i turn