Copy link to clipboard
Copied
Hi, I am not able to set tile of the panel in Indesign. It is working in Illustrator.
Have a look at the CEP HTML Test sample. There it says:
"Set and Get the title of the extension window.
These functions work with modal and modeless extensions in all Adobe products, and panel extensions in Photoshop, InDesign, InCopy, Illustrator, Flash Pro and Dreamweaver. If user uses this function under other point products, the title can be get and set but it may not be changed on the screen."
Thanks Stefan
Copy link to clipboard
Copied
Hi, you are talking CEP which is another forum:
Extensions / Add-ons Development
I have tried myself in a sample extension for InDesign and cannot get it to work either:
var csInterface = new CSInterface();
csInterface.setWindowTitle("MeinTitel");
If you have a solution, let me know. Thanks Stefan
Copy link to clipboard
Copied
Have a look at the CEP HTML Test sample. There it says:
"Set and Get the title of the extension window.
These functions work with modal and modeless extensions in all Adobe products, and panel extensions in Photoshop, InDesign, InCopy, Illustrator, Flash Pro and Dreamweaver. If user uses this function under other point products, the title can be get and set but it may not be changed on the screen."
Thanks Stefan
Copy link to clipboard
Copied
Only for modeless and modal dialogs the title changes visibly. Thanks Stefan
Copy link to clipboard
Copied
It works for Panel as well as written in CSInterface.js file. And I have tested its working for the panel in Illustrator and also changed on screen but not in Indesign. If we are setting the title then it should be changed on the screen as well. I think it is a bug in CEP. If anyone can forward this bug to correct developing team maybe it get fixed in next release.
Copy link to clipboard
Copied
Hi together,
maybe that thread should be moved to that forum:
Extensions / Add-ons Development
Regards,
Uwe
Copy link to clipboard
Copied
Moved!
@Uwe you should be able to move the posts.
charur94718007 From my experience InDesign has more of extensions issues than any of the other apps. This is one of them.
I'll try log a bug report sometime in the not to distant future.
Copy link to clipboard
Copied
Trevorׅ wrote
Moved!
@Uwe you should be able to move the posts.
…
Hi Trevor,
I thought so. But unfortunately I do not see any of the options in ACTIONS but "Report abuse". Perhaps I'm logged in with the wrong Adobe ID?
( Have to mail the right person at Adobe about this… )
Regards,
Uwe
Copy link to clipboard
Copied
Hello Is there any update on this issue?
This still does not work in Indeisgn panel, but it works for Illustrator panel.