Quantcast
Channel: Adobe Community: Message List - InDesign
Viewing all articles
Browse latest Browse all 143383

Re: How Stop Indesign message using script ?

$
0
0

You should ask this sort of question in the Scripting forum.

 

You're looking for this, I think:

 

     app.scriptPreferences.userInteractionLevel =

UserInteractionLevels.NEVER_INTERACT;

 

Just make sure that at the end of your script, you set it back:

 

     app.scriptPreferences.userInteractionLevel =

UserInteractionLevels.INTERACT_WITH_ALL;

 

 

Ariel


Viewing all articles
Browse latest Browse all 143383

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>