Skip to main content
Inspiring
April 3, 2025
Answered

Photoshop supress stop on actions

  • April 3, 2025
  • 1 reply
  • 277 views

I've got an action that takes a while. Like go and make a cup of tea kind of long.  It now starts popping up continue messages for the user to prompt on an error - which is image subjective:

 

I thought I could switch prompts off with code using:

// Switch off any dialog boxes
displayDialogs = DialogModes.NO;

Toggle dialog on/off on teh action doen't make adifference as this is error (selection) based

 

Is there a on error auto continue way forward?

 

Correct answer c.pfaffenbichler

Sometimes I used to just put something heavy on the »OK«-key … 

 

Does Batch’s »Log Errors to File« perform the Action without the alerts? 

1 reply

c.pfaffenbichler
Community Expert
c.pfaffenbichlerCommunity ExpertCorrect answer
Community Expert
April 3, 2025

Sometimes I used to just put something heavy on the »OK«-key … 

 

Does Batch’s »Log Errors to File« perform the Action without the alerts? 

Inspiring
April 3, 2025

Nice one. That worked!
I suspect that got reset recently, as I  can't remember switing that to stop for errors.
Does that get reset when preferences are deleted?

 

I've find a suitable paperweight as backup!

c.pfaffenbichler
Community Expert
Community Expert
April 3, 2025
quote

Does that get reset when preferences are deleted?

I suspect so, though frankly I do not want to reset preferences for testing … 

 

quote

I've find a suitable paperweight as backup!

An analog solution to a digital problem, I guess.