Thanks for the pointers, Quincey. I tried a few of the things you suggested,
but settled on the filter predicate. I added my view controller for the
projects detail view as an observer to self.selections.account. Each time the
selected account changes, I set the filter predicate to filter the
On Dec 30, 2009, at 10:12, Brad Gibbs wrote:
> Account <--->>ProjectSite<--->>Project
>
> I'm trying to get the projects array controller to load all projects for the
> selected Account (so, all Projects for all ProjectSites).
>
> I've got an NSTableView listing accounts on the left, and view c