Re: Binding NSTableColumn to NSArrayController programatically.

2008-04-08 Thread Keary Suska
on 4/7/08 3:50 PM, [EMAIL PROTECTED] purportedly said: > [column bind:NSValueBinding toObject:contentsCTRL withKeyPath:@"myKey" > options:nil]; Is "myKey" a property of the NSArrayController? If not, why should it respond to it? Best, Keary Suska Esoteritech, Inc. "Demystifying technology for y

Binding NSTableColumn to NSArrayController programatically.

2008-04-07 Thread Martin Linklater
Hi - I'm having trouble binding my table column to a key in my NSArrayController. My NSArrayController is set to control an array of NSMutableDictionary objects. This array controller has its contentsArray bound to the 'actualArray' (NSMutableArray) of my class object. When I set the bind