open Recent document
open Recent document
- Subject: open Recent document
- From: Dirk <email@hidden>
- Date: Wed, 5 Jun 2002 15:53:00 +0200
Hello,
I try to get the menu option File... Open Recent ... running in my own
application.
When I apply a statement like the following in the openDocument method
the document appears in the recent document popup indeed:
[[NSDocumentController sharedDocumentController]
noteNewRecentDocumentURL:[theURLs objectAtIndex:0]];
However, when i click on the popup item (after closing the document), I
get an Alert telling "Error: the document... could not be opened"
Could anyone tell me how to get this menu option running?
Thanks in Advance!
Dirk
_______________________________________________
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.