Skip to main content
Participant
February 26, 2020
Question

prompt/alert is stopping a batch action

  • February 26, 2020
  • 2 replies
  • 605 views

I have many .ai files i'm running a string of actions on. The final acton is to export them as .psd files. After every file i get the alert "empty artboard(s) were not exported" and have to click "ok" before it goes onto the the next file. My intent was to not have have empty artboards exported, so i'm happy with that result. I'm just frustrated I have to click ok every time. Is there a way to ignore/disable the prompt or to have it automatically click "ok"?

 

Thank you in advance.

This topic has been closed for replies.

2 replies

Known Participant
March 3, 2020

CarlosCanto answered a similar question recently. His solution was a single line of code that simply disables these alerts:

UserInteractionLevel.DONTDISPLAYALERTS;
Inspiring
February 26, 2020

is it a script or an action? If it is an action simply uncheck the prompt checkbox.

Hope it helps.