Re: items selected
Re: items selected
- Subject: Re: items selected
- From: Michelle Steiner <email@hidden>
- Date: Sun, 23 Oct 2005 11:42:28 -0700
On Oct 23, 2005, at 10:19 AM, Robert Poland wrote:
tell application "Finder"
activate
if window 1 contains items selected then beep 3
end tell
tell application "Finder"
if the selection is not {} then
repeat with eachItem in (the selection as list)
set the label index of eachItem to 5
end repeat
end if
end tell
--
Grandparents and grandchildren are natural allies.
They share the same enemies.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden