Acrobat 6.0 window bounds
Acrobat 6.0 window bounds
- Subject: Acrobat 6.0 window bounds
- From: WJ Shack <email@hidden>
- Date: Thu, 05 Jun 2003 07:38:46 -0500
This script works fine in Acrobat 5.0
tell application "Acrobat 6.0 Professional"
set winName to name of front PDF Window
--set zoom factor of PDF Window winName to 125
set bounds of window winName to {4, 103, 850, 750}
end tell
In 6.0 I get a message that AS can't set bounds of the window, but
dictionary indicates that I should be able to (dictionary appears to be the
same as that for 5.0). Can't get bounds either. Am I missing something or
is a bug? (zoom factor also works in 5.0, but it is not listed as a
property in the dictionary, so I'm less surprised it does not work in 6.0]
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.