Re: NSArrayController - how?

2011-07-09 Thread William Squires
On Jul 8, 2011, at 9:49 PM, Ken Thomases wrote: On Jul 8, 2011, at 8:16 PM, William Squires wrote: Here's what I have plist file - NSMutableArray of NSDictionary instances Don't focus on the array object. Focus on the object which has a to-many relationship property which is

Re: NSArrayController - how?

2011-07-09 Thread Ken Thomases
On Jul 9, 2011, at 8:32 PM, William Squires wrote: On Jul 8, 2011, at 9:49 PM, Ken Thomases wrote: On Jul 8, 2011, at 8:16 PM, William Squires wrote: I've got the UI laid out, including the NSTableView (for displaying the NSDictionarys in the NSMutableArray, NSTextFields for each

NSArrayController - how?

2011-07-08 Thread William Squires
Here's what I have plist file - NSMutableArray of NSDictionary instances NSDictionary instances all have the same keys, but different values (like a database record) each NSDictionary maps to another class, RBSStore, that has properties that map to the keys of the NSDictionary's, and that has

Re: NSArrayController - how?

2011-07-08 Thread Ken Thomases
On Jul 8, 2011, at 8:16 PM, William Squires wrote: Here's what I have plist file - NSMutableArray of NSDictionary instances Don't focus on the array object. Focus on the object which has a to-many relationship property which is implemented via the array. NSDictionary instances all have