Greetings,

I have some issues regarding the behavior of the NSTokenFiled.... i need to act on removal/addition of tokens(autocompleted reresentations of some objects) in the field. My setup is as follows:

NSTokenField content is handled by a delegate that in turn, autocompletes, fills it up from coredata MO's trough represented object delegate methods. The delegate, upon the shouldAddObjects message preforms some additional functionality in the application, forwarding the current contents of the tokenfield. This works fine until the user is adding things in the field, but fails on removal of tokens in the field. Using NSControls delegate controlTextDidChange is not an option, because i am interested in an array of managed objects from coredata, using controlTextDidChange returns NSStrings until the values are autocompleted etc.

Should i rearrange the complete thing in a different manner, or is there something I am missing in the docs?

Thanks... and cheers,

Ivan
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to