• 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: Detect Full Screen?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Detect Full Screen?


  • Subject: Re: Detect Full Screen?
  • From: Doug Adams <email@hidden>
  • Date: Mon, 25 Jul 2011 09:18:00 -0400

Should have known:

tell application "Finder"
	set bigBounds to (get bounds of window of desktop)
end tell

tell application "iTunes"
	set iBounds to (get bounds of front browser window)
	if bigBounds = iBounds then
		log "FULL SCREEN"
	else
		log "NOT FULL SCREEN"
	end if
end tell

--
dougscripts.com






 _______________________________________________
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: Detect Full Screen?
      • From: Bill Cheeseman <email@hidden>
  • Prev by Date: Detect Full Screen?
  • Next by Date: Re: Lion Sucks?
  • Previous by thread: Detect Full Screen?
  • Next by thread: Re: Detect Full Screen?
  • Index(es):
    • Date
    • Thread