Running this script without the "Enable access for assistive devices" box checked
Running this script without the "Enable access for assistive devices" box checked
- Subject: Running this script without the "Enable access for assistive devices" box checked
- From: David Siberry <email@hidden>
- Date: Mon, 23 May 2005 10:40:54 +0100
Hi, Im writing an apple script to close a window. the script im using is:
tell application "Finder"
set theWindows to (get every Finder window)
repeat with eachWindow in theWindows
if (target of eachWindow as text) begins with "Mac OS X:" then
close eachWindow
end if
end repeat
end tell
however I find if I have the "Enable access for assistive devices"
check box checked (located in System Preferences | Universal Access),
the script wont work.
Is there anyway I can run this script without checking the check box?
Thank you, any help greatfully appreciated.
David :o)
_______________________________________________
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