Re: Dropping files and folders on the application icon?
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.