• 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: Documents not opening from Finder
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Documents not opening from Finder


  • Subject: Re: Documents not opening from Finder
  • From: Quincey Morris <email@hidden>
  • Date: Fri, 01 Mar 2013 14:21:35 -0800

On Mar 1, 2013, at 13:59 , Steve Mills <email@hidden> wrote:

> I have tons of experience with AppleEvents under Carbon, but none under Cocoa. Where does that event come in?

I think the diversion into Apple Events is something of a red herring, at least at this stage of your debugging. Requests to open and print may indeed arrive at your app as Apple Events, but the best place to intervene is in NSApplicationDelegate protocol. By default, all such external requests should end up at one or other of the delegate protocol methods.

If they don't get there, it seems likely the Finder isn't sending them. That wouldn't solve your problem, of course, but it would tell you that looking in your app's code isn't going to get to the solution.


_______________________________________________

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

  • Follow-Ups:
    • Re: Documents not opening from Finder
      • From: Steve Mills <email@hidden>
References: 
 >Re: Documents not opening from Finder (From: Steve Mills <email@hidden>)

  • Prev by Date: Re: Documents not opening from Finder
  • Next by Date: Syncing CATiledLayer drawInContext: with setAffineTransform:
  • Previous by thread: Re: Documents not opening from Finder
  • Next by thread: Re: Documents not opening from Finder
  • Index(es):
    • Date
    • Thread