Re: Open Recent
Re: Open Recent
- Subject: Re: Open Recent
- From: James Housley <email@hidden>
- Date: Fri, 24 Jun 2005 06:00:56 -0400
On Jun 23, 2005, at 11:01 PM, Chad Armstrong wrote:
For the Open Recent menu to work properly, does the application need
to be a Document-based application, or is there something that needs
to be set for it to start remembering past items that have been
opened?
If it is based on NSDocument, then Open Recent will work automagically.
But, you can add items to the list in non-NSDocument based programs
with:
[[NSDocumentController sharedDocumentController]
noteNewRecentDocumentURL:aURL];
Jim
--
/"\ ASCII Ribbon Campaign .
\ / - NO HTML/RTF in e-mail .
X - NO Word docs in e-mail .
/ \ -----------------------------------------------------------------
email@hidden http://www.FreeBSD.org The Power to Serve
email@hidden http://www.TheHousleys.net
---------------------------------------------------------------------
Q: Because it reverses the logical flow of conversation.
A: Why is putting a reply at the top of the message frowned upon?
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Open Recent (From: Chad Armstrong <email@hidden>) |