Reply To: Missing font alert stops script

#114778
Peter Kahrel
Participant

You need the AppleScript equivalent of this JavaScript line:

app.scriptPreferences.userInteractionLevel = UserInteractionLevels.NEVER_INTERACT;

Afterwards you have to re-enable alerts (which includes all InDesign’s panels and dialogs):

app.scriptPreferences.userInteractionLevel = UserInteractionLevels.INTERACT_WITH_ALL;

P.

This article was last modified on March 7, 2019

Comments (0)

Loading comments...