Hello all, Is there something special I need to do so that my NSDocument derivative's "undoManager" method will return an NSUndoManager for documents loaded from disk..? When I create a new document, my undo functionality works, but when I load a document from disk, I get "nil" back. Even when I override hasUndoManager to return YES (the message is never received) or do a setHasUndoManager:YES in my init.
Thanks, Sander_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com