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
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