Re: NSArrayController fetchPredicate behaving badly

2008-09-11 Thread Jamie Hardt
Yeah that worked. Quirky is the word. On Sep 11, 2008, at 10:42 AM, Keary Suska wrote: 9/11/08 10:29 AM, also sprach [EMAIL PROTECTED]: I have two entities, "Reels" and "Scenes". Reels have many Scenes; reels have an "isHidden" attribute. The array controller I'm having trouble with fetche

Re: NSArrayController fetchPredicate behaving badly

2008-09-11 Thread Keary Suska
9/11/08 10:29 AM, also sprach [EMAIL PROTECTED]: > I have two entities, "Reels" and "Scenes". Reels have many Scenes; > reels have an "isHidden" attribute. The array controller I'm having > trouble with fetches scenes that are in reels that are not hidden, > thus it's fetch predicate (in IB, and

NSArrayController fetchPredicate behaving badly

2008-09-11 Thread Jamie Hardt
I'm having some difficulty with an NSArrayController that fetches a subset of all the entities in my NSManagedObjectContext, and I think it might be something simple, but I haven't been able to put my finger on it... I have two entities, "Reels" and "Scenes". Reels have many Scenes; reel