script syntax error
script syntax error
- Subject: script syntax error
- From: Clive Rabson <email@hidden>
- Date: Sat, 30 Jun 2012 16:52:44 +0100
Title: script syntax error
Could an Applescript expert please find a moment to look at this
short script and tell me why it keeps giving a syntax error?
Occasional I also get an error that says numerical value is too
large. And then everything just hangs.
I will be very grateful if someone could assist. Thanks.
Clive
on run {input,
parameters}
tell
application "Microsoft Word"
activate
set
bounds of active window to {5, 22, 559, 1050}
set
view type of view of active window to draft view
set
percentage of zoom of view of active window to 120
end tell
end run
_______________________________________________
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