Apple script and appearance
Apple script and appearance
- Subject: Apple script and appearance
- From: "Davide S. Kraehenbuehl" <email@hidden>
- Date: Sun, 18 Feb 2001 20:45:13 +0100
Hi,
I call this applescript from an application, it change the desktop picture
with MyImage
on run {MyImage}
copy MyImage as alias to filelist
tell application "Appearance"
set picture file of monitor 1 to filelist
set picture positioning of monitor 1 to centered
quit
end tell
end run
My question is how I can launch appearance in background (or invisible)?
It9s possible? I9m pretty new with applescript.
Thanks, Davide