Re: Undo Manager
Re: Undo Manager
- Subject: Re: Undo Manager
- From: Allan Odgaard <email@hidden>
- Date: Mon, 22 Mar 2004 13:54:13 +0100
On 22. Mar 2004, at 12:38, Ramesh wrote:
[...] But what i have learnt is, events for an undo manager object
will get called from only a single window.
Could you try and rephrase that, as I do not understand what it is you
have learnt.
Can't two or more windows use the same NSUndoManager object.
There should be nothing preventing that, especially since NSUndoManager
is declared in the Foundation framework, so it should have absolutely
no knowledge of windows.
If yes, how can i do this.
That really depends on the rest of your application. If it is document
based, then there is already support for associating the undo manager
with your document.
** Cocoa FAQ: <
http://www.alastairs-place.net/cocoa/faq.txt> **
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.