• 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: Migrating scripting additions to Mac OS X
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Migrating scripting additions to Mac OS X


  • Subject: Re: Migrating scripting additions to Mac OS X
  • From: JJ <email@hidden>
  • Date: Tue, 26 Jun 2001 15:44:40 +0200

> making some scripting additions into apps is a
> ridiculous way of making AppleScript more tortuous to learn and use than it
> is already

Why?
Look at this I.e. (it's easy)

tell app "Quark"
tell document 1
tell paragraph i of selection
set the_word to word 1
tell app "Akua Sweets"
set new_word to (transcribe the_word as upper cased)
tell app "Finder"
set the_store to alias "HD:myfile"
tell app "Jon's Commands"
if fileIsBusy the_store = false then
tell app "Finder"
write new_word to the_store
end tell
end tell
end tell
end tell
end tell
end tell
end tell


  • Follow-Ups:
    • Re: Migrating scripting additions to Mac OS X
      • From: Hudson Barton <email@hidden>
    • Re: Migrating scripting additions to Mac OS X
      • From: Jolly Roger <email@hidden>
  • Prev by Date: Re: Migrating scripting additions to Mac OS X
  • Next by Date: Re: Free QuarkXPress Scripting Camp
  • Previous by thread: Re: Migrating scripting additions to Mac OS X
  • Next by thread: Re: Migrating scripting additions to Mac OS X
  • Index(es):
    • Date
    • Thread