• 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
GUI Script
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GUI Script


  • Subject: GUI Script
  • From: Robert Poland <email@hidden>
  • Date: Sat, 6 Sep 2003 09:53:35 -0600

Hi,

In my continuing effort to enhance (mess with) the morning operation
of my computing i tried to add the following GUI script.

tell application "Finder"
try
tell application "System Preferences" to activate
tell application "System Events"
tell process "System Preferences"
click menu item "AutoAPOD" of menu
"View" of menu bar 1
delay 3
tell window 1
click the radio button "Fetch Now"
delay 3
click the radio button "Set As Desktop"
delay 3
end tell
end tell
end tell
end try
end tell

beep 2 -- script completed

The "AutoAPOD" window opens immediately but as far as I can tell
nothing else happens. I have tried numbers for the button names.

I do use another GUI script which works fine.

Imac 800 FP, OS 10.2.6

TIA,
--
Bob Poland - Englewood, CO
http://www.ibrb.org/
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: GUI Script
      • From: Bill Cheeseman <email@hidden>
  • Prev by Date: Re: sort
  • Next by Date: Re: Eudora mail folders and "" root (JD?)
  • Previous by thread: Re: sort
  • Next by thread: Re: GUI Script
  • Index(es):
    • Date
    • Thread