Re: Inspector-aware undo in Doc-based app
Re: Inspector-aware undo in Doc-based app
- Subject: Re: Inspector-aware undo in Doc-based app
- From: j o a r <email@hidden>
- Date: Thu, 3 Apr 2003 14:45:46 +0200
Implement all related undo methods in the inspector, and every time
they are called, forward the request to the currently inspected window.
j o a r
On Thursday, Apr 3, 2003, at 14:31 Europe/Stockholm, Raphael Sebbe
wrote:
I have a doc-based app with a unique inspector (common to all
documents). Whenever I click on the inspector, the undo menu item in
Edit becomes gray, what I want is that it still applies to the current
document.
Reading the doc, I thought of adding the current document to the
responder chain (as inspector panel's delegate) but it doesn't work.
Of course, this is a hack, yet it doesn't work.
So my question, is there a neat way to do that ?
_______________________________________________
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.