Re: NSTokenField: Tokenizing on Right Arrow key

2008-10-17 Thread Dirk Musfeldt
Thanks, did that. :) rdar://problem/6299256 Am 16.10.2008 um 20:13 schrieb Aki Inoue: Since the key events are currently handled directly by the text view short-circuiting the normal key binding management (and, thus, - control:textView:doCommandBySelector: delegation), there is no easy w

Re: NSTokenField: Tokenizing on Right Arrow key

2008-10-16 Thread Aki Inoue
Since the key events are currently handled directly by the text view short-circuiting the normal key binding management (and, thus, - control:textView:doCommandBySelector: delegation), there is no easy way to accomplish this right now. The easiest thing you can do is to write a bug 8-). Aki

NSTokenField: Tokenizing on Right Arrow key

2008-10-15 Thread Dirk Musfeldt
Hi, I'm using NSTokenField on 10.5. I want the field to display the token once the user presses the right arrow key to get at the end of the selection. this is the way it works in Mail's address field. Unfortunately this does not work as expected. It works if the user enters one of the tokenizing