Re: windows of app process & spaces
Re: windows of app process & spaces
- Subject: Re: windows of app process & spaces
- From: 2551phil <email@hidden>
- Date: Tue, 28 Jun 2016 19:46:59 +0700
On 27 Jun 2016, at 22:36, Mitchell L Model <email@hidden> wrote:
Is there a way around it so a script can consider all windows of a process?
If you want to get all the properties of all the windows in one go, you could use something along the lines of:
set winProps to {} tell application "TextEdit" set l to name of every window repeat with i from 1 to count of l tell window (item i of l) set end of my winProps to properties end tell end repeat end tell winProps
|
_______________________________________________
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