Join our global community of Adobe Exchange developers.
Recently active
I am currently delving into CEP and Panel creation. I have a button that runs the function below. The event essentially creates a document and names the document to the name stored in the variable in "docName". The code below works:function creteDoc() { var docName = "MyDocument" exec = 'documents.add(500, 500, 72, "' + docName +'")'; csInterface.evalScript(exec);}However, I the code doesn't run when I change this line:exec = 'documents.add(500, 500, 72, "' + docName +'")';TOexec = "documents.add(500, 500, 72, " + docName + ")";Why I am asking is because I want to use the button name (this.name) which is "500" to change the size of the document essentially ending up with: exec = "documents.add(" + this.name + "," + this.name + ", 72, " + docName + ")";Writing the code above will not run, unless the docName is a number.exec = "documents.add(" + this.name + "," + this.name + ", 72, " + this.name + ")"; <- works Any insight or help will be appreciated! Thank you!
Hit there, does anybody knows the actual url for the timestamp server accepted by ZXPSignCmd for pakaging CEP extensions for Adobe CC? Regards.
Hello. Is it possible in ExtendScript to determine if the script is running by Premiere or AfterEffects?I mean something like:if (app.name == "Premiere") { ... do something in Premiere ... } else if (app.name == "AfterEffects") { ... do something in AE ... }
Hi, I'm doing some tests rendering WebGL stuff inside Illustrator. It works, but everything in the canvas is scaled at 1.25, i.e. everything seems 25% larger. I'm attaching an image that shows the same thing being rendered in Chrome (background) and in Adobe CEP (foreground). Any idea on what's going on? Thanks in advance,Alex
With the release of yesterdays updates, I checked for the CEP version used inside the newest version of all common CC apps. Unfortunatelly, I could not find any differences compaired to the 2019 revision of the apps. CEP 9.0 is still in use. I was hoping for new Cloud-related scripting features (like importing CC Library elements) with this lastest release but I also couldn't find any changes inside the Object Model of InDesign & Illustrator 2020. Are there any scripting-updates planned in the near future? As a feedback to the Adobe Team: Please make your changelogs more developer-friendly. As an end-user you get well curated documentations of all changes made with an update but from a developers point of view it is very difficult to notice any scripting-related changes.
I am a software developer in Korea. In order to develop a program using the Adobe SDK, after reading the documents provided by Adobe Website, I have a question.1. If I develop Adobe Support Program using Adobe SDK and use it commercially, will I have to pay for it? 2. Can the Adobe SDK apply to all Adobe programs? 3. Is Adobe SDK a development tool to help you access the script service provided by Adobe from an external program? 3-1. If the Script service in the above question is available in an external program, is there any restriction on the external program develop language (e.g., can only be developed with C++, or whether C# and Electron are supported?) 4. Is there any cost or legal problem when developing a program that can control Adobe Program by communicating with Script service without using Adobe SDK? 4-1. If there are no costs or legal issues with the above questions, can I get some advice on how to control scripts using the Program Protocol an
Hi all! Recently we updated this helpX page on troubleshooting installations (and uninstallations): https://helpx.adobe.com/creative-cloud/kb/troubleshoot-common-addon-installation-issues.html We also made it into a blog article you can read here: https://medium.com/adobetech/troubleshoot-issues-installing-extensions-and-add-ons-for-creative-cloud-apps-9d396f383f09?source=friends_link&sk=0421aaab7a207020f50bf6fb751b1e98
Hi All, I tried to install an extension in Mac OS Mojave v10.14.6. I'm getting error Abort trap 6 in terminal using Sudo command.I also tried ExManCmd versions 7.3.4.597 and the latest 7.8.0.15. (Both are getting an error) Please advise.Thanks.
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
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.