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

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

Community Beginner ,
Feb 15, 2022 Feb 15, 2022

Copy link to clipboard

Copied

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>

TOPICS
Actions and scripting , SDK , Windows

Views

125

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
LEGEND ,
Feb 16, 2022 Feb 16, 2022

Copy link to clipboard

Copied

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. 

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 Beginner ,
Feb 16, 2022 Feb 16, 2022

Copy link to clipboard

Copied

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?

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 Beginner ,
Feb 16, 2022 Feb 16, 2022

Copy link to clipboard

Copied

my extension work in cc version cc 2018 ,19,20,21,22 but when i open cs 6 verision my extension now showing window extensoion manu.  

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
Advocate ,
Feb 16, 2022 Feb 16, 2022

Copy link to clipboard

Copied

LATEST

Your panel cannot work on photoshop cs6 until photoshop cc For these 2 versions of photoshop you have to recreate the panels using the adobe configuration 4 program.

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