Re: NSTokenField: Tokenizing on Right Arrow key
Re: NSTokenField: Tokenizing on Right Arrow key
- Subject: Re: NSTokenField: Tokenizing on Right Arrow key
- From: Aki Inoue <email@hidden>
- Date: Thu, 16 Oct 2008 11:13:05 -0700
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
On 2008/10/14, at 1:14, Dirk Musfeldt wrote:
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 characters or presses the return key but not
with the
right arrow key.
Anybody has a suggestion how to get that working?
Regards
Dirk
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden