Join our global community of Adobe Exchange developers.
Recently active
Hi,it would be convenient to collect in a single thread all the issues developers run into with CEP 8 – please read the latest documentation CEP-Resources/CEP 8.0 HTML Extension Cookbook.md at master · Adobe-CEP/CEP-Resources · GitHub and contribute here with your findings. Please prefix with the CC app code you're testing against, eg. [PS], [ID], [IL], etc.[PS] Google Chrome 62.0.3202.62 (macOS Sierra 10.12.6) can't connect the debug session. The page correctly loads, showing the usual textual link with the panel title, but clicking the link leads to a blank page. The Console shows:inspector.js:601 Uncaught Error: No setting registered: showAdvancedHeapSnapshotProperties at Common.Settings.moduleSetting (inspector.js:601) at Object.Common.moduleSetting (inspector.js:698) at Common.VersionController._updateVersionFrom3To4 (inspector.js:646) at Common.VersionController.updateVersion (inspector.js:640) &nb
Bonjour,je cherche à créer des extensions pour Animate, et me réfère à la doc: Création d’extensions HTML à l’aide d’Animate CCqui indique, une fois eclipse et extension builder 3 installés de créer un nouveau projet d'esxtension et de choisir: Dans le panneau Nouveau projet d’extension d’application Adobe, sélectionnez Adobe Animate.Mais le choix Animate n'apparait pas, mais flash oui. J'ai essayé en choisissant flash, mais lors de l'execution via Eclipse, une erreur est retournée disant que Flash n'est pas trouvé. Normal car seul Animate est installé sur ma machine (Macbook).Voyant que les docs semblent être un mix entre nouvelles docs et anciennes, quelle est la véritable procédure pour créer des extensions pour la suite cc 2017?[Moved from Adobe Animate exchange extensions to Extensions / Add-ons Development]
I'm almost through writing my photoshop panel and started thinking on how can I make sure my panel is secure and can't be stolen without payment.To solve the latter part I am doing authentication and plan to use photoshop storage to store some secure fields. This is probably not the ultimate solution, but should scare off some of the impromptu-hackers.The main problem I have now is that panel is still distributed as plain files with code and html. So technically anybody could modify them, read, learn about my secure variables and then make a "fix" to avoid authentication.How can I ensure that my code is safe and users can't read it?I can't distribute via Marketplace because most of my audience is on Photographer Plan that doesn't give access to Marketplace.
Hello,This is Swati. I am working on developing Adobe extension as well as Extension Installer for Adobe products using command line tools.In its documentation, Adobe describes using various commands including install command. I am able to install the extension just fine, but right before installation, I want to display the details of the extension (like description, author, contact, legal and signing information) from the manifest to the user and then give option to install it, just as it used to display in Adobe Extension Manager. Also, display same information when the extension is clicked from the list of already installed extensions.Any idea as to how to extract that information from extension manifest?Any help is appreciated.Swati.
I couldn't find any meaningful documentation on manifest.xml structure.Can anybody point me where to look exactly?I am particularly interested in <Lifecycle> tag and any additional options there I could use.When user enables my panel via Window -> Extensions, it shows up by default as collapsed into icon. I would like to show up inlined somewhere by default.Is it possible?
How do you increase size of display ie File, Edit, Pallet type etc, while remaining on a high screen resolution?
I reviewed a previous discussion about how to do a row by row transfer of data. I know how to do that. What I need to do is transfer several rows of data from excel into a fillable pdf file.
Adobe Extension Manager CS6 kann Add on "PaintMeComics_1_0_3.zxp" nicht installieren obwohl das laut Beschreibung der korrekte Manager für dieses Add on ist.Kann im AEManager den Button "installieren" nicht klicken, kann das Add on auch nicht aus dem download Ordner öffnen... es kommt immer die Meldung "stellen Sie sicher, dass die Datei manifest.xml für diese Erweiterung gültig ist und der Ext.Manag. mindestens eine von der Erweiterung unterstütztes Produkt (?) erkennt. Die Erweiterung wird nicht installiert. Und da steig ich aus... kann mit dem Satz als normaler User (nicht Softwareprogrammierer) NICHTS anfangen. Habe nach file manifest.xml gesucht, nix da.Habe 3 Stunden verschi**en und versucht alles zu verstehen, habe alle Programme neugestartet, den alten Manager CC entfernt, deinstalliert, etc..... nix funkt.Bitte dringend um Hilfe, danke!JoeyPS: wenn ich versuche das Add on aus der Creative Cloud zu öffnen öffnet ein Browserfenster mit der Meldung "Das gewünschte Produkt kann ni
Bonjour,je voudrais avec mon adobe Photoshop CC lire des images PCD (Kodak)existe t il un module pour cela ?
Hi,I have a textarea in my panel and the spellcheck is turned on (I see the red curly underlining). Is that the chrome spellcheck? Is there a way to turn it off ?Thanks Stefan
HiCan service workers be used in HTML extension panel? I want to do some background fetches from the panel. services workers seems to be an ideal choice. Wondering if it is supported and if anyone used it successfully?ThanksAnand
Hello to each and everyone, I’m quite new to Extension Development, but I’ve been working on web project for the last year. There is a really weird problem that I can’t figure out to fix. I found a “Example Extension” online for Premiere Pro which is supposed to show me some infos about the current session/sequence, but it is not working. I figured out how to debug and it shows that the app property is not existing. Does anyone know the reason why ? I tested a bit and I’m not able to get the sequencename, since I’m also using app.
Hello, I have a huge problem with packaging extension, I do follow steps:1. I generated .p12 key using command line: ZXPSignCmd -selfSignedCert <countryCode> <stateOrProvince> <organization> <commonName> <password> <outputPath.p12>2. I packed using command line: ZXPSignCmd -sign <inputDirectory> <outputZxp> <p12> <p12Password> -tsa <timestampURL>And it packed successful.The problem is, when I use the zxp installer or Anastasiy's Extension Manager it shows me that extension doesn't contain a valid code signature.I also used the Package Tool by Ten A, but I it shows me error code=3.Everything I did as before, the only change in my extensions is range of Illustrator versions in manifest.xml.Can somebody help me?
[Apologies for cross-posting. I only just became aware that this forum even existed.]For those interested in a more modern approach to Add-On development, take a look at this post which points to this CEP Sample. In short, it provides an example environment where the Premiere Pro sample "PProPanel" was adapted to benefit from a TypeScript-enabled environment (for both the Panel [HTML] and Application [ExtendScript] contexts).Further, other Adobe application-specific TypeScript Declaration Files have been created by pqiorpa and can be found here.One major benefit of working in a TypeScript-enabled environment is that you can use modern IDEs and still gain the benefit of Intellisense/Autocomplete features, whether you're writing pure ExtendScript or TypeScript that you will transpile into ExtendScript!Happy coding!
Hello everyone!I am Koen Schmeets and am making extensions for Adobe After Effects.Over the last year I have been making tools that I use to bundle and package CEP and ExtendScript / ScriptUI extensions.I finally had some time to create some starter (example) projects for them and publish it all online over here.What is good about it:- It uses TypeScript which has very good support to "transpile" your code all the way back to (the very old) ES3 JavaScript runtime. This allows you to write very modern JavaScript and have it run without problems in the ExtendScript runtime, it also allows you to add types to your code and get autocompletion when using VSCode (make sure to install / configure the right typings though) the extendscript-starter comes with AE typings by default.- It has live reload capabilities for CEP and ScriptUI / ExtendScript code, for the CEP panel it even has "hot module reloading" so it only updates the files that changed, the cep-starter comes with React / Redux and
When disabling PlayerDebugMode, my CEP extension takes pretty long to load. This is annoying in particular, since it contains a dialog that is opened frequently during usage and also each time takes that much time to start.This forum post suggests to fix it by making the panel persistent:Re: Slow HTML UI Panel startup when not in PlayerDebugMode However, my panel is not for Photoshop, but for After Effects.So1) is there any way to make panels persistent in Ae2) what else can I do to make the start as fast as possible?
Hi, I am struggling with this strange behaviour of my CEP panel in InDesign CC2017I am usingwindow.cep.fs.showOpenDialogto have the user select a folder.Everything is fine, exept that the panel is disappearing until the user is activation the InDesign application.Then the panel shows again.It is probably a know bug ..?Thanks Stefan
Dear Friends, I want to Add Number of Combobox in The Dialog(ZXP Extension in Illustrator CC 2017) Corresponding to the Number of Layers in the Current Document. Is it possible to Resize the dialog and add Number of Combobox at Runtime. If possible please give your suggestion.Thank You Friends,Nathan.
Running latest CC (everything) on Win10. Add-ons page shows various purchases, and the Install / Remove button works, but CC Desktop app shows no activity. (It does show when fonts are added, apps installed, etc.). Sync is on, not paused, and I've rebooted many times, uninstalled old Extension Manager, etc. Maybe I need to run another CLEANER tool to remove dregs of Ext.Mgr? I ran a LogCollector, but the page doesn't say where to send it (some obscure text about "attached to an email" but no email is found, and WEIRDLY no email address is just, you know, like, printed on the webpage). I've spent a couple of hours on this, so it's getting very expensive for me.Thanks in advance,Allen
Hello all,I recently tried to install a few Photoshop CC 2017 add-ons for the first time and of course some did nothing or failed to install, but the few that did install and work properly displayed a "You installed the Add-on "Filename"" notification instead of the "The Add-on failed to install" message in the CC app. The notification showed the filename as a link, so I click the link and was sent to a webpage with the following message for EVERY add-on that successfully installed: The product you requested cannot be found. Either this product does not exist or this account does not have access.Which leaves me with a few questions:Is this a normal thing?If I don't have access to the page why would Adobe include a link to it after installing?Is it just how the free add-ons function? i.e. Despite including a link ONLY purchased add-on links will take you to a product info page?If this is just a bug, can anyone tell me how/where to report it?Are add-ons still a thing or have I come late
The extension for PluralEyes worked fine in PP2017, but is no longer showing up after updating to PP2018. Tried re-installing, but still not working.
Hi,I am developing HTML5 extension for Adobe InDesign, InCopy and Photoshop and I want to target highest version of these products. I read in documentation that when I mention only lowest version in manifest.xml, it automatically becomes compatible to highest version. For example, currently the highest version of InDesign is 13.0.1 and if my manifest says: <HostList> <Host Name="IDSN" Version="[8.0]" /> ... </HostList>it means lowest supported version is 8.0 and highest is whatever highest version is out for InDesign. Is my understanding correct?But, when I try to install this extension in InDesign 13.0.1 using Adobe's command line tools, I get error code -411, which according to the link: Find solutions for Extension Manager error codes is error due to extensio
How do I get rid of add-ons and extensions that are killing my 2018 updates on Premiere and Photoshop. It seems that they are ;locked into my programs. I had support remove them but they came back. They are WorkFlowMax and TimeTracker. I tried calling WorkFlowMax and there reply was to talk to Adobe.I need help, this is killing me.Removing Plugins
Hi,I'm trying subtitles on Active Sequence.I think that subtitles are caption or textgraphic, but I do not know the additional method.Could anyone tell me if you know.My development environment is Premiere Pro 2018 panel in CEP.thanks
Hi,I'm trying to build a photoshop HTML extension. I would like to have the extension update the current ruler units whenever the user changes the ruler units in the application.How would I go about listening to that event?Any insight into this would help.thanks
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.