Re: Re: Re: How to make my application open file directly from Finder?
Re: Re: Re: How to make my application open file directly from Finder?
- Subject: Re: Re: Re: How to make my application open file directly from Finder?
- From: "Shawn Erickson" <email@hidden>
- Date: Tue, 17 Oct 2006 13:53:27 -0700
On 10/17/06, Raul <email@hidden> wrote:
I's not Document Based application.
In other systems , the parameter argv is what you can take to do
things about input filenames.
I only what to know , if finder open a file with my application and
then i code to do the things to handle and open this file.
Mac OS X applications get asked to open files, print files, etc. using
AppleEvents.
Review...
<http://developer.apple.com/documentation/Cocoa/Conceptual/ScriptableCocoaApplications/SApps_handle_AEs/chapter_11_section_1.html>
<http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSApplication_Class/Reference/Reference.html#//apple_ref/occ/instm/NSObject/application:openFiles:>
<http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/PListKeys.html#//apple_ref/doc/uid/20001431-101685>
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden