question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PProPanel sample - Unable to load

See original GitHub issue

Hi

I am a beginner. I am just starting to learn how to write extensions/panels. I am using PPRO v12.0. I copied the PProPanel sample to ~//Library/Application Support/Adobe/CEP/extensions directory. Changed the manifest.xml files

<ExecutionEnvironment>
		<HostList>
			<Host Name="PPRO" Version="12.0" />
		</HostList>
		<LocaleList>
			<Locale Code="All" />
		</LocaleList>
		<RequiredRuntimeList>
			<RequiredRuntime Name="CSXS" Version="8.0" />
		</RequiredRuntimeList>
	</ExecutionEnvironment>

When I open Primiere Pro, I don’t see the panel in Windows -> Extensions menu.

Am I missing something here? How do I get the panel to show up?

Thanks Anand

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
undavidecommented, Oct 23, 2017

FYI, Version=“8.0” in <RequiredRuntime> and <ExtensionManifest> (same version, as we’ve always done, matching CEP version) makes the panel disappear from the Extensions list in Photoshop

0reactions
nanandncommented, Oct 25, 2017

@bbb999 Thanks. I should have looked at the example more closely 😃 I was able to get the refresh working. Will look at the other examples.

Anand

Read more comments on GitHub >

github_iconTop Results From Across the Web

I'm unable to open PProPanel in Premiere Pro (with Mac Sierra)
I'm unable to open PProPanel in Premiere Pro CC 2015 & 2017 with Mac Sierra I can see the extension. []https://postimg.org/image/86und3u0x/ ...
Read more >
Solved: Can CEP PPro Panel Listen for Events Such as onSou...
But I am unable to get the JavaScript layer to listen for 'onSourceClipSelectedInProjectPanel', and the sample panel on GitHub only demonstrates ...
Read more >
PProPanel JSX - Basic guide to get started? - Stack Overflow
I'm an experienced developer with good JS background, I just want know what I need, some simple examples of basic usage to get...
Read more >
Adobe Community : Popular Discussions - Premiere Pro SDK
Premiere Pro is able to load the plugin. ... The library could not be loaded. ... I'm trying to get the basic PPRO...
Read more >
Adobe Premiere CPanel API example - AutoHotkey Community
Code: Select all - Expand View - Download - Toggle Line numbers ... Files (x86)\Common Files\Adobe\CEP\extensions\test\PProPanel.jsx.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found