• 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: Safari Status Bar
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Safari Status Bar


  • Subject: Re: Safari Status Bar
  • From: Robert Poland <email@hidden>
  • Date: Tue, 11 Oct 2011 21:50:40 -0600

Chris,

This works;

tell application "Safari" -- turn Status view on
activate
tell window 1
set {null, topSide, null, bottomSide} to bounds
set x to bottomSide - topSide
delay 1
tell application "System Events" to keystroke "/" using command down
delay 1
set {null, topSide1, null, bottomSide1} to bounds
set y to bottomSide1 - topSide1
if y < x then tell application "System Events" to keystroke "/" using command down
end tell
end tell


Robert Poland - Fort Collins, CO



 _______________________________________________
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: 
 >Safari Status Bar (From: Robert Poland <email@hidden>)
 >Re: Safari Status Bar (From: Christopher Stone <email@hidden>)

  • Prev by Date: Re: Safari Status Bar
  • Next by Date: Re: Safari Status Bar
  • Previous by thread: Re: Safari Status Bar
  • Next by thread: launchd user agent applescript do shell script error
  • Index(es):
    • Date
    • Thread