Bypass warning prompts?
Hello
So I have a vbscript that plays an action in photoshop, sometimes the action may have a problem with the image it's working on so it displays a warning prompt, so unless you manually click the OK button on the prompt, the script is pretty much halted and cant proceed any further.
Is there a way to suppress these prompts, or detected so we can programatically bypass it?
There's "appRef.DisplayDialogs = 3" but that only suppresses dialogs
Thank you
