Skip navigation.
 
mlRe: Issue about cocoa Multi-document template
FROM : Doug Knowles
DATE : Sun Mar 02 16:29:28 2008

You want to create an application delegate, and implement
applicationShouldOpenUntitledFile: in the delegate.
The application delegate can be an instance of any class.  I find it easiest
to create an instance of NSObject in Interface Builder, set its class to my
delegate class, and bind it the the application's delegate object,

Hope this helps.

Doug K;

On Sun, Mar 2, 2008 at 12:04 PM, Scott.D.R <mailinglist.<email_removed>>
wrote:

> Hi everyone.
> I want to start an application with the cocoa multi-document template.
> The default behavior of the application is when you launch it, a blank
> window is automatically open.
>
> This behavior is not that I want. I thought the application should not
> open any window until users explicit open file command arrived.
>
> So, is there any way to disable the application to open the window
> when launched? Thank you for any help.
> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> 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:
> http://lists.apple.com/mailman/options/cocoa-dev/knowles.<email_removed>
>
> This email sent to knowles.<email_removed>
>

Related mailsAuthorDate
mlRe: Issue about cocoa Multi-document template Doug Knowles Mar 2, 16:29
mlRe: Issue about cocoa Multi-document template Gregory Weston Mar 2, 17:30
mlIssue about cocoa Multi-document template Scott.D.R Mar 2, 18:04
mlRe: Issue about cocoa Multi-document template Doug Knowles Mar 3, 04:49