Copy link to clipboard
Copied
Hello all InDesign experts.
We have an HTML/JS Extension since version CC 2014 (or CSXS 5), which works also just fine for CC 2015.
In this we have some progress panels to show processing percentage. As all steps are finished, the panels are closed programmatically with: CSInterface.prototype.closeExtension().
All functional on CC 2014 and 2015.
BUT as we switched to CC 2017 this function does NOT work as expected any more. It does clean all contents within the panel, but the empty panel frame kept shown until the user clicks "x".
FURTHERMORE a panel is not closed completely via closeExtension() when it's defined as <UI><Type>Panel</Type>... </UI> in manifest.
If the type is changed to <Type>ModalDialog</Type>, the function closes the whole panel as it used to be.
We tried CSXS 5, 6 and 7, all act the same.
Anyone else is facing/faced the same problem and can give us some information how can we fix this?
Thx a lot.
Copy link to clipboard
Copied
You have posted your query on the C++ SDK forum, you have better chance to get a resolution to your query in the following forum
Creative Suite Extension Builder
-Manan
Copy link to clipboard
Copied
Thank you for your hint. I will copy this post to Extension Builder space.
Copy link to clipboard
Copied
There is also a very new forum dedicated to CEP extensions!
Copy link to clipboard
Copied
It seems multiple post and I'll lock this discussion.
Please refer below discussion.