Slashdot Mirror


User: mevan

mevan's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:My Innocent Comment on How Good Of A Unix Is Mac OS X ? · · Score: 1

    Actually, the "display dialog" command belongs to the standard additions OSAX, so it's not neccessary to "tell Finder". You can shorten your script to ...

    display dialog "Hello World"

    Fortunately, AppleScript is kind enough to pass the command on to the OSAX even though you've sent it to the "Finder".