• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

In InDesign CC 2018, cep extension is not getting displayed in windows menu option, after updating CEP version to 8.0 in manifest file.

New Here ,
Feb 26, 2019 Feb 26, 2019

Copy link to clipboard

Copied

Hello,

We are having a extension which is working fine in InDesign CC 2017, now we are trying to use the same with InDesing CC 2018 with supported CEP version 8.0. For that we have updated our manifest file entry as:

<ExecutionEnvironment>

        <HostList>

            <Host Name="IDSN" Version=["13.1", "13.9"]/>

        </HostList>

        <LocaleList>

            <Locale Code="All"/>

        </LocaleList>

        <RequiredRuntimeList>

            <RequiredRuntime Name="CSXS" Version="8.0"/>

        </RequiredRuntimeList>

    </ExecutionEnvironment>

But we are unable to see the extension in InDesign's option "Window > Extensions menu".

Also, If we will keep the CEP version to 7.0 then it seems to work.

TOPICS
SDK

Views

1.0K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 26, 2019 Feb 26, 2019

Copy link to clipboard

Copied

Moving to InDesign SDK forum

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jul 23, 2019 Jul 23, 2019

Copy link to clipboard

Copied

Can you post your whole manifest file? There is another ExtensionManifest@Version attribute that needs to match the RequiredRuntime version.

See this example:

https://github.com/Adobe-CEP/CEP-Resources/blob/master/CEP_8.x/Samples/CEP_HTML_Test_Extension-8.0/C...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 27, 2019 Jul 27, 2019

Copy link to clipboard

Copied

Seems you have posted the same issue in two forums, the other one being In InDesign CC 2018, cep extension is not getting displayed in windows menu option, after updating C...

As i mentioned in the previous ticket this is know bug, see the link i mentioned previously as well

https://www.davidebarranca.com/2017/10/html-panel-tips-25-cc-2018-survival-guide/

Look at the Bugs section, quoting the text relevant to your issue

  • Version="8.0" in the <ExtensionManifest> and <RequiredRuntime> tags in manifest.xml (to match CEP version) makes the Panel disappear from the Extensions list.

-Manan

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 04, 2021 Jun 04, 2021

Copy link to clipboard

Copied

LATEST

Try changing  <Host Name="IDSN" Version=["13.1", "13.9"]/> based on the your indesign version. will work.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines