I run in visual studio code and use Photoshop python api.
https://loonghao.github.io/photoshop-python-api/
Search found 2 matches
- Mon Oct 25, 2021 4:56 am
- Forum: Photoshop Scripting - General Discussion
- Topic: Closing the dialog window while using Photoshop action?
- Replies: 3
- Views: 14861
- Sat Oct 23, 2021 6:55 pm
- Forum: Photoshop Scripting - General Discussion
- Topic: Closing the dialog window while using Photoshop action?
- Replies: 3
- Views: 14861
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? ========...