Join our global community of Adobe Exchange developers.
Recently active
Hello, Let's say I have a exemplary html panel with image: <div id="test"><img src="test.jpg" data-source="here is path to my locall file" id="drag_div" draggable="true" ></div>What i'm trying to do is to allow user to drag this image form panel and drop it to active document's body as a new layer. Refering to CEP_7.0_HTML_Extension_Cookbook: CEP 5.2 support HTML 5 Drag and Drop. There are four types.1.Drag and drop inside HTML extension. 2.Drag and drop between two HTML extensions3.Drag and drop between HTML extension and itshost application. 4.Drag and drop between HTML extension and operating system(e.g. Desktop or Browser).As I understand the third option gives me this possibility but I don't know how to use it. I wasn't even able to get any callback from photosop after dropping html element to application's body. I appreciate any helpRegards, Dominik
Hello,i have create a zxp out of some files with a *.mxi file.i am able to install the zxp file on windows 10 computer but on mac the CEP part always copied to CEPServiceManager4/extensions/...can anybody find the error?this is the mxi file:<?xml version="1.0" encoding="UTF-8" standalone="no"?> <macromedia-extension id="com.xxx.xxx" name="XXX" requires-restart="true" version="1.0.0"> <author name="xxx" /> <description>The extension xxx</description> <license-agreement> </license-agreement> <products> <product familyname="Photoshop" maxversion="30.0" version="19.0"/> </products> <files> <file destination="$adobecommon/CEP/extensions" file-type="CSXS" source="UI.zxp" /> <file destination="$pluginsfolder/xxxx" minVe
Hi there,Does anyone know how to disable a panel conditionnaly thanks to scripts in window->extensions menu ?My extension is made with 5 panels. With some conditions, I'd like users not to access to a panel.I've got a menu inside my extensions and I can disabled panel access here ; but if users go to window->extensions, there are enabled.Thanks
Hi there,I'm in the process of creating an Illustrator Plug-in using an HTML/js extension for the UI. I have noticed that the extension type is set to Panel that the panel remembers its last position on the screen, but if you move a ModalDialog, close and reopen it, it always appears in the centre of the screen.Is there a way to do this for a ModalDialog or a way to get/set the position of it?Cheers
HiI Have CEP Panel for ID.Fixed size in manifest<?xml version="1.0" encoding="UTF-8"?><ExtensionManifest Version="4.0" ExtensionBundleId="net.mediabook.InPublishingPanel" ExtensionBundleVersion="1.0.0" ExtensionBundleName="InPublishingPanel" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Contact mailto="assistenza@inpublishing.it"/> <Legal href="http://www.inpublishing.it/"/> <Abstract href="http://www.inpublishing.it/"/> <ExtensionList> <Extension Id="net.mediabook.InPublishingPanel.panel" Version="1.0" /> <Extension Id="net.mediabook.InPublishingPanel.navigatore" Version="1.0" /> </ExtensionList> <ExecutionEnvironment> <HostList> <Host Name="IDSN" Version="[10.2,13.9]" port="8001"/> </HostList> <LocaleList> <Locale Code="All" /> 
Hi everyone. In the version of CC2015, the script works well-collapses the panel into a narrow one and expands it into a full size. But in CC2017 the script does not start to work every time, and through one "open" click. Messages "1" and "2" are triggered, but the panel is not expanded. Please help me if ($("#chbMini").prop("checked")){ //check alert(1) CSInterface.prototype.resizeContent(330,300) }else{ alert(2)
HiIs it possible to install Photoshop Generator plugin via Adobe Exchange the same way as you're able to install panel extension? Our company created a Generator plugin which is based on Image Assets which comes bundled with Photoshop. But so far we didn't find a way on how to install it using Adobe Add-ons / Adobe Exchange, so for now we're providing a standalone installer. It does the job, but it's quite cumbersome to handle different Photoshop versions, operating systems, push a new version to users when we update the plugin, etc. Any help or tip would be much appreciated!Best regards!
I've published version 2 of JSX.jsSee http://creative-scripts.com/jsx-js/ for detailsIt's basically an alternative to using csInterface.evalScript with in my opinion some big benefits.Has 2 methods jsx.evalScript and jsx.evalFileThe update has meaningful error messages so instead of receiving the standard csInterface.evalScript "Eval Error" message you'll get to something like:ReferenceError 2: bug is undefined File: /Users/Trevor/repositories/CSTK/com.creative-scripts.cstk/jsx/1.jsxLine: 2-> bug+2orSyntaxError 25: Expected: ;File: /Users/Trevor/repositories/CSTK/com.creative-scripts.cstk/jsx/1.jsxLine: 2-> 1 + 2bug + 3Bug: 2bug
We are investigating moving more of our Mac Creative Cloud Plug-Ins to the Adobe Exchange. These are currently mostly for InDesign so I am going to use InDesign in all the examples below.Currently we handle installation using an Apple Installer .mpkg/.pkg and scripts to find the versions of the InDesign application installed. The Plug-Ins are then copied to the respective "Plug-Ins" folder.At this point, we are wanting to continue to offer our Plug-Ins in the Apple installer as well as the Adobe Exchange. I have been thinking about utilizing the ExManCmd command-line tool from our scripts to install our Plug-Ins from the same .zxp files we would upload to the Adobe Exchange.On each Adobe Exchange product page there is a "Download/Install another way" link which suggests that the .zxp can be downloaded and installed using ExManCmd, ZXPInstaller or Anastasiy’s Extension Manager. ZXPInstaller is open source and the GitHub repository includes the ExManCmd which is embedded in the applicati
Most of the Lightroom templates (top 24) are setup as 8.5x11 paper size. Whenever one of these tempates is selected, the rulers show the size to be 8.5x11, and all is good.If I build a custom template, and setup the paper size to be something else, say 4x6, then whenever it is selected, the rulers show the size to be 4x6, and all is good.Whenever I go from one of these templates to another, the paper size changes to the proper size (8.5x11 or 4x6). All is goodHowever, whenever I change from my custom template (4x6) to one of the last three Lightroom templates (Fine Art Mat, Maximum Size, or Triptych) then the size remains as 4x6 instead of changing to whatever they were originally setup to be. Is this a bug? Can it be changed? I am using Windows 10, and the latest subscription Lightroom Classic CC
The "<Extension Name>" extension could not be loaded because it was not properly signed.Above issue, I'm facing while running the extension, I have tried the URL given below still, the issue persists. Photoshop com.adobe.preview.loader extension could not be loaded I tried Installing Photoshop Adobe CC 2015, 2017 and 2018 all version in 3 different MAC system after configuring all settings for the Eclipse with including the extension builder 3.0 version. I'm still facing the same issue.I'm here creating the new extension using the Eclipse Version 4.4.2.Screenshot of the error message while running the extension in the Eclipse debug mode is given below.Eclipse Preferences setting screenshots.It would be of great help if you can help me to create the extensions.Thank you
Hello,i have complete my develop of an CEP Extension that works with a *.8bs Plugin (written in C++).Now i want to publish the Extension but i don't know how to create a zxp File with the Extension and the plugin.Have anybody a solution for this?Best regardsAlex
I can’t get Node.js to work – but I need filesystem access. I double and triple checked the manifest, documentations and existing threads... I included enable-nodejs to the manifest and iFrameThen I dovar fs = require(‘fs’)but I get ‘copyFileSync is not a function’ when I try to use fs.Any help is highly appreciated!
I have been using Adobe Pro for several years and pay for it yearly ($194). If I purchase Adobe Pro 2017 for $449, will it last a few years/offer free updates? Or is it only good for 1 year?Thank you.
Hi -I was going to purchase a add-on for Photoshop. Are the paid add-ons a monthly charge or a one time charge?Nick
So I have the following paths set in in the Adobe Extension Builder 3 preferences:CC paths -> Service Manager root folder : /Library/Application Support/Adobe/CEP/extensions User-specific Service manager root folder: /Users/richard/Library/Application Support/Adobe/CEP/extensions Target Application: /Applications/Adobe Premiere Pro CC 2018/Adobe Premiere Pro CC 2018.app/Contents/MacOS/Adobe Premiere Pro CC I am running Eclipse:Oxygen.2 Release (4.7.2)macOS 10.13.3I have run out of things to try. the paths seem correct. Is there some mo
Hi. I was wondering if there is a method to connect my html extension to a mysql database on my host's webserver? I just want know the work flow and the technologies that I'll need to deploy. If it is not possible, are there any workarounds?Thanks for any advice,
Hello,I've got a problem since a few days.I use grunt-cep to package my plugin. It worked since a lot of time.Users had a zxp that used to work. But now if they uninstall it, they cannot install it anymore :"Installation failed because the extension does not contain a valid code signature."I cannot package again my plugin because now I have this problem :"Creating ZXP package at staging\package\a91a126f-8478-400c-9c8b-a7e07d590092.zxp...ERRORError - Certificate is expired or not yet valid. Please check certificate validity.Fatal error: Unable to create ZXP package."Is there something about certificate ?Perhaps mine is outdated but I don't know anything about that .. Another person worked on it years agoAny ideas please ?Thanks
Hey,I was just wondering what the correct protocol for submitting bug reports or fixes is (CEP Panels). I've found several bugs, and have patched most of them myself. I would like to either document these for the developers or submit the fixes for approval. Is there any protocol for this?Also, I noticed the github issues aren't addressed by developers or Adobe reps, and pull requests aren't regularly accepted. Is there any chance we could get a rep on the github page? Seems a lot of people are willing to submit issues and fixes. Given the number of bugs and irregularity in the documentation, it would seem to benefit the product team to allow the community to contribute to this process.Thank You
I have been developing an Extension for use with an Illustrator Plugin as its UI, but have encountered a slight problem.On Windows 10, when you change the scaling, the dialog doesn't display correctly. For example, I've created a Modal Dialog with some Ok and Cancel buttons pinned to the bottom of the dialog, but when I set the scaling to 150% in Windows, I can't see either of them, they appear to be off the bottom of the dialog, and resizing doesn't reveal them.Is there a way around this?
Hi All,I am developing a html extension for InDesign CC2014. There is a scenario where I need to communicate between the extension and C++ InDesign plugin.I followed the instructions at http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/cs-extension-builder/pdfs/CC_Extension_SDK.pdf and wrote the extension part of the code. The c++ part of the code hasn't changed from the Flex versions so had no problem there.I tried to invoke the extension from the plugin and it worked. I registered an event in the plugin to listen for and dispatched another event from the plugin. But the panel doesn't seem to listen or dispatch any event. On the c++ plugin part, the registration and dispatch error codes returned were success codes so the problem is not with the plugin.Here is the code for the html panel,I register the event to listen for at the time of page load. function onLoaded() { var csInterface = new CSInterface(); // Register the named event handler csInterface.
Hi, I would like to know if it's possible to fork a CEP process?I would like to fork a process (like Nodejs does natively) instead of creating a brand new one.For instance, if I want to run a new js script from an Adobe extension, I need to give the path to NodeJs then the path to the script then the arguments.I would prefer do a 'forking' instead as it's going to create a clone of the running NodeJs process and allowed me to skip giving the path to a NodeJs executable. It will also allow me not to ship a new Node within the generated extension or ask the user to install Node.
Hi,How to add a flyout menu in illustrator cep(2014) html paneli have use following codevar flyoutXML = '<Menu> \<MenuItem Id="actionMenuItem" Label="testMenu" Enabled="true" Checked="false"/> \</Menu>';// Uses the XML string to build the menucsInterface.setPanelFlyoutMenu(flyoutXML);window.__adobe_cep__.invokeSync("setPanelFlyoutMenu", menu);but it does not worked in illustrator. but worked fine in indesignpls helpThanks[Moved to Extension/Add one development by Moderator]
First, I'd like to congratulate Adobe, as well as all of us, on the release of the new Adobe Exchange! I hope it will be a success for all parties involved.Now may I submit a suggestion:I believe that the screenshots in product listing are now next to useless because they're just too small (unless I'm missing something). (It's possible to enlarge the entire browser page to see bigger images, but most users won't do this). I think that users should be able to click those small previews to see the enlarged version of the picture.Thanks,Leo
Hello team,I'm trying to send parameters from an InDesign CEP extension to another InDesign CEP extension.Actually I use dispatch/addeventListerner prototype, the dispatch works, not the addeventlistener.help is welcome.regards
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.