Re: Dictionary Inconsistency?
Re: Dictionary Inconsistency?
- Subject: Re: Dictionary Inconsistency?
- From: Bill Cheeseman <email@hidden>
- Date: Mon, 09 Jun 2014 16:48:43 -0400
On Jun 9, 2014, at 4:08 PM, Paul Scott < email@hidden> wrote: For example, in the Processes Suite of the System Events dictionary, the application class shows “process” as an element. However, the definition says it contains the element “processes”.
Each "process" object is a single element among all the processes currently running. The term "processes" appears in the dictionary under the heading "Processes" in the plural; this is alternative AppleScript terminology for 'every process'.
tell application "System Events" get first process --> application process "loginwindow" of application "System Events" get processes -> {application process "loginwindow" of application "System Events", application process "WacomTouchDriver" of application "System Events", application process "SystemUIServer" of application "System Events"}, etc. end tell |
_______________________________________________
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