Join our global community of Adobe Exchange developers.
Recently active
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!
I am trying to create a new patch of my plugin, but keep getting the error "Ensure the version number is higher than the version number of the previous patch (0.1.2)" even though I have entered 0.1.3. I have also tried 1.0.0 and other numbers higher but nothing will be accepted. I have tried filling out all the other text boxes on the page, but nothing seems to allow me to create a new patch.
Hello, We have an ECDSA (non-RSA) EV certificate we use to sign our code and we have no problem whatsoever using it for Java code signing (ECDSA has been supported in Java for a long time). However ZXPSignCmd refuses to use it:Error - Key is not in RSA format. Signing failed. ECDSA usage is more and more common and preferred to RSA these days so this is a missing functionality IMO. Is it possible to add suport for ECDSA in ZXPSignCmd? Thanks!
We tried to upload a patch of our plugin but received an error, that says that one of the files was recognized as a virus. Unfortunately the error-message gives no clue which one of the files is considered to be the virus. According to Virus Total there are no viruses at all.What should we do?
Hi, I'm a semi-amateur developer who publishes a number of utility scripts for Bridge. I do have a listing on Exchange but it is WAY out of date, and my current versions are for the time being distributed on my Dropbox instead. This is mainly due to what I find to be an awkward and difficult official install process with zxp files and submitting updates. My main software is a script utility pack which is all in one folder, that is simply dropped into the Bridge Scripts folder. I also have a number of other specialized utilities, demos, and snippets that a user can install individually if they want. My suggestion is to overhaul the installation process and make it dead simple for both developers and end users to install from Exchange, especially when manual installation is simply drag and drop. For those interested Bridge users, my Dropbox link is https://www.dropbox.com/sh/mg817g9a9ymbasi/AADTmXUVxmFfM58bcyYE7yiwa?dl=0
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
I just signed my own extension using this tutorial:https://www.youtube.com/watch?v=nN35aRJwX7g When I try to install it with ExManCmd on my macbook, it gives error -175.After some research i found it stand for: 'EXMAN_FAILED_ELEVATE_START' but I can't find any other clues how to fix it. When I try installing it on my windows laptop, it installs without a problem.Can someone help me out?
Starting yesterday I am unable to upload a ZXP file to the Exchange. I have tried on Windows and Mac with Chrome, Firefox and Safari. I've gone incognito and cleared my browser cache. What is happening is when I go to the Patch Details screen to publish my new patch I can select a ZXP file but nothing happens after I do. On Firefox I get a "Not implemented" message, on Chrome and Safari a progress bar shows up, but doesn't change, for a couple of minutes then it disappears. I need to get this extension published soon so any ideas/help will be appreciated
I am signing my InDesign CEP extension with a code signing cert obtained from a CA. The certificate chain consists of 3 certs: my cert, intermediate cert, and root cert. Both ZXPSignCmd (4.1.2) and InDesign (17.x-18.0) consider my signed extension valid regardless of absence of the intermediate and root cert in the signature.xml. The root cert is present in my OS (mac) trust store but the intermediate cert isn't. Makes me think that the cert chain isn't being validated. I've mistakenly been omitting the intermediate cert for a very long time (since InDesign 16) and have never had an issue installing my extension. I've even had the cert expire and my extension stop loading, so certain things have been functioning correctly. Am I missing something here? Has anyone else run into a similar scenario? Anyone from Adobe have care to comment?
Hello !once a user install my extension how can it be updated? does it have to be redownloaded again ?the extension we are developping will change every couple months and we want a user to have always the latest installed. Would it be possible to have a basic extension that would check on our website if a new version is available and would download the new js jsx html files?of course we want to sign this extension with a certificate. Thanksmateo
I am trying to open .cxt FilesI tried contacting support and I downloaded 11.5 of Director. I hit quit, and am prompted to install with compatiblity mode. Result: please contact {Adobe} to see abotu the validity of the installer. I checked certificates etc and everything looked okay to me. Is there any way to make this work or at the least, open the .cxt file somehow? Thanks for your time!
Hola Les cuento que estoy feliz con la suite compre de Adobe, pero me duplicaron el pago, Uds. saben como me puedo contactar para solucionar mi problema? Gracias
Hi! I try to sign my Extension on MacOS with ZXPSignCmd or ZXPSignCmd-64bit I got: > Self-signed certificate generated successfully > Signed successfully On MacOs all works fine. But on Windows after openning of Extension I get error in log: ERROR Signature verification failed for extension <extensionFileName> Extension's window is empty.
There seems to be a bug that's stopping me from using Adobe Spectrum Web Components in CEP. Everything displays correctly in a web environment. However, none of the elements show up in a CEP panel. Is there maybe some special way I have to bundle the node modules? Or something in Spectrum Web Components that just won't work for CEP? See attached images.Using: Mac, Premiere 22.5.0
Does anyone know how long Adobe software might continue to support the Mac Intel processors? I'm looking at buying a 2020 very lightly used model to buy. I don't want it if Adob'e's going to drop Intel support any time soon. Thanks.
Bonsoir ,Après une mise à jour quand on ouvre photoshop, inDesign, Illustrator, etc........une fenêtre <Nouveauté> s'ouvre .Pour ma part après une deuxième ouverture cette fenêtre Nouveauté ne s'ouvre plus .Comment fait-on pour faire apparaître cette <fenêtre Nouveauté> à chaque ouverture.
Hello, I cannot find the invoice for a plugin that I paid and downloaded within the Adobe Creative Cloud Marketplace. Can you please help me to download it?
...or failing that, is there some way of creating such an event manually?
Can it be done by using the default browser engine and window as an iframe, without implementing the Chrome engine clone into the tab or extension?I want to use TiddlyWiki as a drafting tool in InDesign.Can I embed an iframe in a tab and run a localhost website in it?Is there any existing extension that is a web browser in a tab, for InDesign?
Hello, I bought a plugin. But it doesn't work as shown. What should I do? Can I return it? Thank you.
Hi, I use an exchange Plug In for Photoshop that I have with my personal account. I'd like to have one of my work colleague to use the same Plug In on his work account, but our IT department cannot purchase it. Our manager will purchase it but is there a way for her to do that, like gift him a code for it? Or is the only option for him to share his screen and she enters the card details? Many 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.