Copy link to clipboard
Copied
I'm getting a super annoying error message coming up in Illustrator rendering it unusable. This comes up every 20 seconds and sometimes more and I can't seem to stop this. Does anyone know how I can stop this error appearing?
Thanks
Hi,
Did you try the solution from the following thread
I actually think this worked - thanks so much. In case anyone stumbles across this and doesn't want to read through the thread, I took this script and saved it as a .jsx file:
app.preferences.setBooleanPreference("ShowExternalJSXWarning", false);
In case you're not sure how to create a jsx file, it's simply a text file saved with a .jsx extention. Then go to Illustrator and open it via File / Scrips / Other scripts.
Copy link to clipboard
Copied
Hi,
Did you try the solution from the following thread
Copy link to clipboard
Copied
I actually think this worked - thanks so much. In case anyone stumbles across this and doesn't want to read through the thread, I took this script and saved it as a .jsx file:
app.preferences.setBooleanPreference("ShowExternalJSXWarning", false);
In case you're not sure how to create a jsx file, it's simply a text file saved with a .jsx extention. Then go to Illustrator and open it via File / Scrips / Other scripts.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now