• 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: Can you put a background pict on an applescript ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can you put a background pict on an applescript ?


  • Subject: Re: Can you put a background pict on an applescript ?
  • From: Jon Pugh <email@hidden>
  • Date: Wed, 25 Jul 2001 08:20:50 -0700

Here's a script that runs from OSA Menu using the Finder's selection to set the desktop picture to the selected file.

Jon

tell application "Finder"
set f to item 1 of selection as alias
set quitIt to not (exists process "Appearance")
end tell
tell application "Appearance" -- Control Panel
set picture file of monitor 1 to f
if quitIt then quit
end tell


References: 
 >Can you put a background pict on an applescript ? (From: Familia Juarez <email@hidden>)

  • Prev by Date: Re: Toggling Appletalk active/inactive with Applescript?
  • Next by Date: Re: Tree traversal
  • Previous by thread: Can you put a background pict on an applescript ?
  • Next by thread: RE: Can you put a background pict on an applescript ?
  • Index(es):
    • Date
    • Thread