RE: Main screen size
RE: Main screen size
- Subject: RE: Main screen size
- From: Bill Briggs <email@hidden>
- Date: Wed, 24 Jan 2001 12:56:05 -0300
At 9:30 AM -0600 24/01/01, Goodman, Steve wrote:
I don't have dual monitors to test this on but it should get you started.
Using Akua...try this:
I should have added: If you want to find out the bounds of the whole
space, and you want to do it without any Scripting Addition, you can
use the content space of the desktop available from the Finder. If
you have only one sreen, then it's the bounds of that screen.
tell application "Finder"
set x to bounds of (get content space of desktop)
end tell
- web