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

CEP does not work after Illustrator 25.3v

Community Beginner ,
Jul 14, 2021 Jul 14, 2021

Copy link to clipboard

Copied

 

CEP does not work after Illustrator 25.3v

 

This is my Menifest.xml file

Please help me.

 

<?xml version='1.0' encoding='UTF-8'?>
<ExtensionManifest ExtensionBundleId="com.ai.test2" ExtensionBundleVersion="1.0.0" Version="9.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ExtensionList>
    <Extension Id="com.ai.test2.panel" Version="1.0.0" />
  </ExtensionList>
  <ExecutionEnvironment>
    <HostList>
            <Host Name="ILST" Version="[15.0,99.9]"/>
    </HostList>
    <LocaleList>
      <Locale Code="All" />
    </LocaleList>
    <RequiredRuntimeList>
      <RequiredRuntime Name="CSXS" Version="6.0" />
    </RequiredRuntimeList>
  </ExecutionEnvironment>
  <DispatchInfoList>
    <Extension Id="com.ai.test2.panel">
        <DispatchInfo Host="ILST">
            <Lifecycle>
                <AutoVisible>false</AutoVisible>
                   <StartOn>
                     <Event>documentAfterActivate</Event>
                    </StartOn>
                </Lifecycle>
                <UI>
                    <Type>Panel</Type>
                    <Menu>test2</Menu>
                </UI>
        </DispatchInfo>
      <DispatchInfo>
        <Resources>
          <MainPath>./html/index.html</MainPath>
           <CEFCommandLine>
            <Parameter>--enable-nodejs</Parameter>
            <Parameter>--mixed-context</Parameter>
          </CEFCommandLine>
        </Resources>
        <Lifecycle>
      <AutoVisible>false</AutoVisible>
          <StartOn>
            <Event>applicationActivate</Event> 
          </StartOn>
        </Lifecycle>
        <UI>
          <Type>Panel</Type>
          <Menu>test2</Menu>
          <Geometry>
            <Size>
              <Height>30</Height>
              <Width>30</Width>
            </Size>
          </Geometry>
          <Icons />
        </UI>
      </DispatchInfo>

    </Extension>
  </DispatchInfoList>
</ExtensionManifest>

 

 

 

TOPICS
Bug , Scripting , SDK , Type

Views

124

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
Adobe
Community Expert ,
Jul 14, 2021 Jul 14, 2021

Copy link to clipboard

Copied

LATEST

Hi,

Could you please explain what is not working?

I mean is the panel is blank or something else? If panel is blank, then please try to set playerdebugmode property for CSXS.11.

 

Also I noticed the Version number in your manifest file is opposite. It should be like

<ExtensionManifest ExtensionBundleId="com.ai.test2" ExtensionBundleVersion="1.0.0" Version="6.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ExtensionList>

 

<RequiredRuntimeList>
      <RequiredRuntime Name="CSXS" Version="9.0" />
    </RequiredRuntimeList>

 

Let us know if that helps.

Best regards

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