Open Recent menu in non-doc app
Open Recent menu in non-doc app
- Subject: Open Recent menu in non-doc app
- From: John Nestor <email@hidden>
- Date: Thu, 21 Mar 2002 17:34:09 -0500
I am having trouble with the Open Recent menu in my non-document
application.
The menu is populated properly by calling
[[NSDocumentController sharedDocumentController]
noteNewRecentDocumentURL: [NSURL fileURLWithPath:path] ];
as soon as path is available.
If I try to use the Open Recent menu I get the following error panel
The recent document "EiffelTower_even_smaller.tif" in folder
"/Users/jnesto02/Smaller samples" failed to open.
The path is correct and I haven't moved the files around.
The noteNewRecentDocumentURL: call is specified for non-doc apps in
the Document Controller documentation.
Can someone help me with what I am missing. Thanks
_______________________________________________
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.