Re: Get list of desktops?
Re: Get list of desktops?
- Subject: Re: Get list of desktops?
- From: "koenig.yvan" <email@hidden>
- Date: Fri, 19 Jul 2013 11:55:48 +0200
Le 19/07/2013 à 08:42, Brian Christmas < email@hidden> a écrit : 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
Hello
When I run your code under 10.8.4, I get :
tell application "System Events" set temp to id of every desktop as list --> {69731072} 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) --> error number -10002 from desktop id 69731072 end repeat end tell
KOENIG Yvan (VALLAURIS, France) vendredi 19 juillet 2013 11:55:33
|
_______________________________________________
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