On Mon, Jun 16, 2008 at 12:36 PM, Memo Akten <[EMAIL PROTECTED]> wrote: > I ended up creating an AppleScript like you mention (below) and then just > creating an app out of it, and launching that app instead of finder... > works quite well...
It may work, but it is unnecessarily complicated. Since AppleScript is just a user-friendly representation of Apple Events, you can use either raw Apple Events (AEDesc and friends) or the Scripting Bridge (Leopard only) to do the exact same thing without the overhead of launching another application. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]