Re: NSTableView and multiple NSArrayControllers
Re: NSTableView and multiple NSArrayControllers
- Subject: Re: NSTableView and multiple NSArrayControllers
- From: Scott Anguish <email@hidden>
- Date: Mon, 26 Apr 2004 01:22:52 -0400
On Apr 26, 2004, at 12:38 AM, Gabriele de Simone wrote:
I just noticed that IB shows three bindings for an NSTableView
(content, selectionIndexes, sortDescriptors) whereas calling NSLog on
[NSTableView exposedBindings] only displays two (rowHeight, value).
Why the discrepancy? Where are those bindings really exposed?
I think some of that is still using private API. I'd suggest filing a
bug and asking that it use public API to do that.
Trying to forsee some additional questions
when you create a binding for a NSTableColumn, the content binding is
created automatically for you for that particular tableview... but, it
doesn't set the content binding through the bind: API that you use.
You need to explicitly set the
Also.. I don't think you can have multiple arraycontrollers wired to a
single tableview.
_______________________________________________
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.