Re: Newbie question re: NSArrayController
Re: Newbie question re: NSArrayController
- Subject: Re: Newbie question re: NSArrayController
- From: mmalcolm crawford <email@hidden>
- Date: Sun, 18 Apr 2004 22:39:22 -0700
On Apr 18, 2004, at 9:53 PM, Glenn Zelniker wrote:
I have a document-based application with two NSTableViews. One of the
table views is bound to an array controller and the other isn't -- for
the unbound table I'm using the standard data-source methods to fill
in the data. The reason I'm doing it this way is that the unbound
table needs to have columns added and deleted and headers and
identifiers manipulated programatically and it seemed simpler to do it
that way. Here's the problem...
First suggestion:
Is it possible for you to configure the bindings all the table columns
you need in the second table view in advance? If you're able to do
that, and add and remove them from the table view as needed, that might
be the easiest solution.
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.