Re: Isn't there a way...
Re: Isn't there a way...
- Subject: Re: Isn't there a way...
- From: John Delacour <email@hidden>
- Date: Tue, 29 Jul 2003 08:38:47 +0100
- Mac-eudora-version: 6.0a29
At 1:22 am -0600 29/7/03, Johnny AppleScript wrote:
On 03/07/27 5:30 PM, "John Delacour" <email@hidden> wrote:
> tell app "System Events"
set {l, t, r, b} to bounds of item 1 of (get screen list)
> end
Does this still require Jon's Commands, or is this finally rolled into the
new AS beta?
No external osax is required. Provided you have the beta System
Events installed, which obviously you have, then it will work. Have
you tried it? If not, why not?
tell application "System Events"
set {l, t, r, b} to bounds of item 1 of (get screen list)
end tell
--> {0, 0, 1152, 870}
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.