FROM : Kyle Sluder
DATE : Mon Jun 16 19:50:43 2008
On Mon, Jun 16, 2008 at 12:36 PM, Memo Akten <<email_removed>> 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
DATE : Mon Jun 16 19:50:43 2008
On Mon, Jun 16, 2008 at 12:36 PM, Memo Akten <<email_removed>> 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
| Related mails | Author | Date |
|---|---|---|
| Memo Akten | Jun 16, 15:09 | |
| Jens Alfke | Jun 16, 17:40 | |
| Memo Akten | Jun 16, 18:36 | |
| Kyle Sluder | Jun 16, 19:50 | |
| Jens Alfke | Jun 16, 20:17 | |
| Memo Akten | Jun 16, 21:20 | |
| Kyle Sluder | Jun 16, 22:00 | |
| Uli Kusterer | Jun 17, 15:08 |






Cocoa mail archive

