NSTokenField = NSBrokenField? ;-)
NSTokenField = NSBrokenField? ;-)
- Subject: NSTokenField = NSBrokenField? ;-)
- From: Axel Katerbau <email@hidden>
- Date: Tue, 16 Aug 2005 14:35:57 +0000
- Organization: Objectpark Software
Hi all,
I try to make an input field much like the address field (To:) in Mail.app.
The documentation of NSTokenField states, that one can archieve the
behavior of Mail.apps address fields, but I cannot get it to work
properly.
As soon as a '.' (dot) or an ' ' (space) is typed, the completion will
be terminated incorrectly.
An example:
I try to "complete" email@hidden typing:
d -> list with completions appear (correctly) including email@hidden
d. -> completes wrongly with the first of the list (not email@hidden)
It seems that dot and space are special characters for NSTokenField.
How to get to the wanted functionality of having both keys treated as
"normal" charactes for completion.
Otherwise the completion works as it should. Only these two characters
cause problems.
Best regards, Axel
--
Axel Katerbau
<mailto:email@hidden>
Objectpark Software <http://www.objectpark.net/>
Trierer Str. 72
D-53115 Bonn
Tel.: +49 (228) 180 68 68
Fax.: +49 (228) 180 68 66
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden