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>
Hi,
Did you try to set player debug mode to 1 in CSXS 11?
Copy link to clipboard
Copied
thise is what i mean with blank page
Copy link to clipboard
Copied
salam abdullah, but how it comes with you the panel names in arabic???
Copy link to clipboard
Copied
ahleen manal ,I programmed this panels and name them originally in arabic
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.
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
Copy link to clipboard
Copied
Hi,
Did you try to set player debug mode to 1 in CSXS 11?
Copy link to clipboard
Copied
oh man you are a legend , thank you so much i did't know that i have to debug every CSXS realse