Join our global community of Adobe Exchange developers.
Recently active
Hi,writing a Exstension that will be running in Indesign, Illustrator, Photoshop an Premiere Pro.Eveything working correct, but to get a little nicer structure, I thought I would split the code in different files... Great surprise waited for me !Illustrator & Indesign can handle inclusion with,//@include 'json2.js';//@include 'logutils.js';//@include 'collectData.jsx';//@include 'collectAllImagesOnPage.jsx';but not Photoshop ... My "workaround" is to have all code in one .jsx file, then all products works like a charm.... Anyone else who has had the same experience, and is there a solution to it?
Hi, i tried to create a EventListener for getting data efter "Place..->file.idms" I have succeded to get triggered with theese before and after i Placegun is created, - beforeImport- afterImport- beforePlace Now my problem, there is in the idms a part with images with LinkResourceURI, and i cant figure out how to get that data (i get images etc from snippet/placegun etc... but no data for Link part... ???anyone ? suggestions ?<Rectangle><Image><LinkLinkResourceURI="server.blabla.com/api/id=2321"/></image></Rectangle>
I purchased an non-Adobe plug-in for my photosuite. Unfortunately due to an oversight, it was bought under an account that does not have a photography package subscription; I have personal and business accounts. I have tried for 5 days to get Adobe help to resolve this problem and end up in the same spot: the dedicated back team will look into. Nothing happens, and I end up going through the same loop with Adobe. Is there any way to transfer the purchase from one account to another?
Hi,I just started with scripting and was able to build a panel that uses a .jsx to evaluate shapes and returns the results to the HTML. But for each result I would have to use a button in the HTML to fire the .jsx-function.<a href="#" onClick="update()" id="refresh"><img src="../img/RefreshDark.svg"></a>So update() fires a function in ExtendedScript via csInterface.evalScript(). So far so good, everything works as expected.What I need now is firing this function in JSX whenever I select or deselect an object (path/group/compound). The eventListeners I found so far are not capable of tracking selections as far as I understand. Is there a way to imitate such a behavior as for example the info panel? Whenever I select an object it instantly updates position and size of said object. How can this be achieved for my own panel without having to click a button/link?Thank you in advance, especially for all the old threads and tutorials you guys created on several personal site
I need to upgrade my OS from Win 8.1 to Win 10 soon (due to MS ending support for 8.1) and I need to know how to migrate my Elements 13 program to Win 10 and keep all data files and settings intact and not have to re-purchase the license or install a newer version. Note - data files are on a separate HDD (F:) but have noticed some similar files on C: that I'm afraid might be linked to the files on F: and don't want to risk losing either set. Would appreciate any help. Thanks.
I bought a plug-in via CC/exchange. the money was debited from my bank account and the plug-in appears on 'manage plug-ins' on the CC desktop. When I installed it I needed the licence number on the email - unfortunately, the email did not arrive. Whether or not I made a mistake giving my email during purchase, I don't know, but that should not matter as I was logged in to my account when I made the purchase and the plugin appeared on mydasdboard. I can't find any reference to the purchase on the convoluted Accounts pages in Adobe, the vendor say they are unable to help as it was purchased through Adobe. I can't use the plug-in without the licence number, and the help pages on here go round and round in circles and the best I can get is 'have you checked your spam folder?'
Hi there,I have a problem installing the extension in Illustrator (CC 2022). Specifically eg EAN 13 Barcode Generator for Illustrator. Installation ok, but after running Illustrator I can't find this module. Nor search on HD. Even after restarting the computer (macOS Monterey).Same in InDesign - EAN Barcode Generator module for InDesign.I install modules from Creative Cloud.Martin
Hello! I was wondering if there is a group or like-minded individuals who would like to explore how Adobe Aero can be utilized in educational settings. Example of Instructional Design VR Project If so, lets chat! Best - Arthur
Hi, i just update my Pantone Connect to version 1.0.8 and got some issues, is there any way I could get the 1.0.6 version, I mean the .zxp file? or could anyone provide me the .zxp file?thank you.
I was not given any notice that my account would auto renew. I therefore did not haver an opportunity to cancel. I have not used this account. I have found your wedsite impossible to use and I have no options to cancel. How do I do this?
Hi,We are getting 'Failed to install, status = -418!' when installing our panel in After Effects.We used --list all command to see the details but there was no panel under After Effects.0 extension installed for After Effects (ver 18.2.0)Status Extension Name Version========= ======================================================= ========== Initially during the troubleshooting, even when 'list all' query was showing no panels installed in After effects, in application we are able to see the new version of panel in extensions section. So there was after effects panel folder under '/Library/Application Support/Adobe/CEP/extensions'. We deleted that folder and after that in After effects UI extensions the panel was not showing. But still getting 418 error while trying to install a new zxp. Removed the following file from the system based on one of the forum posts,/Library/Application Support/Adobe/Extension Manager CC/Configuration/DB//Library/Application Support/Adobe/Extensio
Hello all, I try to add an UndoGroup in my CEP panel, but it does not get added to the Undo menu.When making a UI Panel I would use: app.beginUndoGroup("Undo the Hello text"); var comp = app.project.activeItem; var myTextLayer = comp.layers.addText("Hello"); app.endUndoGroup(); that would add a Text layer and the option Edit > Undo > Undo the Hello text. With CEP I try it like this in 3 methods. async BeginUndo(){ let result = await evalScript(` (function() { app.beginUndoGroup("Undo the Hello text"); }()) `) console.log("BeginUndo"); } async AddText(){ let result = await evalScript(` (function() { var comp = app.project.activeItem; var myTextLayer = comp.layers.addText("Hello"); }()) `) console.log("Adding a layer"); } async EndUndo(){ let result = await evalScript(` (function() { app.endUndoGroup(); }()) `) console.log("EndUndo"); } function Start(){ this.BeginUndo(); this.AddText(); this.EndUndo(); } Start(); Results in the log:-BeginU
If you haven’t already taken our survey, it’s not too late! We’re requesting your feedback to help shape the future of the Creative Cloud Developer Platform. Please let us know how we’re doing by choosing a number below, after which you’ll have the opportunity to share more about your experience building on Creative Cloud. We read every response, and any and all feedback is appreciated! How likely are you to recommend the Creative Cloud Developer Platform to a friend or colleague? Not at alllikely Verylikely 0 1 2 3 4 5 6 7 8 9 10 Start the survey by clicking a number above, or go straight to the survey here: https://adobe.ly/2ZEt0Gl
When we run ExmanCmd in a machine we are getting 'init failed, error code 513'We checked the error code list, but could not find the 513 code in the list.Could you please suggest how can we resolve this problem. Thanks in advance.
I recently downloaded the newest version of Adobe CC for photoshop (2018). Now when I attempt to use my Nik collection Color Efex pro, or one of the other more complicated effects, Photoshop simply quits. I uninstalled Nik and reinstalled, but to no avail. Anybody else have this issue?
So i decided to try and develop extensions to after effects via htmland when i try to open the extension it shows me nothing..when i go to windows->extensions->[NameOfMyExtension] and clicknothing happens. there is a cs interface file and menifest file...i tried putting it in theand also in the [AppData\Roaming\Adobe\CEP\extensions] and still not working...CC 2019
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
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.