NSTableView content binding (and friends)
NSTableView content binding (and friends)
- Subject: NSTableView content binding (and friends)
- From: Jim Correia <email@hidden>
- Date: Wed, 2 Mar 2005 18:48:42 -0500
The docs say for the content binding of NSTable view:
content
An NSArrayController instance that provides the content of the
NSTableView.
Typically, the content binding is created automatically when the
initial NSTableColumn binding is made, binding to the column's
NSArrayController.
Under what situations would I bind directly to this, rather than just
setting up the columns? (I guess I have the same question for all of
the other keys which say "Typically this binding is created
automatically, binding to the <xxx> of the initially bound
NSTableColumn.)
I'm trying to understand, for example, why when I take mmalc's
bookmarks example which uses the master-detail view, and explicitly
bind the content of the NSTableView to the array controller, the detail
view stops working correctly.
Thanks,
Jim
_______________________________________________
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