Undo Manager
Undo Manager
- Subject: Undo Manager
- From: Ramesh <email@hidden>
- Date: Mon, 22 Mar 2004 17:08:39 +0530
Hi All,
I want to use a single undo manager object through out the project
(having multiple windows). Thus i have set the delegate of each window
to an object which implements the method :
- (NSUndoManager *)windowWillReturnUndoManager:(NSWindow *)sender
This method returns a singleton object of NSUndoManager. But what i
have learnt is, events for an undo manager object will get called from
only a single window.
Can't two or more windows use the same NSUndoManager object. If yes,
how can i do this.
Thanks in advance,
Ramesh.
------------------------------------------------------------------------
--
Ramesh PVK
Programmer
effigent India Pvt. Ltd.
$B,6(B Home : 040 27227830
: 040 31148951
------------------------------------------------------------------------
--
In a world without walls and fences, who does still need Windows and
Gates ?
_______________________________________________
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.