Hide the Acrobat Reader Menu bar

For my document of Livecycle Designer ES, I want to only end users of Acrobat Reader to use my buttons (SAVE, PRINT, OUTPUT) rather than the Acrobat Reader menu bar to access the same functions. My buttons contain various java scripts that are required for the completion of the form. If they bypass these buttons using the Acrobat Reader menu bar (example: file, print), then the form will not correctly grab data.

Is there a way to hide the Bar Menu of Acrobat Reader for my specific form through a function integrated into Livecycle ES or y at - it a java script that can be used to hide the menu bar of the player?

Thank you

Eric

Hi Eric,.

I'm pretty sure that you can not access the presence of the menu bar. I tried here, but you can't make it work.

An alternative would be to open the full screen of form. When you do this, the cursor turns into a click to pass (on the next page), but you can also turn off this option.

An example is here: https://acrobat.com/#d=JK2I24ZgmsvMr6BtCQNMOg

I appreciate that the user may choose to not go full screen mode or can escape out of it, but it is a rough workaround.

The following text in the docReady event should work:

app.execMenuItem("FullScreen");
app.fs.clickAdvances = false;

Good luck

Niall

Tags: Adobe LiveCycle

Similar Questions

Maybe you are looking for