Skip to main content
zia5E08
Known Participant
February 16, 2022
Question

my photoshop extension not show in css verion only showing in photoshop cc lates verion

  • February 16, 2022
  • 1 reply
  • 341 views

my photoshop extension not show in css verion only showing in photoshop cc lates verion how to access to css version . please solve my problum

 

<?xml version="1.0" encoding="UTF-8"?>
<ExtensionManifest Version="4.0" ExtensionBundleId="chohan" ExtensionBundleVersion="1.0.0"
ExtensionBundleName="Chohan" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ExtensionList>
<Extension Id="chohan" Version="1.0" />
</ExtensionList>
<ExecutionEnvironment>
<HostList>
<!-- Uncomment Host tags according to the apps you want your panel to support -->
<!-- Photoshop -->
<Host Name="PHXS" Version="[14.0,2200.0]" />
<Host Name="PHSP" Version="[14.0,2200.0]" />
<!-- Illustrator -->
<!-- <Host Name="ILST" Version="[17.0,2100.0]" /> -->
<!-- InDesign -->
<!-- <Host Name="IDSN" Version="[9.1,2100.0]" /> -->
<!-- Premiere -->
<!-- <Host Name="PPRO" Version="[7.0,2100.0]" /> -->
<!-- AfterEffects -->
<!-- <Host Name="AEFT" Version="[13.0,2100.0]" /> -->
<!-- PRELUDE -->
<!-- <Host Name="PRLD" Version="[2.0,2100.0]" /> -->
<!-- FLASH Pro -->
<!-- <Host Name="FLPR" Version="[13.1,2100.0]" /> -->

</HostList>
<LocaleList>
<Locale Code="All" />
</LocaleList>
<RequiredRuntimeList>
<RequiredRuntime Name="CSXS" Version="6.0" />
</RequiredRuntimeList>
</ExecutionEnvironment>
<DispatchInfoList>
<Extension Id="chohan">
<DispatchInfo >
<Resources>
<MainPath>./index.html</MainPath>
<ScriptPath>./jsx/script.jsx</ScriptPath>
</Resources>
<Lifecycle>
<AutoVisible></AutoVisible>
</Lifecycle>
<UI>
<Type>Panel</Type>
<!-- 6) -->
<Menu>My New Panel</Menu>
<Geometry>
<Size>
<!-- 7) -->
<Height>900</Height>
<Width>350</Width>
</Size>
</Geometry>
<Icons>
<Icon Type="Normal">./darkLogo.png</Icon>
<Icon Type="RollOver">./darkLogo.png</Icon>
<Icon Type="Disabled">./darkLogo.png</Icon>
<Icon Type="DarkNormal">./lightLogo.png</Icon>
<Icon Type="DarkRollOver">./lightLogo.png</Icon>
</Icons>
</UI>
</DispatchInfo>
</Extension>
</DispatchInfoList>
</ExtensionManifest>

This topic has been closed for replies.

1 reply

Legend
February 16, 2022

Please give the exact version that works, and the exact version that does not work. There are MANY CC versions, and I don't know what you mean by CSS. Actual numbers like 22.7 or 17.6. 

zia5E08
zia5E08Author
Known Participant
February 16, 2022

sory sir I wrote it by mistake  css.I want my panel to run on every version. I mean from CS6 to CC 2022 .. sir , is it posible?