Re: Click on Show All
Re: Click on Show All
- Subject: Re: Click on Show All
- From: Christopher Stone <email@hidden>
- Date: Tue, 6 Jan 2004 20:57:41 -0600
At 18:46 -0700 01/06/2004, Robert Poland wrought:
Any clues on how to select the Show All window of System Preferences?
tell application "System Preferences"
activate
tell application "System Events"
tell process "System Preferences"
click button "Show All"
end tell
end tell
end tell
______________________________________________________________________
Hey Bob,
If you're not automating some process remember that you can simply type
Command-L in System Preferences to show all (in Panther).
Chris
_______________________________________________
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.