• 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: Dropping files and folders on the application icon?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dropping files and folders on the application icon?


  • Subject: Re: Dropping files and folders on the application icon?
  • From: Scott Anguish <email@hidden>
  • Date: Tue, 12 Aug 2003 00:18:20 -0400

NSApplication Delegate method  application:openFile:

BUT.. if you have many files each are opened in turn. They're not all passed as a single lump. This can be slow to handle if renaming many files. You'd need to collect them as they are passed to that method, and then do something with them, perhaps in the applicationDidUpdate: or -applicationWillUpdate:





On Monday, August 11, 2003, at 10:00 PM, R. Ecalcitrance wrote:

hi. I'm writing a little renaming program and I want to drop files and
folders on the application icon.

what is this called in cocoa?

in OS9 I would call 'AEInstallEventHandler' with 'kAEOpenDocuments'.

anyone know how to drop things on the application?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >Dropping files and folders on the application icon? (From: "R. Ecalcitrance" <email@hidden>)

  • Prev by Date: Re: Coding object version with non-keyed (un)archiver
  • Next by Date: Query an NSFont: Serif or Sans Serif, is it extended or condensed, etc.
  • Previous by thread: Dropping files and folders on the application icon?
  • Next by thread: Re: Dropping files and folders on the application icon?
  • Index(es):
    • Date
    • Thread