Skip to main content
Participant
August 18, 2021
Question

you are about to run the script contained in the file illustrator.jsx 25.4.1

  • August 18, 2021
  • 3 replies
  • 2058 views

This topic has been closed for replies.

3 replies

Lavish_Moonlight0D4C
Inspiring
September 16, 2021

I'm having the same issue. the dialog pops up like every 10 secs. I reverted to 25.3.1 but then I got the bug in that version, which never occured. then i unistalled that version and now using 25.2.3. Seems stable right now.

Experienceing this on my 2019 Macbook Pro, Big Sur 11.6

Participant
September 18, 2021

I was having the exact problem, googling it just led to this answer which solved my issue. Thank you!

Silly-V
Legend
August 19, 2021

Basically just stick this

    app.preferences.setBooleanPreference("ShowExternalJSXWarning", false);

as one of the first lines in your script and it should either be good for that one script or all scripts going forward, I'm not sure, but check it out.

CarlosCanto
Community Expert
Community Expert
August 18, 2021