***SOLVED*** Re: NSArrayController Managing / Sorting NSManagedObjects

2009-08-08 Thread Brad Gibbs
I found some sample code that addresses this: http://shanecrawford.org/2008/37/sorting-a-coredata-backed-nsarraycontroller/ On Aug 7, 2009, at 2:50 PM, Brad Gibbs wrote: Hi, I have an NSTableView that displays a set of Activity objects, which are subclasses of NSManagedObject, all of whic

NSArrayController Managing / Sorting NSManagedObjects

2009-08-07 Thread Brad Gibbs
Hi, I have an NSTableView that displays a set of Activity objects, which are subclasses of NSManagedObject, all of which are managed by a custom NSArrayController. Each Activity has a sortIndex property, which is used to... wait for it... sort the activities. The array controller adds lo