Re: autocompletion window disappears

2009-01-20 Thread Josh Abernathy
I've also written my own completion mechanism. It's not too hard, just add a child window and list your results however makes sense for your application. A lot less ugly and a lot more appropriate than Apple's default, in my opinion. On Jan 20, 2009, at 10:28 AM, Ross Carter wrote: On Ja

Re: autocompletion window disappears

2009-01-20 Thread Jim Correia
On Jan 20, 2009, at 6:28 AM, Markus Guhe wrote: In my application I get the behaviour that autocompletion windows disappear after a short delay (1 sec or so). This happens with all completions: custom completions in an NSTokenField and an NSTextField as well as the default mechanism in an u

Re: autocompletion window disappears

2009-01-20 Thread Ross Carter
On Jan 20, 2009, at 6:28 AM, Markus Guhe wrote: Hi all, In my application I get the behaviour that autocompletion windows disappear after a short delay (1 sec or so). This happens with all completions: custom completions in an NSTokenField and an NSTextField as well as the default mechan

autocompletion window disappears

2009-01-20 Thread Markus Guhe
Hi all, In my application I get the behaviour that autocompletion windows disappear after a short delay (1 sec or so). This happens with all completions: custom completions in an NSTokenField and an NSTextField as well as the default mechanism in an unmodified NSTextView. Am I missing som