Re: Get list of desktops?
Re: Get list of desktops?
- Subject: Re: Get list of desktops?
- From: Brian Christmas <email@hidden>
- Date: Fri, 19 Jul 2013 16:42:48 +1000
G'day
I haven't followed this thread, but this will get you the properties of the desktops.
Regards
Santa
tell application "System Events" set temp to id of every desktop as list repeat with x from 1 to count of temp set tempID to item x of temp as integer get the properties of desktop id (tempID) end repeat 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