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

panel is not working on all adobe illustrator versions

Explorer ,
Jun 26, 2021 Jun 26, 2021

Copy link to clipboard

Copied

My panel is showing on all adobe illustratore extensions tab but when i open the extension in some adobe versions is eather is a blank page or not functioning 

CC2021 -- blank page 

CC2020 -- working 

CC2019 -- working 

CC2018-- blank page 

CC2017-- not functioning 

 

Im using the last release of  CSInterface - v11.0.0 and i embad my  manifest  

does any one have any idea how i get the panel working on all versions or does ane one have a test panel that working on all adobe versions❤️

 

 

 

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ExtensionManifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ExtensionBundleId="com.my.test.panel" ExtensionBundleVersion="1.0" Version="6.0"> 
<ExtensionList>
    <Extension Id="com.my.test.panel" Version="1.0.0" />
  </ExtensionList>
  <ExecutionEnvironment>
           <HostList><Host Name="ILST" Version="[19.0,99.9]"/></HostList>

    <LocaleList>
      <Locale Code="All" />
    </LocaleList>
    <RequiredRuntimeList>
      <RequiredRuntime Name="CSXS" Version="6.0" />
    </RequiredRuntimeList>
  </ExecutionEnvironment>
  <DispatchInfoList>
    <Extension Id="com.my.test.panel">
      <DispatchInfo>
        <Resources>
          <MainPath>./client/index.html</MainPath>
          <ScriptPath>./host/index.jsx</ScriptPath>
          <CEFCommandLine />
        </Resources>
        <Lifecycle>
          <AutoVisible>true</AutoVisible>
        </Lifecycle>
        <UI>
          <Type>Panel</Type>
          <Menu>بانل</Menu>
          <Geometry>
            <Size>
              <Height>500</Height>
              <Width>350</Width>
            </Size>
          </Geometry>
            <Icons>
                        <Icon Type="Normal">./icons/black.png</Icon>
                        <Icon Type="RollOver">./icons/black.png</Icon>
                        <Icon Type="DarkNormal">./icons/white.png</Icon>
                        <Icon Type="DarkRollOver">./icons/white.png</Icon>
                    </Icons>
        </UI>
      </DispatchInfo>
    </Extension>
  </DispatchInfoList>
</ExtensionManifest>

 

 

TOPICS
Scripting

Views

591

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

correct answers 1 Correct answer

Community Expert , Jun 26, 2021 Jun 26, 2021

Hi,

Did you try to set player debug mode to 1 in CSXS 11?

Votes

Translate

Translate
Adobe
Explorer ,
Jun 26, 2021 Jun 26, 2021

Copy link to clipboard

Copied

thise is what i mean with blank page Screenshot (64).pngScreenshot (65).png

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 ,
Jun 26, 2021 Jun 26, 2021

Copy link to clipboard

Copied

salam abdullah, but how it comes with you the panel names in arabic???

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 26, 2021 Jun 26, 2021

Copy link to clipboard

Copied

ahleen manal ,I programmed  this panels and name them originally in arabic 

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 ,
Jun 26, 2021 Jun 26, 2021

Copy link to clipboard

Copied

any ways when you have no docments are open, some panels will appear blank... 

for example layers panel will be blank f you open it with no documents are open.

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 26, 2021 Jun 26, 2021

Copy link to clipboard

Copied

Unfortunately is not working , i think is not a user interface problem its Mostly a scripting probelm , but thank so much manal ❤️ shokran 

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 ,
Jun 26, 2021 Jun 26, 2021

Copy link to clipboard

Copied

Hi,

Did you try to set player debug mode to 1 in CSXS 11?

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
Explorer ,
Jun 26, 2021 Jun 26, 2021

Copy link to clipboard

Copied

LATEST

oh man you are a legend , thank you so much i did't know that i have to debug every CSXS realse 

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