Binding NSDictionary in NSArray into table view cell

2013-04-16 Thread Chris Paveglio
I'm having trouble with bindings. I have an mutable array which contains 2 or more mutable dictionaries. I want to display the dictionary items in an NSTableView using NSTableCellView (the one where I can do custom layout in the cell with multiple text boxes/image boxes etc). And the dictionary

Re: Binding NSDictionary in NSArray into table view cell

2013-04-16 Thread Quincey Morris
On Apr 16, 2013, at 10:26 , Chris Paveglio chris_paveg...@yahoo.com wrote: I've added an NSArrayController to the xib. Set it's contentArray binding to my array. Then I selected a text box in my table cell where one of the dictionary values would go. I set it's binding to

Re: Binding NSDictionary in NSArray into table view cell

2013-04-16 Thread Quincey Morris
On Apr 16, 2013, at 11:41 , Quincey Morris quinceymor...@rivergatesoftware.com wrote: for every cell-based table view I've created every *view*-based table view, I meant. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post