Re: Get list of desktops?
Re: Get list of desktops?
- Subject: Re: Get list of desktops?
- From: "koenig.yvan" <email@hidden>
- Date: Thu, 18 Jul 2013 22:14:40 +0200
What if you use :
tell application "System Events" set desktopNames to name of every desktop --> {"iMac"} repeat with desktopName in desktopNames tell desktop desktopName set oldInterval to change interval get change interval --> 1800.0 set change interval to 3600.0 get change interval --> 3600.0 set change interval to oldInterval get change interval --> 1800.0 end tell end repeat end tell
Here it works but as you see, I have a single monitor.
KOENIG Yvan (VALLAURIS, France) jeudi 18 juillet 2013 22:14:32
|
_______________________________________________
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