Re: Why must I double a command line to set the background picture?
Re: Why must I double a command line to set the background picture?
- Subject: Re: Why must I double a command line to set the background picture?
- From: Michelle Steiner <email@hidden>
- Date: Sun, 14 Feb 2010 09:02:00 -0700
On Feb 13, 2010, at 6:40 PM, Emile Schwarz wrote: the following script do nothing ('till I close and open the front window):
tell application "Finder" set fw to front window set background picture of icon view options of fw to item "Folder_Bkgnd.png" of fw end tell
Try this:
tell application "Finder" set fw to front window set background picture of icon view options of fw to item "Folder_Bkgnd.png" of fw update end tell
If that doesn't work, try this:
tell application "Finder" set fw to front window set background picture of icon view options of fw to item "Folder_Bkgnd.png" of fw update with necessity end tell
-- Michelle -- We're not human beings having a spiritual experience. We're spiritual beings having a human experience.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden