Quantcast
Viewing all articles
Browse latest Browse all 53010

New custom panel doesn't appear in list of extensions

Hi All,

 

So, I'm setting up to build a custom panel for Premiere, and having some issues getting a basic "hello world" example to appear in the list of extensions under Window->Extensions.  I have PProPanel and Anywhere Example Panel working from the Adobe-CEP samples, just not my new panel.

 

Folder Structure is:

extensions/

    HelloWorld/

        CSXS/

            manifest.xml

        index.html

 

My index.html file is very simple:

<!doctype html><html>    <body>        <button id="btn">Click me</button>    </body></html>

 

And manifest.xml is also simple:

<?xml version="1.0" encoding="UTF-8"?><ExtensionManifest ExtensionBundleId="com.example.helloworld" ExtensionBundleName="Hello World" ExtensionBundleVersion="1.0" Version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">    <ExtensionList>        <Extension Id="com.example.helloworld.extension" Version="1.0"/>    </ExtensionList>    <ExecutionEnvironment>        <HostList>            <Host Name="PPRO" Version="[8.0,20.0]" />        </HostList>        <LocaleList>            <Locale Code="All" />        </LocaleList>        <RequiredRuntimeList>            <RequiredRuntime Name="CSXS" Version="5.0" />        </RequiredRuntimeList>    </ExecutionEnvironment>       <DispatchInfoList>        <Extension Id="com.example.helloworld">            <DispatchInfo>                <Resources>                    <MainPath>./index.html</MainPath>                </Resources>                <UI>                    <Type>Panel</Type>                    <Menu>Hello world</Menu>                    <Geometry>                        <Size>                            <Height>400</Height>                            <Width>400</Width>                        </Size>                    </Geometry>                </UI>            </DispatchInfo>        </Extension>    </DispatchInfoList></ExtensionManifest>

 

I'd expect to see "Hello world" appear in Window->Extensions, but instead I just see two example panels I cited above.

 

I'm using Premiere Pro CC 2015.4 on mac. Thanks in advance for your input!


Viewing all articles
Browse latest Browse all 53010

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>