Skip navigation.
 
mlRe: Not showing window at Document-Based application
FROM : Jere Gmail
DATE : Sat Apr 26 22:22:26 2008

Thanks. It worked.

On Sat, Apr 26, 2008 at 1:34 PM, Jean-Daniel Dupas
<<email_removed>> wrote:
>
>
> Le 26 avr. 08 à 11:57, Jere Gmail a écrit :
>
> I have created Document-Based application. The problem is that every
> time I run the application an empty document is created.
> I don't want this to happen. I want the user to have to open a new one.
> How can I disable this behaviour?
>
>
> Implements this method in your NSApplication delegate to return NO:
>
> - (BOOL)applicationShouldOpenUntitledFile:(NSApplication *)sender
>
>




--
http://zon7blog.wordpress.com/
And again we fall.

Related mailsAuthorDate
mlNot showing window at Document-Based application Jere Gmail Apr 26, 11:57
mlRe: Not showing window at Document-Based application Quincey Morris Apr 26, 12:42
mlRe: Not showing window at Document-Based application Jean-Daniel Dupas Apr 26, 13:34
mlRe: Not showing window at Document-Based application Jere Gmail Apr 26, 22:22