Another Tiger mystery...
Another Tiger mystery...
- Subject: Another Tiger mystery...
- From: David Crowe <email@hidden>
- Date: Wed, 27 Jul 2005 14:20:51 -0600
Title: Another Tiger mystery...
The following script works (it closes all Finder windows except
the frontmost):
tell application "Finder"
set Window1Name to
name of window 1
set
theList to
every
window
whose name Window1Name
close
theList
end
tell
Yet, the following code, which used to work in 10.3, no longer
works:
tell application "Finder"
set Window1Name to
name of window 1
close
(every window whose name
Window1Name)
end
tell
The error is: "Finder got an error: Handler can't handle
objects of this class."
Can anyone explain?
- David Crowe
_______________________________________________
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