CEP panel sending from JSX to HTML
Hi
I am making a CEP panel. The panel is part of a multi-panel setup. Multiple panels talk to each other via extendscript.
My problem is that panel A is giving panel B a command. Panel B receives this command and should change the UI. So I need panel B to tell the CEP HTML UI what to do. This will not be triggered by a user action in panel B.
My other communication goes through CSInterface.evalScript with a callback. But I can't use that in this case.
So in other words I need to send a command from JSX to HTML without the user first clicking any UI buttons or anything.
Is there a way to do this?
Thanks,
Jakob
EDIT: This seems to be what I need, but I don't know how to make that work for AE. I get the error "File or folder does not exist."
https://www.davidebarranca.com/2014/07/html-panels-tips-11-externalobject-cep-events/
