Skip to main content
Participating Frequently
July 15, 2021
Question

CEP does not work after Illustrator 25.3v

  • July 15, 2021
  • 1 reply
  • 251 views

 

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>

 

 

 

This topic has been closed for replies.

1 reply

Charu Rajput
Community Expert
Community Expert
July 15, 2021

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