『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hello,I try to install a Muse widget but it always shows error code -6xxWhen I purchased the item, I changed the email address to my private one, because I wanted to pay with my private PayPal account.Has this caused the error? It shows up in my company's Adobe account but can't be installed. Can you please help here?Thank you.BestJohannes
Hello, I have the add-on extension keyrame caddy and it's not aapearing in my extension drop down. I removed the downloaded and attempted to add it back however i get this message below:Installation failed, could not validate license onlineMay I get some assistance with this thank you Installation failed, could not validate license online
Hello,I have some extensions designed in illustrator indesign 2017. Now we have moved to illustrator 2018. Whats the issue is that in 2017 version the extensions are re-sizable and unable to resize in 2018 version. could some one please some one help me with this?
HI All,I developed a HTML5 extension with target applications Illustrator and InDesign.but I see a behavioural difference b/w InDesign and Illustrator when I opened, closed and reopened the extension.In InDesign panel gets reloaded each time when we reopened it, whereas in Illustrator panel does not gets reloaded.It seems Illustrator persistent by default.Can anyone tell me what changes I need to made to so that Illustrator reload panel after closed or hidden and get same behaviour in Illustrator as that of InDesign.Regards,Alam
So I am trying to make an overlay for streaming, and wanted to combine two squares. One is overlapping the other, while the one underneath connects smoothly to it WITHOUT changing the inner stroke.As you can see, I want that little box to be attached to the bigger one it's overlapping while maintaining its inner stroke. I've tried so much, but failed. Please help me.
I can't find the server behavior and databinding in dreamweaver CC 2018.Please help!!!!!!
Cross-posting to raise awareness of the issue. See the full description at GitHub Issue #154.The short of it is that in CEP8 (at least), dropdown menus (via the <select> element) positioned near the bottom of a panel window will have the dropdown menu contents cut off, rather than either:appear over the edge of the window, orappear as a drop-up.This fairly strongly breaks the usability of the element. [Tagging Bruce Bullis and Zac Lam.]
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
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.