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

Silent app.alert()

wmcuono
Registered: Jun 2 2010
Posts: 10

Is there a way to call the app.alert message box without the Java Script warring message showing in the Title Bar AND without the Beep sounding?
Thanks

My Product Information:
Acrobat Standard 9.3.1, Windows
gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4307
You have to use a trusted function with provided context. See Thom Parker's tutorials [url=http://www.acrobatusers.com/tutorials/2008/10/using_trusted_functions]Using Trusted Functions[/url] and [url=http://www.acrobatusers.com/tutorials/file-paths-acrobat-javascript]File paths in Acrobat JavaScript[/url]. There is also information in Acrobat's JavaScript API Reference.

George Kaiser