Quantcast
Channel: Adobe Community : Popular Discussions - Illustrator Scripting
Viewing all articles
Browse latest Browse all 12845

app.userInteractionLevel ignored?

$
0
0

I've tried adding the following to my script but it appears to have no effect at all in CS5 on Windows 7.

 

app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS;

 

Does this still work for anyone else?

 

The following example displays the alert when I execute it.

 

#target Illustrator
app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS;
alert('Hi there!');
app.userInteractionLevel = UserInteractionLevel.DISPLAYALERTS;


Viewing all articles
Browse latest Browse all 12845

Trending Articles



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