Script warning
Hi,
I've made a script that opens a panel at Illustrator startup.
From that panel I can execute other jsx scripts by clicking on buttons, but there's a warning message that popups everytime I click a button...
You are about to run a script in Adobe Illustrator CS5. You should only run scripts from trusted sources. Do you want to run the script?
Is it possible to avoid that warning ??
I've tried with
app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS;
but it doesn't work ![]()
Thanks for your help ![]()
