Re: NSTableView and Bindings
Re: NSTableView and Bindings
- Subject: Re: NSTableView and Bindings
- From: mmalcolm crawford <email@hidden>
- Date: Fri, 25 Mar 2005 14:51:17 -0800
On Mar 25, 2005, at 2:21 PM, David Gardener wrote:
//The value for this Init goes into a textField. Not sure if I
can use @sum.column3 as an object in the array??
No, you can't...
[Column setKeys;
[NSArray arrayWithObjects:@"column5",@"@sum.column3",nil]
triggerChangeNotificationsForDependentKey:@"column6"];
Why not just:
[Column setKeys;
[NSArray
arrayWithObjects:@"column5",@"column1",@"column2",nil]
triggerChangeNotificationsForDependentKey:@"column6"];
?
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden