On 2009 Aug 11, at 11:32, Squ Aire wrote:
The question is: How can I set the name of the undo action to
"Modify Name" using setActionName of the MOC's undo manager just
before the user changes an employee's name in the table view (or by
any other means)?
Do I have to subclass the MO and
On 12/08/2009, at 4:32 AM, Squ Aire wrote:
The question is: How can I set the name of the undo action to
"Modify Name" using setActionName of the MOC's undo manager just
before the user changes an employee's name in the table view (or by
any other means)?
Do I have to subclass the MO an
Take the usual example of an Employee entity. The employees are shown in a one
column table view through an NSArrayController.
Employee has one 'name' attribute.
The question is: How can I set the name of the undo action to "Modify Name"
using setActionName of the MOC's undo manager just befor