Re: Dock position and size
Re: Dock position and size
- Subject: Re: Dock position and size
- From: Per Sjöstrand <email@hidden>
- Date: Mon, 15 Jan 2007 16:25:47 +0100
on 2007-01-12 10:21 AM, Per Sjstrand at email@hidden wrote:
activate application "Dock"
tell application "System Events"
tell process "Dock"
get position of list 1
end tell
end tell
This one gives me:
NSReceiverEvaluationScriptError:4
I should have mentioned that for GUI Scripting you must turn on the "Enable
GUI Scripting" setting in AppleScript Utility, located in the AppleScript
subfolder of your Applications folder.
You might also have to change the first line (but not the third line) to
refer to "Dock.app".
Now it works fine, thank you!
Per Sjöstrand
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden