On Aug 1, 2008, at 6:53 PM, Revant Jain wrote:
Now my Question was that when I double click on a cell in
NSTableView to
edit it what method does it call in the MyDocument class(if any) to
reflect
the edit onto the particular Person object?
If it does not call a method in MyDocument class ho
Hi,
I have created a NSArrayController object which has the following
attributes:
Class Name: Person
Keys: personName, expectedRaise
ContentArray: employees
employees is a NSMutableArray contains references to Person objects.
employee is part of MyDocument class(subclass of NSDocument).
Now my