Join our global community of Adobe Exchange developers.
Recently active
Hi, I´m a producer here and a customer wrote a negative review with problems during installation. Is there any way to answer reviews or contact the customer for helping him?Thank you
No me han enviado la transacción exenta del mes de abril, ¿cómo la consigo?
Hi!I'm looking for a possibility to get logging information of my extension from the user's machine. It should contain the console.log information that I can see and analyse in Chrome on my dev machine - or at least the errors that occur. Is there any possibility to stream the logs into a file which the user can send to me afterwards? Or any other solution? Best regards,Stefan
Hi,i have uses some js,css files in adobe cep illustrator extension. these or changed on the server but in API response have old js/css if i have cleared cep_cache folder by manually then its works fine..So it is any way/possibility to disable save cookie/cache functionand in mac where cep_cache stored?pls help
Hey guys, I thought it was strange that appSkinInfo doesn't include very much so I've started my own version for Illustrator, After Effects and Photoshop:It works decently well at the moment though one or two colors are slightly off (like Highlight on the Light theme). In theory this should prevent any miscolored panel elements, backgrounds or text and would auto-update for recoloring, adding basic eventListeners and logging all UI data into a global object for storage, but I'm a bit confused as to where some of the information is coming from or what it's referring to. From the CSInterface file:/** * @class AppSkinInfo * Stores window-skin properties, such as color and font. All color parameter values are \c #UIColor objects except that systemHighlightColor is \c #RGBColor object. * * @param baseFontFamily The base font family of the application. * @param baseFontSize The base font size of t
Hi,I am closing currently open panel by new CSInterface().closeExtension(); and it closing properly butThen after open it again by new CSInterface().requestOpenExtension('com.wk.panel'); but its not reopening the panelSo how can i close currently open panel and reopen itPremiere Pro Version: 12.0.0Extension Type: PanelThanks,HiteshThis post moved from Premiere Pro SDK to Extensions / Add-ons Development by Mod.
I am trying to develop an extension for Premiere Pro that allows the user to drag and drop files from Finder/Explorer into the panel.It seems the regular HTML5 drag and drop works fine (https://html5demos.com/file-api)However, this doesn't get me what I need. I need the actual native file path of the dragged file. Is this possible?Thanks,Bryan
Hi!I'm working on a hybrid extension, and followed and tried all the documentations that I've found. Still, the installation of my 'final' zxp file ends with a -160 error (after some more tries it's -252). The html zxp file alone works fine! I'm just not sure about the native plugins and the mxi file.<?xml version="1.0" encoding="UTF-8" standalone="no"?><macromedia-extension id="com.ciclosoftware.YGContras" name="YG Contras" requires-restart="true" version="0.114"> <author name="Ciclo Software"/> <description><![CDATA[Managing labels]]></description> <license-agreement><![CDATA[Free for trials]]></license-agreement> <products> <product familyname="Illustrator" maxversion="" primary="true" version="22.0"/> </products> <files>&
Hi,I'm currently working on a Photoshop panel extension. I would like to transmit some data to my extension when launching Photoshop. Currently, I'm storing those data in a file, then reading the data file inside my extension. I would rather pass those data as arguments in a command line used to launch Photoshop, and then catch those arguments from within the extension.Is there a way to do this? If not, do you think this will be possible in a future release?
1> How to handle the OnClick() event, clicked on Indesign Document not in html document.I have a senario where will load a image and wait to drop it on document. When user click the document to drop the image then text content will be loaded to drop on the document. 2> If i will drop an image in frame, how to set image size automatically to fit to frame.(If have please share the sample code for reference.)Thanks.
The beta for Adobe XD prefigures the post CEP future of Creative Cloud extensibility, it might be VERY worth of your time to reAd this Adobe I/O article and take action! https://medium.com/adobe-io/xd-and-creative-cloud-extensibility-faq-e615dd6ecbfe?scid=social76200827&adbid=9990246104808…
Hi everyone,I'm currently developing an Illustrator plug-in/extension hybrid where I am using the extension for the UI.I have been trying to get it so that the positioning and showing status of the panel is saved between sessions and in the workspace.For the most part this works automatically, however it appears that if I dock the panel with other panels such that it is part of a tab group and then have one of the other tabs active (see A below) when closing illustrator/changing workspace, on next restart/reload the tab for the panel has been removed (see B below). Occasionally this seems to be fine for changing workspace, but always happens when restarting illustrator. In any other use case (floating, docked, in a tab group and active (see C below)) it is recalled correctly. Am I missing something or this a bug in the way Extensions are handled or is this by design?Many thanks in advance.A: B (restarting Illustrator after A): C:
I created a HTML5 addon/extension for Adobe Indesign by using extension builder 3. For drag and drop image and text from extension to Indesign document. But when drag and drop images on the document, it shows path of image not the image itself. Also not able to drop the text.
Hi! I wanted to create a slider in custom panel which changes the for eg opacity of the current layer.Here is what I used in HTML5<div> <input type="range" min="0" max="100" value="0" step="1" id="opacity" name="opacity" onChange="sliderChange(this.value)"/></div>Here is the javascript function$._ext_OPACITY={ run : function() { app.activeDocument.activeLayer.opacity = 50; },};Now can you please tell me how to link that HTML slider with this function so that user can change the opacity using the slider. Thanks alot.
Hi guys. I am wondering if you guys have any ideas why the iframe is not appearing. I have an external page on a separate web server appearing in an iframe on the extension but everything works just fine with debug mode on (meaning iframe does appear). I am using PS CC 2018. I signed it and my buddy tested it but it does not appear on his computer which is running PS CC 2017. The panel shows but the iframe is missing. I ran it in my PS CC 2017 and 2015 both signed and unsigned and the iframe is missing. The manifest is set to run in those version of photoshop and the CSXS I am using is version 4 (not sure if that is important).I've tested it with another webpage thinking it might be the content on the page but it does the same thing and not displaying the content. I am thinking it is the PS CC version and if so, how can a start to approach this?Thanks for any advice!!
HelloWe are running an html extension on InDesign CC 2015 on mac.I have a selfsigned extension containing of four palettes. When the user groups the palettes together and then closes them and open them again, InDesign freezes up for about 90 seconds. Then everything starts working again. If I put the machine in debug mode, by setting PlayerDebugMode = 1 i the com.adobe.CSXS.6.plist file the problem goes away.My plugin is a number of angular applications. Its 63 Mb and contains around 1800 files ( java script files mostly).Is it the verification of the signed plugin that makes InDesign freeze up?Regards/ Pontus
Hello, I am trying to combine a form I made with text fields that are named "apt" and "number" and "building". I filled out 38 different forms, all the same and saved them according to their number. However, when I combine them, of course the fields are all named the same, so adobe changed the fields on all the pages to match the first page! I do not want to go and rename all the fields. How can I combine them without it changing all the fields??
Since I installed cc2018 I'm having a problem with the palette windowsif I start the palette panel with a html panel buttoneven if I close the palette panel and then click on an area outside photoshopand then back in photoshop this reappearsas I could solve this problem.https://s31.postimg.cc/4crdqy8zv/Kapture_2018-04-15_at_15.03.00.gif
This seems trivial, but I can't seem to get InDesign to open a file.I'm can pass a file path to the index.jsx using an evalScript:// pasteFile is '/Users/me/Desktop/Blah/05_21_2018_PRODUCT/Blah_05_21_2018_PRODUCT.indd'//csInterface.evalScript("openFile('" + JSON.stringify(pasteFile) + "')"); csInterface.evalScript("openFile('" + pasteFile + "')");Then in the .jsx, I simply try to open it:#include "json2.js"function openFile(someFile) { //var aFile = JSON.parse(someFile); alert(someFile); var docRef = app.open(someFile);}I read elsewhere that you need to JSON.stringify then JSON.parse an argument being passed to the jsx. Regardless, alert(someFile); works in both cases, and it alerts with the proper file path. app.open(someFile); appears to do nothing, however.Any ideas?
Hi, I have an issue with drop down values being loaded out of the extension window for the first time (i.e.) when extension window is not focused.But from the second time, it loads correctly.Can anybody tell me how to resolve this. Will focusing on Extension window solve this problem? If so please guide me how to focus on extension window. Thank you.
If I start an http server and direct the CEP plugin to load a page like the one below served by that server, will the script below work? I am seeing the XHR request hang every time. The same thing works as expected in plain node.<!doctype html><html><head> <script type="text/javascript"> var http = new XMLHttpRequest(); http.open('GET', '/token'); http.setRequestHeader("x-token", window.location.hash); http.send(null); </script></head><body></body></html>
How to avoid flickering the panel?if you switch from the program window to a other window and then go back, you get such a flicker (it doesn't always appear, but very often)
We developed our Add-on with its own internal subscription/payment method via Stripe. I'd be interested in moving the payment process over to you guys via an Adobe Exchange subscription. Our Add-on provides production music to Premiere Pro CC users for $29.95/month with a 30-day free trial. Where can I find info on how your subscriptions work (bank details, fees, payment, etc)? Before I remove the Stripe integration for our plugin, I'd like to see how it works with Exchange. Thanks!Here's our add-on: BenztownX Music & Sound FX Add-on
There is a new resource for aspiring scripters by the Adobe I/O team: GitHub - Adobe-CEP/Getting-Started-guides: Getting Started guides and samples for CEP extensions
In the Windows version of PS CC Classic Release 19.1.3 Window->Extensions is greyed out.Basically all the extensions that were there are now missing.This must have happened after an update.Does anyone have a fix for this?Kind RegardsJon Miller
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.