Going Nuts Over (get screen list)
Going Nuts Over (get screen list)
- Subject: Going Nuts Over (get screen list)
- From: Johnny AppleScript <email@hidden>
- Date: Fri, 08 Aug 2003 16:31:33 -0600
An earlier thread and code sample from Glenn S., followed up on by JD has me
going crazy.
tell application "Script Editor" to get version
--> "2.0" (beta 36)
tell application "System Events" to get version
-->"1.2"
tell application "system events" to get screen list
--> Expected end of line, etc. but found class name. ['list' highlighted]
I can't even find 'screen' or 'screen list' in the System Events dictionary?
Where is this command even documented?
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
I can't get this command to work on OS X 10.2.4 through OS 10.2.6, even on a
brand new machine with a factory install *only* of OS X 10.2.6 (plus beta AS
additions) logged in as any user, including root.
Help?!?
JA
_______________________________________________
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.