These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Acrobat X SDK bug: WindowRect related JavaScript does not work

Prof.Chang
Registered: Feb 13 2009
Posts: 2
Answered

I tried to report bugs in Acrobat X SDK prerelease program, but it seems just closed today.
I found the following doc properties don't work in Acrobat X ( maybe in Acrobat 9, either)for Windows:
innerAppWindowRect, outerAppWindowRect, innerDocWindowRect, outerDocWindowRect, pageWindowRect.
Can anybody varify it? Could AcrobatUsers.com please forward the bug report to SDK team for a quick fix?
Thanks.

My Product Information:
Acrobat Pro 10.0, Windows
George_Johnson
Online
Expert
Registered: Jul 6 2008
Posts: 1876
Accepted Answer
See post #13: http://acrobatusers.com/forum/javascript/thiswindowrect-properties-all-undefined
UVSAR
Expert
Registered: Oct 29 2008
Posts: 1357
Those objects are omitted from Acrobat X 10.0.1. They are present in earlier versions.

This website does not handle bug reports - you must use the official form to report any product issues unless you are a member of an active prerelease program.
Prof.Chang
Registered: Feb 13 2009
Posts: 2
After read the response, I see the following way works:
console.println(this.media); // do initializtion first
console.println(innerAppWindowRect);
Thanks!