Copy link to clipboard
Copied
Not sure if this is a Mac thing, but I've noticed that I've add to add
displayDialogs = DialogModes.NO; // OFF
To most of my scripts (Photoshop CC) in order to supress any dialog boxes that wouldn't normally pop up on my PC (Photoshop CC).
Is there a global switch to supress dialogue bboxes popping up a (and stopping ) scripts from processing?
Please don't say delete preferences 🙂
Copy link to clipboard
Copied
No, I don't think there is a global switch. You have to add that to each of your scripts.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
If you used the code:
displayDialogs = DialogMode.ALL
Then you have to use:
displayDialogs = DialogMode.NO
To turn it off. You might have a script that you're running that turns everything on.
Copy link to clipboard
Copied
Have you heard about startup scripts?
Find more inspiration, events, and resources on the new Adobe Community
Explore Now