Join our global community of Adobe Exchange developers.
Recently active
I need to find contact telephone numbers for Sweden.Is there a link?
Is there a way to make products available using BOTH Subscription and Perpetual pricing models? E.g. $10 per year OR $50 for perpetual license.Or does one need to create two separate products to support this?If this is not available, this would be a useful addition given it would:Avoid the overhead of creating and maintaining two separate productsProvides better visibility of available pricing options for a given product - rather than user having to find the other version of the product. Avoids redundancy / clutter in the Adobe Exchange. Thanks in advance,-Brian
Hi everyone,Just wanted to let you know that we just provided another way to install Add-ons, this is primarily if you encounter an install problem when using the Creative Cloud desktop app, then we now have an alternative way to install. We have also made it more discoverable. You can now find it in 2 places:1. In My Add-ons (Click on "Install issues?" and if the Add-on is compatible with CS6 and you want to use it specifically for CS6 now you can! Just click the blue text "Install for CS6" which will take you to a direct download for use with Adobe Extension Manager CS6.2. In the Where to find it section after you have acquired a product. Look at the "Install another way" section for details.We also have a new troubleshooting check list.It's not as slick as using the Creative Cloud Desktop app but it should work.Clicking Download Add-on for that Add-on downloads a zxp file. You need to have Adobe Extension Manager installed to then unpack the zxp.Please read the Where to find it sect
Can I post prerelease Lightroom Plugin in Exchange for further feedback?Plugin extend functional of Lightroom, it append hotkeys to work in Develop mode Sorry for the possibly stupid question
Ever since I allowed Adobe to uninstall Flash, File Explorer keeps closing immediately when I try to open it.Not sure what happened but this is getting critical. I can't open or search for any files.
Just in case one missed the info, there is a very informative series of videos by Davide on the topic of UXP: https://www.davidebarranca.com/development/adobe-uxp-things-you-need-to-know
Any chance I can get some help with a plugin I'm creating? Trying to stringify slider values and push to .jsx to manipulate Blendif values. Here's what I have: HTML: <input class="defaultInput" type="range" id="opacitySlider" style="left:20px;top:10px;width:245px;height:10px;" min="0" max="100" step="1" value="100" /> // Print out to make sure I return a value // <span id="opacity"></span> JS: This is where I'm lost. I don't know how to send the value of the slider to JSX .... I know I have to stringify, but I can't figure it out. I'm a noob. var slider0 = document.getElementById("opacitySlider"); var output0 = document.getElementById("opacity"); output0.innerHTML = slider0.value; slider0.oninput = function() { output0.innerHTML = this.value } JSX: I would love to be able to house the values and anytime the slider is changed, it would put that value into the BLEND options function blendIf(opacity,darkGrey,darkRed,darkGreen,darkBlue,brig
Hi all,I develop InDesign CC Extensions.I have used window.cep.fs.makedir() frequently with no problem. However, I was always using Windows paths ("c:\mydir\myfile.txt") - of course with "\" converted to "/".For the first time, I have to deal with UNC paths ("\\myhost\myshare\mydir\). window.cep.fs.makedir is failing at creating new dirs with UNC paths (regular Windows paths work fine). writefile and readfile both work fine with UNC.For example, window.cep.fs.makedir('//myhost/myshare/mydir/newdir') fails, even though '//myhost/myshare/mydir/' exists already.Could someone please help me?TIA,mlavie
Windows 10Account: Creative Cloud All appsWhen using Creative Cloud Desktop > Marketplace > Manage plugins I try to install "Watermark 3" (as an example). I click on install and then have to agree with some things and click "ok". The install butoon turns to "Installing plugin" but nothing seems to happen. After a while I get an error and I have no idea how to fix it (I checked the help center for error -9). My internet is fine.
1626377383
Hello dear users,I have created some actions using PS CC 2018 and have converted them in to.jsx format.Now I am trying to use the Configurator 4 to export my script as a .ZXP file, however a lot of issues occurred.First problem is when I try to make a certificate, my country is not listed (Bulgaria) so I chose United States, the passwords match and my publishr name field is also filled in, but Configurator 4 gives me an error saying that the Certificate was not created, however I can actually see a Certificate being made on my Desktop (What does this mean, is this a working certificate even if the message says it was not created?).Now back to the first Export Panel, I chose Java jre6 java.exe, export directory is C:\Users\Me\Documents, certificate is set to C:\Users\Andon\Desktop\TestPanel1.p12(the one it created, but said it did not) and Password matching, now I click Export and Nothing gets created. No folder no nothing. So what extra tools do I need to export my Panel as .ZPX
Hey guys, today I tried to instal the extension QR Code maker Pro, but when I clicked "free" nothing happens, only a cycle spinning and them disappears. I've tried a lot of extensions and no one worked.OBS: Some guy has related this problem already, but someone spoke to start a new thread.
Hi all,I am having a weird problem, I can't download any extensions on the exchange website.Every time I click on an extension, it loads for a bit and then refreshes the page and nothing happens.I tried on macOS, Windows, Firefox, Chrome, Microsoft Edge...On top of that, if I click on "My exchange" it keeps saying that I need to log in to see my extensions, and I am logged in already.Has anyone experienced that already?
Hi there,We have developed a plugin using Angular 2, which uses Typescript packaged with Webpack.On previous versions of indesign, when opening the chrome devtools, we could see a "webpack" folder, with the original .ts files for debugging.But since I updated Indesign to 2018, I can only debug the final .js files. The webpack folder is nowhere to be seen.Does anyone have encountered this? Any workarounds? Ideas?Thank you very much!Marc
I've a problem with Adobe exchange! I can't buy any extensions because your website says that there is a problem with the payment! I don't understand what is the reason. My mastercard is ok and before this bug I could buy them. Could you fix my issue please?
I download the Digimarc installer package DFI4.0.0_Plugins_Installer.pkgRan the installer, and installed the plugin in Photoshop CC 2017. The following files where installed in my Adobe Photoshop CC 2017 folder DigiRead.plugin DigiSign.plugin However, Digimarc does not show up in my filter menu … see screen capture below. What do I do next, any ideas?RegardsKeith
Hi Folks, When publishing a newer adobe cep plugin patch to adobe exchange, although the version, build with the features/fixes gets updated, the publishing date remains to be of old one. Any idea what could be going wrong?
I'm trying to open the Preferences -> Guides, Grid & Slices settings window when a user clicks on my CEP extension button. I can't figure it out and I can't find any references on how this could be achieved. I managed to find a post taht opens the Print settingsexecuteAction(charIDToTypeID("Prnt"), undefined, DialogModes.ALL); I also found this link and got all the action manager stringID but can't I can't figure how to use this.How to find ALL action manager stringID
I'm trying to install a plugin into photoshop, but the plugin is a .zxp file. So I install Anastasiy's Extension Manager to install it, but it then says it has an error and it couldn't finish the installation. The error is a -955 error, an error that doesn't even show up on Adobe's or Anastasiy's FAQ or troubleshoot page. If people know what this error means or how to fix it, please let me know and I will appreciate it. Thanks
Hi, we have developed an extension Specees for Illustrator for some years. We have tested it with cc2021 and it works well. However, recently we have quite a few users reported that our extension does not work after installing Illustrator cc2021. Some of them said the extension works again after uninstall and re-install it in the Creative Cloud App, but a few said this method didn't work for them. Anyone else experience the similar situation? This is really frustrating as we simply don't know what went wrong and what we can do.
Hello everyone, My company is making a plugin for inDesign and in Adobe Creative Cloud, in the market tab, the users who only have InDesign 2021 installed are seeing this message "The installed version of your apps aren't compatible with this plugin". (screenshot attached) The weird thing is that some users don't have the issue because if inDesign 2020 is installed then there is no message and the plugin appears and works correctly in both inDesign 2020 and 2021.(Which is a proof that the plugin is compatible of 2021). Does anyone know how to prevent this issue? Maybe a configuration to do in the plugin's .zxp we provide to Adobe ?If it can help to find a solution, here is the plugin: https://exchange.adobe.com/creativecloud.details.100288.create-engaging-online-publications.html Andreï CavoleauWebPublication
i haven't been able to see my dashboard for "Adobe Exchange Partner Program for Creative Cloud" in a long time even going to https://www.adobe.com/partners.html and clicking on "sign in" leads to "Bad Request" sometimes i can log in, but when i click on Dashboard, i get another "Bad Request"
Does Configurator 4.0 (or Configurator 3) support the creation of HTML5-based panels?I received the following email from Adobe: Photoshop CC, starting in the middle of 2014, will remove support for Flash-based extensions. All other Creative Cloud products have already marked Flash-based panel support as deprecated at this time, meaning no future enhancements or bug fixes will be coming for Flash-based extensions.The current version of Photoshop CC already includes support for a new type of HTML5 based panel. We are currently working on a new version of Adobe Extension Builder designed specifically to support the creation of these HTML5 based panels. You can download a free preview here: http://labs.adobe.com/technologies/extensionbuilder3/.Details about developing HTML5 extensions for Photoshop as well as for other Creative Cloud products are available in the Extension Builder pre-release program here: https://adobeformscentral.com/?f=6V6IgvE0yLQQ7bgadxNXaw . Yo
Can please someone advise me, what is the way to download big files from the Adobe CEP panel, that will work on both macOS and Windows.I could not find any good examples or answers on this topic.1. The Flickr sample downloadAndOpenInPhotoshop does not work for me, because conversion to base64 creates Out Of Memory issue when I try to download big files.2. The curl example of downloading from the CEP 10 documentation does not seem to support Windows Panel3. I found a similar question on this forum. But the answer to it is general and did not help me.Please share your experience or your thoughts on the subject
Someone from adobe, to help us?
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.