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

My form is not a form

lifsches
Registered: May 17 2010
Posts: 26

I am using form fields to create a pop-up text. Basically, I have a button on my PDF page and when the user clicks this button a text appears below the button.
Everythis works fine, except the purple form info bar that shows at the top of the PDF page. It is confusing for the users because this is not a form. How do I get rid of it? Or, is there another way to achieve the same pop-up result?

Margaret Lifsches

My Product Information:
Acrobat Pro 9.0, Windows
try67
Expert
Registered: Oct 30 2008
Posts: 2398
I don't think you can get rid of the of the purple bar.
Another way might be to write a script and to use the app.popUpMenuEx method.
It won't look exactly the same, but it might do the trick.

- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com

gkaiseril
Online
Expert
Registered: Feb 23 2006
Posts: 4308
A button field is a form field so this is not an error, but Adobe has chosen not to test a form to see if it only has buttons before displaying the form's purple bar.

You can tell all your users to change there application's preference to always hide this bar.

George Kaiser

lifsches
Registered: May 17 2010
Posts: 26
try67 wrote:
I don't think you can get rid of the of the purple bar.
Another way might be to write a script and to use the app.popUpMenuEx method.
It won't look exactly the same, but it might do the trick.
Is there a sample script that I can use/modify. I am new to scripting.

Margaret Lifsches

gkaiseril
Online
Expert
Registered: Feb 23 2006
Posts: 4308
Have you looked at Thom Parker's series on the Alert Box:

[url=http://www.acrobatusers.com/tutorials/2006/popup_windows_part1]The Alert Box: Part 1 of 5 on Popup Windows[/url]
[url=http://www.acrobatusers.com/tutorials/2006/popup_windows_part3]The Document File Browser: Part 3 of 5 on Popup Windows[/url]

George Kaiser

NK-INC.COM
Registered: Apr 17 2010
Posts: 93
You can pass parameters through a PDF Url or Path to show/hide Adobe interface controls, such as messages or toolbars.

See the following file for syntax reference.
http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters.pdf#page=1&pagemode=none&navpanes=0&messages=0&statusbar=0&toolbar=0&view=Fit
lifsches
Registered: May 17 2010
Posts: 26
NK-INC.COM wrote:
You can pass parameters through a PDF Url or Path to show/hide Adobe interface controls, such as messages or toolbars.See the following file for syntax reference.
http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters.pdf#page=1&pagemode=none&navpanes=0&messages=0&statusbar=0&toolbar=0&view=Fit
Thank you very much. This is great.

Margaret Lifsches

gkaiseril
Online
Expert
Registered: Feb 23 2006
Posts: 4308
You can create a link around the text you want to associate with the pop up. You will need to select the 'Custom' action and then add the necessary JavaScript for the pop-up using the "Run JavaScript" option. No form fields of any kind, so there will be no forms information bar.

George Kaiser