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
Hi,
I'm trying to bind through a keyPath, but I'm getting nothing but errors. The
most common is:
[<_NSFaultingMutableSet 0x200267fe0> addObserver:forKeyPath:options:context:]
is not supported. Key path: projectCode
I've read that bindings don't necessarily cause faults to fire, but I've got