Re: Custom NSCell and Bindings

2011-06-28 Thread Gustavo Pizano
Hello Carter. Right now I can't remember the name of the example. Its a little tricky but its do-able. your MO subclass must do something like: -(NSDictionary *)userDictionary{ return [self dictionaryWithValuesForKeys:[NSArray arrayWithObjects:@"firstName",@"lastName",@

Re: Custom NSCell and Bindings

2011-06-28 Thread Sean McBride
On Fri, 24 Jun 2011 09:33:38 -0400, Carter R. Harrison said: >It's a pretty typical situation. I've got my model objects stored in an >NSSet. An NSArrayController that is bound to the NSSet. And then an >NSTableView with one NSTableColumn bound to the arrangedObjects.name >property of the NSArr