Re: "to-many" bindings in Interface Builder
Re: "to-many" bindings in Interface Builder
- Subject: Re: "to-many" bindings in Interface Builder
- From: mmalcolm crawford <email@hidden>
- Date: Fri, 16 Apr 2004 21:58:08 -0700
On Apr 16, 2004, at 11:43 AM, John wrote:
Is it possible to do to-many bindings in Interface builder, I came
across this article in the cocoa docs, which seems to imply that you
can.
http://developer.apple.com/documentation/Cocoa/Conceptual/
CocoaBindings/Concepts/OOModel.html
However I have been unable to come up with a doc that describes how to
do this.
If it is possible could somebody please point out some docs on this.
Specifically I am interested in the Account - Transactions
relationship they are modelling in the above doc.
It's not clear what you mean by "do to-many bindings". You can
represent a to-many relationship using an NSArrayController with its
contentArray bound to the name of the relationship, and there are
several examples of that. What is it that you are unable to achieve?
mmalc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.