Re: Core Data, NSArraycontrollers and secondary to-many relationships.

2009-07-21 Thread Sumanth Peddamatham
Thanks for the hints Steve! I think my message has been sitting in the Moderator queue, but I was able to figure out @distinctUnionOfArrays a few days ago. My solution was to create tiered NSArrayControllers. One NSArrayController for the Sessions Entity, a proxy NSArrayController called

Re: Core Data, NSArraycontrollers and secondary to-many relationships.

2009-07-21 Thread Steve Steinitz
Hi Sumanth, On 20/7/09, Sumanth Peddamatham wrote: I've spent a few days playing with NSArrayControllers, fiddling with Content Array, Content Set, Content Object settings; tried understanding @distinctUnionOfSets and @distinctUnionOfArrays; but I've hit a wall. I've never played with @