Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Photoshop supress stop on actions

Engaged ,
Apr 03, 2025 Apr 03, 2025

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:

GhoulFool_0-1743668584919.png

 

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

GhoulFool_1-1743668813563.png

 

Is there a on error auto continue way forward?

 

TOPICS
Actions and scripting
84
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Apr 03, 2025 Apr 03, 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? 

Screenshot 2025-04-03 at 10.41.44.png

Translate
Adobe
Community Expert ,
Apr 03, 2025 Apr 03, 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? 

Screenshot 2025-04-03 at 10.41.44.png

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Apr 03, 2025 Apr 03, 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!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 03, 2025 Apr 03, 2025
LATEST
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. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines