I apologize beforehand for the beginner-level of this question.
I'm getting started with core data, and I've gone through several tutorials. Let's say I have 2 entities: an Item, and a Kind. Each Item has 1 Kind, and each Kind has multiple Items. The Item might have an attribute, Title, and a relationship to Kind, and Kind might have an attribute, Title, and a To-Many relationship to Item (inverse). It seems that in all the examples, a NSPopUpButton is used, with Content, Content Values, and Selected Object being bindings. What if I wanted to have say, an NSTextCell where you could enter a Kind. I haven't decided whether you would be forced to enter a kind that is already in the Kinds array, or could just type anything.
Anyways, what bindings would I want to use to accomplish this.
Thanks,

- Walker Argendeli

_______________________________________________

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 arch...@mail-archive.com

Reply via email to