Essential Graphics panel "Event listener" ? (ExtendScript)
Is there a way to have an ExtendScript panel listen for changes made in Essential Graphics? Or maybe with an inbetween step using expressions? That would lead to the question "Is it possible to "feed" ExtendScript panels with values generyted by Expressions" ?
E.g:
EG Button is pressed -> ES Panel, waiting for this button event, executes code now
or
EG Button is pressed -> Expression calculates something and gives value to -> ES Panel that executes code that was waiting for this value (e.g. to use in a function)
