• 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: Setting QuickTime Player 7 Preferences
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Setting QuickTime Player 7 Preferences


  • Subject: Re: Setting QuickTime Player 7 Preferences
  • From: Christopher Stone <email@hidden>
  • Date: Wed, 19 Jan 2011 13:51:49 -0600

On Jan 19, 2011, at 10:39, Hughes, Karlton D. wrote:
Can I right a simple script to set the QuickTime Player 7 preference that would turn the "Show Content Guide automatically" off?
______________________________________________________________________

Hey Karlton,

Here's a few breadcrumbs:

tell application "QuickTime Player 7"
set show welcome movie automatically to false
end tell

tell application "QuickTime Player 7"
first document whose name is not "Apple QuickTime"
end tell

tell application "QuickTime Player 7"
if document "Apple QuickTime" exists then
close document "Apple QuickTime"
end if
end tell

Just FYI:

I found the property very quickly searching the dictionary for "automatic" with Script Debugger.
I got there pretty easily in the Applescript Editor's dictionary search.
And I was also able to find it easily with Smile.

--
Chris
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Setting QuickTime Player 7 Preferences
      • From: "Hughes, Karlton D." <email@hidden>
References: 
 >Setting QuickTime Player 7 Preferences (From: "Hughes, Karlton D." <email@hidden>)

  • Prev by Date: Re: Setting QuickTime Player 7 Preferences
  • Next by Date: Re: Setting QuickTime Player 7 Preferences
  • Previous by thread: Re: Setting QuickTime Player 7 Preferences
  • Next by thread: Re: Setting QuickTime Player 7 Preferences
  • Index(es):
    • Date
    • Thread