Hi,
Is there a good reason why this works:
set myList to bounds of window 1 of application "Adobe InCopy CS4"
item 1 of myList
But this doesn’t:
tell application "Adobe InCopy CS4"
set myList to bounds of window 1
item 1 of myList
end tell
Thanks,
Michael