Re: Open Recent menu - how to populate it?
Re: Open Recent menu - how to populate it?
- Subject: Re: Open Recent menu - how to populate it?
- From: Alexander Bokovikov <email@hidden>
- Date: Mon, 20 Jul 2009 23:37:20 +0600
On 20.07.2009, at 23:13, Ali Ozer wrote:
You probably want to call this when you open a doc, or revert, or do
"save as..." (if you have any of these commands in your app, of
course).
Das ist fantastisch... 8-( )
[[NSDocumentController sharedDocumentController]
noteNewRecentDocumentURL:[NSURL URLWithString:filename]];
Just one line of code....
Thank you very much!
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden