『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Join our global community of Adobe Exchange developers.
新着順
Just saw that the old Add-ons site is migrating to a new extensions site. I haven't done many extensions due to the fact that it has been difficult for people to upload them at times, and packaging has been an issue for me. I don't do enough to warrant getting a paid certificate. Will the new site be easier to upload? Can you still use the Adobe packager for this? Can you post paid extensions using a self cert rather than a paid one?
Hello I've met a problem what my extention was rejected by adobe with error -509 EXMAN_FAILED_UPDATE_DATABASEDoes somebody know what it a reason of this error and how to win it?
Hello all, Been a very long time Adobe user, but now dabbing into script writing to create some tools within the ESTK 4.0 (screenshot below). I'm having some difficulties with the application. Most times, as I'm editing code, the tool kit will stall a bit. It can take around 5 seconds or longer. I tried thumbing through the preferences to see if there's any features I can disable to help with this. Any ideas or suggestions would be much appreciated. Thanks!
Hey all,im trying to develop (or rather update) a plugin for adobe dreamweaver cc2015.1 based on node.jsIts based on another (working) plugin, however I keep running into an error with error code -410!. I checked the list with errors, but this wasn't on there and I can't seem to find the source of this error, but it keeps showing up. Anybody got any idea on how to prevent or solve this?edit: the message shows up after i packaged the plugin into the .zxp archive and try to install it in dreamweaver.Moved from Adobe Creative Cloud to Extension/AddOns development.[Moderator]
Just purchased the ENTIRE photo overlay store and although showing on my exchange it doesnt download anything or actually do anything. Anyone have any idea what Im doing wrong? I have allowed access through my firewall and security on the imac for the CC desktop app.
If you're creating extensions, panels, or add-ons to list on the Adobe Exchange, be sure to check out this Adobe Tech Blog article: https://medium.com/adobetech/classic-extensibility-update-cep-9-4-and-exmancmd-7-8-are-out-now-plus-estk-news-85db28a891b3?source=friends_link&sk=46191095547bc336266a230e03c770d2 There are no major updates to this version of CEP, it's mostly updates for the MAX releases of Creative Cloud products, Catalina compatibility, and bug fixes.
Windows updated to latest version. Installed creative cloud app and just get the same p205 error, no matter what network I am on or anything. Any clue??? I [Removed unnecessary URL link by Moderator] very thankful
Hello. Does anybody know how to add comp markers (at a specific time) to a composition in After Effect with ExtendScript?
How can I resize my panel from the JS script of my extension - at button click time for example?Thanks.
I'm trying to use Configurator 4.0 to make a custom Photoshop panel. I have it laid out (see attached) but I'm stuck on how (or if) I can populate the blank text boxes with their respective property values for the active document. Is there some kind of placeholder string I can use? Or will they need to be set using a script in the On Panel Intialization box? Any advice would be greatly appreciated! Even better: Can you recommend a good site where I could post this as a project and pay someone to finish it?
Hey there, I'm working on a production on Adobe Animate, my goal is to create extensions for the artists. I first started by looking at something called 'Extension builder' which, I think, is some sort of plugin for the application 'Flash Builder'.A lot of web page documentation are currently not working for this 'Extension Buider' : https://www.adobe.com/devnet/creativesuite/cs-extension-builder.html I still downloaded it here : https://labs.adobe.com/downloads/extensionbuilder3.htmlInside Flash Builder in the 'Help' > 'Install new softwares' > I tried to add this 'extension builder' but went onto a bug. So I never had extension builder working.After that I went on this link : https://github.com/Adobe-CEP/Getting-Started-guides#6-launch-your-extension-in-the-host-app to try to create an extension from scratch.After launching the application 'Adobe Animate' the new panel I created is empty.Thanks in advance.
Since last months the adobe exchange site is not working properly, it is flickering and not allow me to browse new add ons, and today even doesn't show anything as you can see in the picture attached, so what is going on?
... probably because the board is unlisted and discoverability of unlisted boards isn't great... and because all previous Exchange posts were tossed into the Get Started board with a simple "Exchange" label...
We are creating a CEP panel extension for after effect.While creating the listing on the adobe exchange program, in the section Notes & EULA it is written thisProvide EULA for Non-ZXP upload or to override EULA in ZXP upload. My question is own can i include the EULA in the ZXP upload ?Does is have to be at a specific location ?What name should i use for the file ?What file type is supported ? ThanksMat
[This was originally posted in another private forum here. Moved to this forum for more open discussion and link-ability.] TL;DR The ExtendScript Debugger has some serious problems that stem from its current implementation. In summation, the debugger does not work like other debuggers in VSCode (e.g. NodeJS) [or any other mainline IDE debugger (that I'm aware of)], which is the default expectation for any user. Specifically this means: The debugging session appears to stop immediately after being run. Compound Launch Configurations cannot be used. VSCode Breakpoints do not work unless very specific, non-obvious configuration settings are in place. VSCode Breakpoints might mysteriously fail to work, even with the non-obvious configuration settings in place. All of the above issues are related to the current way that the ExtendScript Debugger extension handles a "Debug Session". Addressing these issues will very likely mean changing how this is performed. For more
I'm looking for an alternative to Silicon Publishing's Connector for linking InDesign and CC with our existing DAM. Has anyone come across alternatives?
Recently I have created a Photoshop Panel for Photoshop CC 2018 specifically to control variables in a PSD template. The panel has around 20 buttons that control visibility of certain layers/groups in the .psd file and was created using the CEP HTML Extension Cookbook. I have this part of the panel working flawlessly.I have encountered a problem I cannot seem to get past at the moment however. I would like to create a text input field in the panel that when the user submits text, it will update the text layer within the .psd. I have not been able to figure out this step. I feel like their has to be a way to create a variable on the user's click that can then be read by the ExtendScript file to update the text in the .psd.I believe this can be done because in the Cookbook it says the following:----------Access HTML DOM from extend scriptThere is no way to access HTML extension's JavaScript DOM directly from Application's ExtendScript. If you need to access it, CEP event based communicat
Hi,I am testing my new extension.Once everything was working i packed it as follows:ZXPSignCmd -selfSignedCert <country> <city> <company> <commonName> 123456 selfDB.p12ZXPSignCmd -sign <patghtoPanel> <zxpFile>.zxp selfDB.p12 123456ZXP file was created but when i tried to install it i got this:I tried to install another zxp from adobe exchange for photoshop and there where no problems.My extension is for photoshop.what can be the cause for this?Why dose it now 'know' my extension is for PS? Where can i specify this?Can there be anything missing in my manifest.xml? after all the panel is functioning as is should before packing.it has this entry in it: <HostList> <Host Name="PHXS" Version="[14.0,99.9]"/> </HostList>one more thingHow do you use the verify option for ZXPSigncmd?I tried:ZXPSignCmd -verify myzxp.zxp | <path to extension root>That does
Hey All.I have had this issue before, and I think it was fixed, but in fairness I did not pursue the problem.My issue is I have a script that draws a window using ScriptUI, with the window type of Palette.In ESTK it works fine, but using the same code in VSCode, my window doesn't show up.Changing a dialog type works OK.I need a palette type as the window needs to be non modal.Here is a video hopefully showing the issue.Interestingly, with the script in debug mode, and putting a breakpoint in, I can issue the command to show the window, and it DOES show, but as soon as the script exits, so does the window.I know it must be a simple thing i need to change, but cannot find any solutions anywhere else.Here is a link to the videoVSCode Extendscript Issue - YouTube Many ThanksRoyston
Hi,I recently started creating CEP extensions and a client said that one of my extensions doesn't work in Photoshop CC 2017.He said the panel is simply blank / empty after opening.I develop on PS 2019 and everything is working fine for me. I'm quite sure that I didn't include any newer photoshop functions, so it should also work with lower versions.Here's the manifest.xml:<?xml version="1.0" encoding="UTF-8" standalone="no"?><ExtensionManifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ExtensionBundleId="shadowify" ExtensionBundleName="Shadowify" ExtensionBundleVersion="1.0.0" Version="6.0"> <ExtensionList> <Extension Id="shadowify" Version="1.0.0"/> </ExtensionList> <ExecutionEnvironment> <HostList> <Host Name="PHXS" Version="16.0" /> <Host Name="PHSP" Version="16.0" /> </HostList> <LocaleList> <Locale Cod
Hi,Any idea what can be wrong here?I packed my panel and it installs as it should on a PC using ExtensionManager_win.The same install manager on a mac gives me this:Am i missing something, perhaps in my manifest file?I tried to unzip it under: Mac: ~/Library/Application Support/Adobe/CEP/extensionsBut when i try to run it i got a message that it was not properly signed.The same zxp file was installed and reported no suck errors on Win10.when i set :defaults write com.adobe.CSXS.8 PlayerDebugMode 1I can opens and run as it shouldI attached the relevant parts from it:<?xml version="1.0" encoding="UTF-8" standalone="no"?><ExtensionManifest ExtensionBundleId="com.myextention" ExtensionBundleName="myextention" ExtensionBundleVersion="0.0.3" Version="7.0"> <Author>Dan Lieberman</Author> <Contact mailto="info@xx.yyy"/> <Abstract href="http://www.addrtoweb"></Abstract> <ExtensionList> <Extension Id="co
Hi,I now how to pack may extension and now i want to add a few Photoshop styles to be installed with my extension.I saved my styles as an .asl file.How can i add them into the zxp package and make sure they will be installed with it to the correct location both in mac and PC?Thanks,
I am attempting to print a file from my panel before closing it.Here is the print script:function Print () {if(app.documents.length > 0){var opts = new PrintOptions();opts.printerName = 'Art Laserjet';opts.printPreset = '[Default]'app.activeDocument.print(opts); }}This works fine when I run from the ExtendScript Debugger in VSCode. When I attempt to run this from my panel, I get an error alert from Illustrator, "Can't Print the illustration. The Color Management settings are inconsistent."I've attempted to add PrinterColorMangementOptions to the PrintOptions var, but they didn't seem to make a difference. Maybe I just did it wrong? Anyone have any experience with this? I can provide more code if needed.EDIT my console is feeding me: "Error: an Illustrator error occurred: 300 ('')" . Hopefully this helps get me an answer
Hi,I intend to publish my first 2 panels for PS on The Developer Portal.I want to offer free versions and paid ones.I guess for this I need to upload 2 different version of the panels, correct? That means 4 versions so far (2 panels)If, e.g. I offer each panel for $10, and I want to offer 2 panels together for $15, is that possible or will that cause too many duplication since in this case i would have to upload:2 free version, 2 payed version1 payed version for 2 panels together.What I want to know is whether this is acceptable since I am uploading the same panels only packed differently and priced differently.Thanks,
I converted my code to jsxbin adn part of it is the main.js which is referenced from my index.html.I'm asking this since i get errors such as:Uncaught SyntaxError: Invalid or unexpected token whne i try to run my panel.Can i include it: <script src="./js/export/main.jsxbin"></scripr> <script src="./js/export/main.jsxbin"></script>I'm asking this sineceI am asking since i get fdf fdfdfdf
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.