Re: Core Data Bindings: NSFaultingMutableSet...addObserver...notSupported

2009-12-31 Thread Brad Gibbs
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

Re: Core Data Bindings: NSFaultingMutableSet...addObserver...notSupported

2009-12-30 Thread Quincey Morris
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