RE: Main screen size
RE: Main screen size
- Subject: RE: Main screen size
- From: Bill Briggs <email@hidden>
- Date: Wed, 24 Jan 2001 12:50:36 -0300
At 9:30 AM -0600 24/01/01, Goodman, Steve wrote:
> How can I get the size (in pixels) of the main screen? I'm
using Akua Sweets
if that's a help.
I don't have dual monitors to test this on but it should get you started.
Using Akua...try this:
I do have dual monitors to test this with. If you have Jon's
Commands, try this.
set sList to screen list -- defaults to main screen first
get bounds of item 1 of sList
or more compact
set sBounds to bounds of item 1 of (get screen list) -- defaults to
main screen first
- web