Search found 2 matches

by psNewbie
Sat Oct 23, 2021 6:55 pm
Forum: Photoshop Scripting - General Discussion
Topic: Closing the dialog window while using Photoshop action?
Replies: 3
Views: 4508

Closing the dialog window while using Photoshop action?

Photoshop_OVeQbcvyWs.png I am coding with Python, and there was no problem because it was similar to JS. I want to close the error dialog while using the doAction function. ESC key was sent using win32api, but it does not work in the dialog. (It works in layers) What function should I use? ========...