Join our global community of Adobe Exchange developers.
Recently active
Installed new hard drive. Reinstalled PS, CC, Bridge, etc. Add-ons disappeared. Since I signed back into my account, shouldn't they have still been there? How do I find them again?
Hi I bought an Extension from exchange.adobe.com - I used it on Illustrator 2021 on my old PC.Now I have a new PC and have Creative Cloud - downloaded Illustrator 2021 again. Logged in etc but my Extension isn't there. I want to know how to transfer it from the old PC/Illustrator to the new PC/Illustrator.If I can somehow copy it from the old PC - where does the Extension file live? When I downloaded it it just became apart of Illustrator. Unfortunately - when I go back to the Extension in Adobe Exchange it says it's been retracted and it's not available anymore. I can still use this on my old PC. Is there any way I can move it from my old to my new PC? Does the Extension file live somewhere specific?
I recently purchased the new Fuji Instax Link WIDE printer, which is a bluetooth device that can only be printed to using a phone app. The prints look like standard Polaroid-type images—terrible color, too bright and too contrasty—so I took to profiling the prints using a colorimeter, and created a ColorSync profile. Using desktop Photoshop, it’s a simple matter of converting an image to my custom Instax profile, and then sending it back to my iPhone for printing. The resultant prints are amazing! Question: Is there an iPhone app that will allow me to convert an image to a ColorSync profile without sending it to Photoshop on my desktop? The whole idea of this battery-powered photo printer is to be able to make prints using only my phone. The included pic is Before and After Profiling. The difference is dramatic.
Hi All,I have tried to install the XMP sample panel in indesign 2021 Mac Big Sur OSX. The panel is created but not fully enabled and got the below evalscript error in the panel. And also please look into the below log error generated in th CSXS preference folder Any help is really appreciated
Hello,i purchase the Fuji Tether Shooting Plugin but it is not possible to download it.Adobe Creative Cloud Error...........Installation ErrorDownload over Adobe Plugin Website call this Error:Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>0/12041/0/com.fujifilm.FUJIFILMTetherShootingPluginforMacOSX_1.2.0_637704.zxp</Key><RequestId>213F750BA5433E24</RequestId><HostId>aO36LFYhD0X9jjSJ6Xx+uTEcv/FDm8eyc39wYJgAUZJUYWkT75081IYGld1+0GQDIrjH0KfVd98=</HostId></Error>Can anyone help me ?Greetings Erwin Schroeder
Hi! I'm a rookie to PS scripting and now learning from others' project. Adobe-CEP / Samples I'm trying to develop an dockable extension that allows me better manage layer renaming, then stuck at here: The 2 place where red circles has pointed out are my test adjustment. The "Close" button does the what it should do---close and make this extension not persistent I copied the same function to "Closed" button and it run well until I modified it into "alert(app.activeDocument.activeLayer)". Q1: Why that API can't be called here while it can in ESTK? I went to main.js to see if I could create the basic construct of my extension. Then i found my own button didn't work anyway even I copied the code of the "Closed" button. Q2: How to correctly create anything or check whether it is good to go? Is there a principle or something? index.html-------------------- </style> <body onload="Initialize()"> <button id="btnClose">Close</button>
Hi, I know Photoshop is dropping CEP so I am trying to migrate our CEP plugin to UXP. I want to know is there similar functions like in UXP cuz we use these two a lot in our CEP plugin.csInterface.addEventListener csInterface.dispatchEventAnd I also want to know which version of the UXP manual should I refer to, I notice there are some different manuals like https://developer-stage.adobe.com/photoshop/uxp/2022/ps_reference/https://developer-stage.adobe.com/photoshop/uxp/2021/ps_reference/https://www.adobe.io/photoshop/uxp/2022/ps_reference/and https://www.adobe.io/photoshop/uxp/ps_reference/ Thanks.
After updating Illustrator from version 21 to 22, the content in my custom panels don’t show up.These are panels I’m working on as well as other extensions. They are in this folder:/Users/[NAME]/Library/Application Support/Adobe/CEP/extensions/System: Mac OS X El Capitan 10.11.6If I open them in Ai from menu Window > Extensions, they are listed and I can open them. But the panel icons are missing and the panels are blank.Any ideas, how to solve that?
Hello!In the new version (Adobe Photoshop Version: 23.0.0 20211013.r.36 623993d x64) I cannot create a CSXS event for js using the following codetry {var xLib = new ExternalObject ("lib:\PlugPlugExternalObject") Gives an error message "ExternalObject does not have a constructorHelp solve the problem
Hello, I want to cancel an Adobe Add-ons order.Is this possible? Live chat agent told me to post my request here and that the team will get back to my query. Hope to get a response...Thank you
I tried runningapp.project.file from csInterface.evalScript which returns null. Even File($.fileName) in jsx file doesn't work doesn't work either with .csInterface.evalScript SetupJsx script path is added to manifest file under scriptPath.Normal functions runs fine with csInterface.evalScript("myfunction()");app.project.file and $.filename doesn't work. I suspect most of file and folder operations thru csinterface doesn't work. What is the workaround for this.?
We are currently planning on developing a Premiere Pro extension that we would like to commercialize through the Adobe Exchange marketplace. As CEP extensions are just put in the "CEP\extensions\" folder our users could just copy paste the extension after purchasing it and share it on the internet. For that reason we would like to retieve a list of extensions the logged-in user purchased to make sure that the user is owning the extension. Obviously this won't stop piracy but it'll make it a lot more difficult. Is there such an api? How are other developers who are selling their extensions through the Adobe Exchange marketplace solving this issue? Thanks a lot in advance,Chris
Hello All,I have a flex extension for AI. I am performing some task there when user move any art item. In flex, there is a ART_SELECTION_CHANGED event listener.Now I have to port it for HTML.. So I am looking for this event or similar to this.Is there any event to listen the ART_SELECTION_CHANGED in Illustrator for HTML as there is in Flex?Or Is there any document or something which tells about which events are supported in HTML?Thanks for any help..
I am trying to create extension and I need some function from javascript file that I want to use inside extendscript. That function can not be run inside extendscript, only inside javascript, so how to call JavaScript function inside ExtendScript??
Why and how do i change it back? I might not make it to 100 dollars again. The extensions marketplace is not that bustling to guarantee those kinds of numbers.
This might have more to do with CEP than React Spectrum, but the Picker dropdown does not open in my CEP panel. Strangely it works if I have the debugger open in localhost, but if I close that localhost and just try it in the CC product, the dropdown stops working. I narrowed it down to a div being appended to the body. If that div gets appended, the dropdown works. I highlighted it in this screenshot: Is there any idea why this might not get appended? Here is my Picker code: <Picker label="Choose frequency"> <Item key="rarely">Rarely</Item> <Item key="sometimes">Sometimes</Item> <Item key="always">Always</Item> </Picker>
I have a CEP extension that works on my computer perfectly fine. It is available on Exchange so it passed the review/vetting process. Some of my customers however complain that they need to uninstall it and install again every time before they open Premiere Pro (the extension is a Premiere Pro panel). Otherwise they cannot open the extension panel i.e. they see it in the Window -> Extensions menu but clicking on it does nothing. Or sometimes the panel opens but it's completely blank. I cannot reproduce any of that on my computer so is there a reason why it might happen and how to go about debugging it (on a customer's computer)? It happens on macOS and Premiere Pro 14.8 for sure.
Hey there, we got a client report that our latest version 1.2.0 of the com.unscreen plugin is not working on Windows in latest versions of either After Effects and Premiere Pro. I tried and and got this in the CEP logs:ERROR Signature verification failed for extension com.unscreen The plugin works perfectly on mac OS, though. I verified the signature of the ZXP:C:\Users\brewm>C:\Users\brewm\Downloads\ZXPSignCmd.exe -verify C:\Users\brewm\Downloads\com.unscreen-1631701698.zxp -certinfo*********** Certificate Information ***********CN: unscreen.comOU:DN: /C=AT/ST=Vienna/O=Kaleido AI GmbH/CN=unscreen.comOS Trusted: falseRevoked: falseTimestamp: UnverifiableSigning Certificate: Valid (from 2021-09-14 until 2032-12-01)***********************************************Signature verified successfully Any clue what could be the issue and what we can do?
Hello, I don't know where to post it, so here it goes. I need to develop plugin for Photoshop. Started from simple template, and it's not loading. Here's error: Load command failed in App with ID PS and Version 22.4.3 It doesn't tell me anything really, but I assume it's problem with manifest.json? I have no idea where error can be. I checked manifest.json, and here's version I set: "minVersion": "20.0.0" (suggested default value). I have read/write enabled in plugin directory.
Not Enough Memory/Out of MemoryI have used this many times doing the same thing never a issue until 3 or 4 days ago when this error started.Working in Adobe Acrobat Pro DC, Print Production, in Preflight analyze and analyze fix - Receive popup “Not Enough Memory” Adobe Acrobat Pro DC, Version 2021.007.20095Device: Intel Core i3-8100, RAM 16.0 GB, 64-bit operating system, CPU 3.60GHzWindows10, Version 20H2, Build 19042.1237
Hello,We have a CEP HTML plugin that uses window.cep.process.createProcess. It was working fine until users updated their InDesign to latest version 16.4. Users on Windows now report our plugin crashes. macOS users on 16.4 do not have this issue. Has there been any changes that can explain this please? The process calls /Windows/System32/reg.exe`
I am using jsx script to open the .indd file using jsx app.open() method. Upon running the script am getting "open" exception. From My indd file info, i can see that the indd file is created using 16.1 version <xmp:CreatorTool>Adobe InDesign 16.1 (Macintosh)</xmp:CreatorTool> I am using adobe InDesign 2021 Ver 16.3 x64 and InDesign server 2020 ver 15.0.2.323 Please help
Hi! I have an extension for Adobe Illustrator published in Adobe Exchange but when I want to publish a new version from https://partners.adobe.com/exchangeprogram/creativecloud (Dashboard > "ExtensionName" > Create New Patch) I get the following error, of which I have not been able to find more information anywhere:"Ensure creative suite compatibilities match those supported in counterpart(parent) product" Until a few months ago I never had any problems with releasing new patches.The extension is built following this structure:https://github.com/Adobe-CEP/Getting-Started-guidesAnd then I generate the .ZXP using ZXPSignCMD v4.1.103-win64 I would appreciate any help
I am listing my extension on Adobe Exchange and got this error. Can anyone help me to solve this??
Would anyone know if there is a way to display specific photo metadata, i.e., names/dates, on the photo while streaming? I am from a very large family and some of my family members have been scanning thousands of photos from the past 80-90 years. Names, dates, and places are being added to the information section of each photo. These photos are being placed in a cloud platform for the family to view and stream. We realize the metadata can be viewed on each picture individually, but as the mode of display for everyone will primarily be streaming, it seems like there should be a way for the names, dates, etc. to display on photos while streaming. Likewise, we would like to be able to turn off this feature if printing photo/s. We have been assured by Adobe technicians that this feature does not currently exist in any Adobe products. We have been researching for other tools or products that might enable this feature. We do not want to mark-up photo
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.