Join our global community of Adobe Exchange developers.
Recently active
When I want to go to the plugin section of the stock and marketplace in CC Desktop it says I have no internet connetion. Although the internet connection is up. No problems with other apps using internet. Spoke to Adobe support and they say it's an issue on their site. Sometimes it works, sometimes it won't. Workaround is to go to the webversion of CC, but i like using the desktop version. Is there any Adbobe site where I can view the actual status of issues that are going on? Photoshop Beta; generative fill is not working because of connection problems. If there is such a site please let me know so I could check it once in a while. Kind regards. John
I am trying to make an extension for after effects and premiere pro, however I want to use react for frontend, how can I setup the project? How to link manifest and how to run csinferace from react side?
I'm trying to use the result of a call to the host application(After Effects), using CSInterface.evalScript, to modify the html:var result = 'No result';new CSInterface().evalScript('KT.getLayerNames("myComp")', function(res){ result = res; alert(res);})alert(result)The first alert throws the correct result, but the second keeps throwing 'No result'. I am confused, since normally this way of taking the results within a callback function works in javascript. I am missing something? Wich is the correct way to have the results available outside of the callback?
I'm new to topcoat and the markup used, and am trying to test the scope of a button and checkbox relationship I have in my extension. Since it's split into a few files, and I have to reload photoshop every time I want to test a script change, I'm having difficulty finding out exactly where it's occurring. Calling a function through hostscript.jsx that throws "alert(guideCheck.checked)" from a function will tell me the state of my checkbox, but without all the jQuery. Trying to utilize topcoat, I had the below script that I'm trying to figure out. My problem being, since there are multiple files that interact differently, I'm not sure if I'm simply having a scope issue, or if I can even call upon the checkbox variable used reliably. I tried to boil down my script to simply alert me, but I can't get photoshop to respond to tell me what "$(this)" is with files opened or closed. Any guidance would be much appreciated. This is from index.html that renders the form:<body class="hostElt"&g
I have individually developed Tree Shade over a decade and still developing it. It's free and open-source. It's now exist on Adobe Exchange website under Creative Cloud page.Tree Shade | Adobe ExchangeAlso the software is sufisticated and achieves many tasks and has many features but the using rate is very low because there is no feedback or reviews at all. And according to the statistics in the dashborad. I want community support, interaction and involving... so I think in creating GitHub repository. Is there any instructions or advices for that. What files to upload. I'm concerned about security issues, so no one use Tree Shade to attack the privacy of others. So is there Adobe tools for developers team?Thanks in Advance
Hi,I want to upload file and download files from server with adobe cep indesign extension.. i have done by using nodejs..nodejs request.get() and request.post() works fine in indesign 2017 and above..but in indesign cc 2015 returns "socket hang up" error..how to fix it?and any other configuration for use nodejs in indesign cc2015this is my sample code,var FormData = require('form-data');var request = require('request');options = { url:uploadUrl, formData: formData, headers:headers,strictSSL: false,rejectUnauthorized: false, } request.post(options, function(err, httpResponse, body) { if (err) { showDlg('Upload failed'); } else { &nbs
I have a plugin built in CEP 9 that has stopped working with 18.2.1.The plugin no longer loads at all and I'm struggling to get a development version up and running to debug it.The VS Code Debugger is new since I last touched CEP and I'm not sure that I'm configuring it correctly.I have created a launch.json file and configured a compound launch request as below: "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "attach", "name": "[Attach] CEP JavaScript", "port": 8090, // <-- Whatever debug port you have configured. "webRoot": "${workspaceRoot}/index.html", "pathMapping": { "/": "${workspaceRoot}/js/main.js" } }, { "type": "extendscript-debug", "request": "attach", "name": "[Attach] CEP ExtendScript", "hostAppSpecifier": "indesign-18" } ], "compounds": [ { "name": "[Compound] Debug CEP", "configurations": [ "[Attach] CEP JavaScript",
I'm in the middle of a really weird problem. So my panel has some really standard forms. One for entering credentials and another for file upload. For whatever reason the cookies are only set when I use the forms without event listeners. Here's an example: <form action="http://localhost:3000/login" method="POST" id="loginForm"> <div> <label for="email">Email</label> <input type="email" id="email" name="email" required> </div> <div> <label for="password">Password</label> <input type="password" id="password" name="password" required> </div> <a href="/forgotPassword">Forgot Password?</a> <button type="submit">Login</button> </form> When I submit form data that way I get a cookie assigned just fine. However when I submit data vi
Hi, I am looking at using Adobe Exchange (I have written some Actions for Photoshop) but I have some concerns. If I upload my Actions for free distribution, do I get any feedback on the number of viewings or downloads for my offering? It is nice to offer the world something good for free, but just putting it out there is a bit of an empty experience unless one can see some measure of feedback. Currently on the download page on my own website I can monitor the number of hits. A second issue is that I have published a Medium article describing my Actions and I also have received a ‘rave review’ from Petapixel.com but I cannot readily see how I could provide links to these in my listing for would-be users to decide whether to download or not. I could perhaps produce a ‘YouTube’ PowerPoint type video and give a link to that on Exchange and then put any links under the YouTube video but I wish to do things above board and to give any links directl
Hello all, Im creating CI/CD pipeline for build the CEP panel and then do the deployment. But Im facing error like,to run zxpsigncmd with docker image. Could any one help to resolve this issue?
I checked for it in Exchage and in Creative Cloud app in Stock and Market Place.Definitively it is not here.Pluggin: MindSpell P ro
Hi, I have CEP panel to perform validations, export files with different high res setting cause some time photoshop hanging or taking time to do validations and exports. Is it possible to add multi threads/ cluster options(NodeJS) to increase the performance of CEP panel?
I downloaded ExtendScript Debugger in vscode's plugin store,I want to find the code related to esdebugWhat I understand now is that the core content is a .node file I learned that this .node file can directly interact with photoshopBut the project content in this plugin folder seems to be missing a part I can't find this src directory so that I now have no way to get all the type declarations to use this .node fileCan someone tell me the download address of this file, or the relevant development experience of this .node file?
Hello Everyone,is there any support avilable for transition from CEP panel to UXP(Photoshop), The CEP panel performing multitask operations like api calls, some validations and so on. It was developed with React, node and typescript.Now I want transist entire cep panel to UXP, I know its huge but if anyone done or doing this please share your valuable thoughts...
Hi there, I have bought a Texture Pack in Adobe Exchange and don`t understand how to downlaod it. There is a option to install that I did, but it is deffinitly not a plugin, so I don´t know what I´m installed and I can´t find any download option. It is the 25 Seamless concrete Wall Texture Pack from Graphic Spirit. Thanks for every tip
Hey, I wrote a CEP Extension that exports the same sequence multiple times in different formats using the Sequence.exportAsMediaDirect() method.Approximately one in three times Premiere crashes after one of the exports is done (Always random which one). It does this after the "Encoding Sequence"-Window closes and the respective export is done - the output file is also intact. But the next iteration of the loop doesn't start, and if you click anywhere, Premiere is not responding. This made me suspect some IO issue, but even adding a sleep of 5 seconds between exports doesn't help. I want to avoid using AME as it handles nested framerates differently, takes time to start up, has to be up to date etc. How would I debug this? The CEP logs don't show any issues.
Hello,I am wondering how to delete a folder (with files in it, if possible) via the window.cep.fs object?Using deleteFile gives the error "8" ERR_NOT_FILE, and if I try deleteFileOrDirectory(), it says that's not a function.
I posted an extension on Adobe Exchange.I think I sold some of these products because of the reviews I received.How can I transfer these profits to my bank account?Is FastSpring involved in this process?Also, if there is a page where I can see detailed information about how many items were sold and when they were sold, please let me know.
Hi, On Os X, when starting a debug session using Vs Code and the ExtendScript Debugger, it can take up to a minute before the script is started. On Windows this is much faster. Is this something which can be fixed? I'm using the latest version of Os X on a MacBook Pro 2019. Thank you.
Hi, We are using CEP capabilities for implementing SSO in our InDesign plugins. This is how the screen appears when the extension navigates to the configured IDP. As seen, the IDP opens up a pop-up which asks the user to enter their creds. This is where I am running into an issue. Once the user enter their username, they are unable to use TAB key to move into the password field. They are forced to use the mouse. The TAB key however works when used from actual chrome browser. I am trying to investigate this from possible CEF command line paramters that I can pass using the extension manifest. Is there any other possible viewpoint to consider this issue from for a potential solution? Please advice.
This post is related to CEP Panel extensions. I noticed the frame rate of the extension panel seems to be capped at 30fps (on Mac). Was wondering if this is a limitation coming from how Adobe utilizes CEF?I guess the frame rate is controlled by how often CefDoMessageLoopWork() is called. From the extension panel, we can’t really control this. I do know we have the CEF command line switches (List of Chromium Command Line Switches) exposed to us, and we can include them in the Manifest file, but this doesn’t seem to help much. The only one that seems to affect the refresh rate is –disable-frame-rate-limit, but this results in an uncapped frame rate and a choppy / inconsistent UI.Anyone know if 30fps is a cap imposed by the CEP extension environment?
hey developers,firts of am sorry for my bad english I am a fresher to adobe scripting and i have an issue which i am trying to fix in my panel which i want to createwhen i wrote all of my frontend (i created design and look of my panel using HTML and CSS) i provided source code and video off my prblm in https://drive.google.com/drive/folders/1f-X-Kag8ETEtMqVovXnDCItD9V8ecnGc this is my html and css code <!DOCTYPE html><html lang="en"><head> <link rel="stylesheet" href="style.css"> <title>vishu</title></head><body> <script type="text/javascript" src="CSInterface.js"></script> <script type="text/javascript" src="index.js"></script> </body><footer> <div> <button class="allbtn" id="btn1" onclick="v()" >Fill images</button> </div> <div> <sp-button class="allbtns" id
Hi There, I've never purchased a plug-in on the Marketplace Exchange before, but I see a few that I'd like to pick-up. My question is this: Can I purchase the plug-in and use it on both my home computer and work computer? (Some of the plug-ins mention that they give licenses for two computers.) The issue is that my work computer is on their company Adobe subscription, whereas my home computer is on my personal Adobe subscription. Can my plug-in purchase allow me to use it on both accounts? Thanks for all your help!
Please note that Adobe will close its offices beginning December 24, 2022 through January 2, 2023 for the winter break. The review and admin team will have reduced staff throughout the break. All offices will resume normal operations beginning Tuesday, January 3, 2023. This means that there will be a delay in review times for Exchange Marketplace submissions… and a delay hearing from Adobe employees vial email and in the forums. Happy Holidays!
Errors installing Adobe apps: https://helpx.adobe.com/creative-cloud/kb/troubleshoot-download-install-logs.html Here's the official help page for these error codes: https://helpx.adobe.com/creative-cloud/kb/troubleshoot-common-addon-installation-issues.html#ExManCmderrors Below I've provided the full list of error messages and codes, current as of October 31st, 2022. Note that UPIA still uses the "Exman" language in error messages, despite the switch to UPIA. /*** @brief Error code for common error: -1 ~ -100*/EXMAN_FAILED = -1,EXMAN_FAILED_EMCL_LOAD = -2,EXMAN_FAILED_EMCL_INIT = -3, /*** @brief Error code for file operation: -151 ~ -200*/EXMAN_FAILED_INSUFFICIENT_PRIVILEDGE = -151,EXMAN_FAILED_OPEN_FILES = -152,EXMAN_FAILED_READ_FILES = -154,EXMAN_FAILED_WRITE_FILES = -155,EXMAN_FAILED_COPY_FILES = -156,EXMAN_FAILED_DELETE_FILES = -157,EXMAN_FAILED_CREATE_FILES = -158,EXMAN_FAILED_FILE_TYPE_NOT_MATCH = -159,EXMAN_FAILED_FILE_NOT_FOUND = -160,EXMAN_FAILED_ITERATE_D
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.