Re: applicationShouldOpenUntitledFile not invoked
Re: applicationShouldOpenUntitledFile not invoked
- Subject: Re: applicationShouldOpenUntitledFile not invoked
- From: Gregory Weston <email@hidden>
- Date: Thu, 2 Aug 2007 07:18:26 -0400
shaun bear wrote:
I am using applicationShouldOpenUntitledFile to prevent an untitled
document being opened when the application is launched. This was
working fine but now has stopped working. If I put a breakpoint the
debugger never stops execution at that point. Looking at earlier
versions of my code, nothing has changed. I get no error messages.
Has anyone else run in to this?
Any suggestions much appreciated.
Since you've included no code, my first guesses are shots in the dark:
1. Are you sure the method name is spelled correctly and takes a
single argument?
2. Is the method implemented in an object designated as the
application's delegate?
G
_______________________________________________
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