Re: Detect Full Screen?
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