• 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
Re: GUI Scripting: Change Monitor Colors
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GUI Scripting: Change Monitor Colors


  • Subject: Re: GUI Scripting: Change Monitor Colors
  • From: Barbara Mueller <email@hidden>
  • Date: Tue, 31 Dec 2002 22:53:02 +0100

Unfortunately the PrefPane "Displays" only has the buttons close, zoom and minimize as UI interfaces. It is not possible to have access to pop up buttons and radio buttons

Not true.

tell application "System Preferences"
activate
end tell
tell application "System Events"
get properties
tell process "System Preferences"
tell pop up button 1 of group 1 of tab group 1 of window "Color LCD" to return get properties end tell
end tell

Returns:

Yes, I agree, I was wrong. My script is working perfectly now using your statement above. Thank you very much for your help!

Barbara
_______________________________________________
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.

  • Prev by Date: Re: GUI Scripting: Change Monitor Colors
  • Next by Date: Strange error message
  • Previous by thread: Re: GUI Scripting: Change Monitor Colors
  • Next by thread: Works in 9.2.2 and client10.2.2 but not server 10.2.3
  • Index(es):
    • Date
    • Thread