Re: strange NSUndoManager + KVC inconsistency.

2009-02-03 Thread Quincey Morris
On Feb 3, 2009, at 20:58, ebluga...@mac.com wrote: I have a doc based project with a class that stores all of its properties in a Mutable dictionary called : store. this Class has wrapper methods for valueForKey: and setValue:forKey: its been working great ! ui elements bind to it, you don't n

Re: strange NSUndoManager + KVC inconsistency.

2009-02-03 Thread Clark Cox
There is a well-known bug in the current NSUndoManager implementation where you are unable to register methods that the undo manager itself also responds to. Since all objects respond to the KVC methods, the bug shows itself here. See

strange NSUndoManager + KVC inconsistency.

2009-02-03 Thread eblugamma
Hi List, please help. I have a doc based project with a class that stores all of its properties in a Mutable dictionary called : store. this Class has wrapper methods for valueForKey: and setValue:forKey: its been working great ! ui elements bind to it, you don't need to declare the propertie