Hi,
I am using Adobe configurator to develop panels in Photoshop.
I already have a automation plugin which i have developed using Photoshop SDK using C++. I use Photoshop panel as a UI for my plugin. Whenever user clicks on any button on panel, "executeAction" function in javascript sends some parameters to my plugin.
Flow is like
Button on panel ---> Javascript-->executeAction--->Plugin
Everything is working fine.
I want to..
1 ) I want to disable some of the buttons on panels and want to change captions of the buttons.
2 ) Can i control the panel through my plugin ?
Thanks in advance.
-Prafulla