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

Detecting "pseudo-fullscreen mode" in the browser

dpstory
Registered: Dec 1 2005
Posts: 4

Acrobat 8/Adobe Reader 8 has a "pseudo-fullscren mode" while in the browser. Press Ctrl+L and the hand cursor has an up arrow on. By clicking on the mouse you get a fullscreen navigation control. My question is, is there a way of detecting this pseudo-fullscreen mode using JavaScript while in the browser? I can do it if the document has sub-page navigation (section 8.3.3 in PDF Ref), otherwise, I cannot. dps

My Product Information:
Reader 8, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Hello DP,
I've looked around and can't find any properties or methods that would detect this pseudo-FS mode. At least not directly. Other than searching for undocumented functionality, which I don't think would turn up anything, you could try compareing the various viewer/app rectangles. I've created a view params test doc that might be of some assitance.

[url=http://www.windjack.com/DownLoads/AcrobatViewStateTest.pdf]http://www.windjack.com/DownLoads/AcrobatViewStateTest.pdf[/url]

Hope this helps,
Thom Parker
WindJack Solutions
[url=http://www.windjack.com]www.windjack.com[/url]

The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script