• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Running this script without the "Enable access for assistive devices" box checked
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Running this script without the "Enable access for assistive devices" box checked
      • From: Andrew Oliver <email@hidden>
    • Re: Running this script without the "Enable access for assistive devices" box checked
      • From: J Stewart <email@hidden>
    • Re: Running this script without the "Enable access for assistive devices" box checked
      • From: "Gary (Lists)" <email@hidden>
    • Re: Running this script without the "Enable access for assistive devices" box checked
      • From: Simon Forster <email@hidden>
  • Prev by Date: Re: Working with big lists
  • Next by Date: Re: Quark place image script woes
  • Previous by thread: Re: Setting 'group' for person in Address Book....
  • Next by thread: Re: Running this script without the "Enable access for assistive devices" box checked
  • Index(es):
    • Date
    • Thread