• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Launching a document-based app with no document
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Launching a document-based app with no document


  • Subject: Re: Launching a document-based app with no document
  • From: Dylan McNamee <email@hidden>
  • Date: Fri, 28 Aug 2009 09:44:41 -0700

On Aug 28, 2009, at 2:54 AM, Ken Thomases wrote:

On Aug 27, 2009, at 2:49 PM, Dylan McNamee wrote:

Which hook should I use to detect that my document-based app has been launched without a document having been dropped on it (or double-clicked upon)?

Right now my app just launches and shows its menu.

What I'd like to do is catch this case, and at least pop up an "Open" dialog.

A document-based app will automatically open a new untitled document under those circumstances, by default. To make it not do that, you have to return NO from the Application delegate's - applicationShouldOpenUntitledFile: method. Naturally, if you want to not open a new untitled document but also do something else, you should have that method do the "something else" and also return NO.


You should also pay attention to the - applicationShouldHandleReopen:hasVisibleWindows: delegate method if you want to do something different on first launch vs. the user "relaunching" your app (by double-clicking it in the Finder or click on its Dock icon) when it's already running.

This advice pointed me in the right direction. A detail I forgot to share, which is what threw me off the correct track is that my application (Cheap Impostor) is a "read-only" document-based application, so the notion of "OpenUntitledFile" didn't make sense to me -- there's no notion of opening a blank document for creation. However, this hook (and its associated event applicationOpenUntitledFile:) is exactly the place where I wanted to launch the Open Dialog, and it works great.


Thanks very much!
dylan
_______________________________________________

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


References: 
 >Launching a document-based app with no document (From: Dylan McNamee <email@hidden>)
 >Re: Launching a document-based app with no document (From: Ken Thomases <email@hidden>)

  • Prev by Date: Re: Snow leopard build number
  • Next by Date: [ANN] AppKiDo 0.983 works with Snow Leopard
  • Previous by thread: Re: Launching a document-based app with no document
  • Next by thread: debugging a 64 bit app
  • Index(es):
    • Date
    • Thread