Hello,
I'm new to photoshop scripting as well as to this forum so I hope I posted in the right subforum.
I have created a script for preparing images that works perfectly well when opening it through "File/Scripts/Browse...".
However, when I run the script through a panel that I created in Adobe Configurator (via a script button that points to the exact same .jsx file) it doesn't run as smooth and take up to 5 seconds longer. It's also flimmering through the files and layers that the script uses to prepare my image in a weird way.
I've googled like crazy but I cannot understand why it would run a script any differently when doing it through a configurator panel. Any ideas?
Thanks in advance.
Running a script through Adobe Configurator
-
virkot
Running a script through Adobe Configurator
Ok, while I have still not found out why this is occuring, I fixed the issue by creating an action that opens the script instead of opening the script directly.