Skip navigation.
 
mlRe: Bindings: NSArrayController <> Shared User Defaults
FROM : Jerry Krinock
DATE : Mon Dec 31 15:44:18 2007

On 2007 Dec, 31, at 2:42, Dominik Pich wrote:

> To that Controller I bind a tableView.


I made that mistake my first time.  Binding to an NSTableView doesn't 
work.  Instead, bind each NSTableColumn to the array controller with 
Controller Key = 'arrangedObjects', and Model Key Path = 'name' for 
the first column and Model Key Path = 'enabled' for the second column.

After that, your message is difficult to understand, so if you're 
still having trouble, I'd suggest you restate it.

Related mailsAuthorDate
mlBindings: NSArrayController <> Shared User Defaults Dominik Pich Dec 31, 11:42
mlRe: Bindings: NSArrayController <> Shared User Defaults Jerry Krinock Dec 31, 15:44
mlBindings: NSArrayController <> Shared User Defaults - more detailed Dominik Pich Jan 1, 13:25