Re: Double Clicking File Isn't Working to Load NSDocument
Re: Double Clicking File Isn't Working to Load NSDocument
- Subject: Re: Double Clicking File Isn't Working to Load NSDocument
- From: Amy <email@hidden>
- Date: Wed, 14 Apr 2004 14:18:08 -0700
On Apr 13, 2004, at 3:45 PM, Craig Bakalian wrote:
I have a pretty big project. It is a multiple document app. I can
open the documents defined in its plist when the app is up and running
via the open menu command. Yet, all of a sudden double clicking a
file isn't opening the file in the application. The app fires up and
no document with window controller and user interface. I do have a
sub class of NSDocumentController in my main nib file. But it has
always worked. None of my clients or users are complaining. Could
this be something on my hard drive that I am ignorant of?
Do I have a way of debugging this, because the app has to be
unlaunched, so, the double clicking of the file opens the app, and
opens the file with window controller. I am lost in this one.
Help...
Do you have multiple copies of your app on your hard drive? Perhaps an
old backup copy of your project folder? If you do, when you
double-click on a document, the finder could be running the wrong
version of your app.
_______________________________________________
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.