Why doesn't the setWindowTitle() function work for InDesign panel extensions?
Copy link to clipboard
Copied
/**
* Set the title of the extension window.
* This function works with modal and modeless extensions in all Adobe products, and panel extensions in Photoshop, InDesign, InCopy, Illustrator, Flash Pro and Dreamweaver.
*
* Since 6.1.0
*
* @Param title The window title.
*/
CSInterface.prototype.setWindowTitle = function(title)
{
window.__adobe_cep__.invokeSync("setWindowTitle", title);
};
Copy link to clipboard
Copied
Maybe documentation is wrong - and it isn't fully implemented in InDesign.
From the beginning - Photoshop's implementation of CEP / UXP plugins was way ahead of InDesign's.
Copy link to clipboard
Copied
It is said that InDesign CC 2017 version supported this, but later versions have had issues. I dont understand why this bug still hasnt been fixed after so many years of InDesign iterations.
Copy link to clipboard
Copied
You'll probably get more response on a more specialist forum like this one:
Copy link to clipboard
Copied
Thank you for your response. I believe this is likely an API interface issue, and I'm afraid this problem can only be resolved by Adobe officially.
Copy link to clipboard
Copied
Follow Peter's link.
Find the about page.
Think.
For your particular problem better also use Uservoice and the point product's (InDesign) developer prerelease program. Put more effort on the latter.
A good test case that illustrates the problem, added straight to the bug base, improves chances to get issues resolved.
Also prepare the move to UXP, even though it has its own issues it is at least undergoing active development.

