[CS5][JS] UserInteractionLevel equivalent for ID Server?
Hello,
I need to be able to ignore some warnings that occur in scripts that run on our InDesign server. I've tried using something like:
app.scriptPreferences.userInteractionLevel = UserInteractionLevels.NEVER_INTERACT;
However, this does not work when the script is executed on the server. There must be a way to set some sort of "interaction level" for scripts that run on the server... since the server gives me a warning that says "...you can click OK or cancel..."
I've seen that someone had the same error, but didn't appear to have a solution:
http://forums.adobe.com/thread/328431 (from 2008).
If anyone has any ideas about this, it would be greatly appreciated!
Many thanks in advance,
-Lloyd