• 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: Toolbar visible script
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Toolbar visible script


  • Subject: Re: Toolbar visible script
  • From: Yvan KOENIG via AppleScript-Users <email@hidden>
  • Date: Mon, 25 May 2020 22:33:46 +0200

As toolbar visible is a property of a Finder Window, we may use:


tell application "Finder"
        try -- useful if there is no Finder Window open
                set toolbar visible of Finder window 1 to true
        end try
end tell


and its brother :

tell application "Finder"
        try -- useful if there is no Finder Window open
                set toolbar visible of Finder window 1 to false
        end try
end tell

Yvan KOENIG running High Sierra 10.13.6 in French (VALLAURIS, France) lundi 25
mai 2020 22:33:27


 _______________________________________________
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

References: 
 >Toolbar visible script (From: iKel via AppleScript-Users <email@hidden>)
 >Re: Toolbar visible script (From: Yvan KOENIG via AppleScript-Users <email@hidden>)
 >Re: Toolbar visible script (From: David Gregg via AppleScript-Users <email@hidden>)

  • Prev by Date: Re: Toolbar visible script
  • Next by Date: [OFF TOPIC}Is there a CSS group?
  • Previous by thread: Re: Toolbar visible script
  • Next by thread: [OFF TOPIC}Is there a CSS group?
  • Index(es):
    • Date
    • Thread