Join our global community of Adobe Exchange developers.
Recently active
Hi,I uploaded extension(ZXP) but not submitted yet in adobe producer portal,after this i went on my adobe Add-ons website i see my uploaded extension in preview mode, from that i acquired and installed this extension but i didn't get any update in adobe creative cloud application(CC2018). In CC2018 synch mode is on and i sign out and sign in many times still facing same issue. how to get update in cc2018 and test in my InDesign cc2018. I dont want to use any Extension manager or Zxp installer. it is possible ??
Hi Everyone!,Is it possible to connect Data Base (Ms Access, SQL server) using from Photoshop extension panel.Please guide me if feasible and your help much appreciated.-yajiv
As I understand it, each ExtensionManifest can contain multiple extensions: they are a package. My guess is that this allows you to include multiple related tools with one installation. When using the ExManCmd tool (--list all command), however, the "Extension Name" field in the output shows the bundle name [and version] rather than the included Extension's name. Is this expected? Could someone please clarify the ambiguity a bit?Further, is the expectation that any time an <Extension> entry in the <ExtensionList> has a version bump that the <ExtensionList> also gets a version bump?
Please note that for all Creative Cloud Adobe application users installing Add-ons, the Creative Cloud Desktop Application should now be used for installation as opposed to Extension Manager CC. (Note that Extension Manager CS6 should still continue to be used for CS6 add-ons users only).When you log into the Extensions website and click the blue button to ‘acquire’ an add-on, after several moments pass, you should see some activity in the Activity Stream in the Creative Cloud Desktop App (as per the image on the right). The stream should indicate whether installation was successful or not. (If you receive an error code, please check the list of errors posted in this article: https://www.adobeexchange.com/resources/19#errors)For Adobe Add-ons users who are experiencing installation difficulties via the Creative Cloud Desktop App where the Activity stream in the app Home tab is NOT reporting any error messages, we would ask you to first of all please restart your computer – particularly
I have a main extension that depending on the situation and context can open up some modal dialogs. For one of those dialogs, the optimal size is not fixed and depends heavily on the context:* User screen size* Content height & widthThe modal opens at 150 x 150px and starts loading its contents. Once this is loaded in the background, I can calculate the desired size of the modal.Using these calculated sizes and the CSInterface.resizeContent method I'm able to set the modal to its ideal size.The only issue here is that the modal is no longer centered after resizing.So the initial modal of 150 x 150px is dead center (which I like), but after resizing the top-left corner will remain in the same place and modal will overflow off the screen, requiring the user to reposition it.So I'm looking for a way to set my modal in the center again, after resizing. I didn't find anything in the CSInterface. Is something like this possible?
HiI want to drag some assets from my extension panel into the project panel for importing. Is there a way to intercept the drop event? These assets needs to be downloaded before importing.ThanksAnand
Hello.I want to modify some information of the add-on published as private.So I pushed the following button.but the following message is displayed and it can not be edited. And I tried to delete my product. but I couldn't. Let me know how I can delete my product or how I can resolve the problem.Thank you.
We have to put extension version information into the manifest.xml file. Is there a way to access this programmatically from within panel extensions or would it require loading and parsing the XML directly?
i have a load images to stack as layers button on my extension but it creates a new document with the name "New Document" i need it to be the name of the first open document, this is my code, how do i add the proper code into this?function HRDStack(){ function step1(enabled, withDialog) { var orig_ruler_units = app.preferences.rulerUnits; var orig_display_dialogs = app.displayDialogs; app.preferences.rulerUnits = Units.PIXELS; // set the ruler units to PIXELS app.displayDialogs = DialogModes.NO; // Set Dialogs off //var closeDocs = prompt("Should documents be Close without saving?", "Yes"); var canvasSize = new Array(); // what size canvas is needed canvasSize=getDocDementions(); // get max width and height
Hi all,Adobe Cloud desktop app has sent notification of installed Plugin, however no matter what I do, I can never see the add on anywhere in LRC.Is someone able to help please? I've tried Extension Manager and that also states the plugin is installed, but yet again, its not accessible from inside LR. I've got the same problem with PS CC.
Hi guys. My friend and I have been working on an extension for Photoshop and when we make changes we sign it and it works. I can't edit his code unless he has signed it and he can't work on mine unless I signed it. He recently got a new pc and he can sign it but in Photoshop is shows it was not signed. Once I signed it then it works again. Will I be able to sign it as well if I reinstall my Operating System? He thinks that it is a problem with his new pc, is this likely true? Or are there step we need to take to get him to sign it correctly again?We are using Windows OS and I also test it in Macintosh OS running in a virtual machine.Any ideas, thanks for the advice!
Earlier today I was surprised to learn that CSInterface.evalScript is a blocking (synchronous) function, even though it looks like an asynchronous call.It is possible that some host applications actually do process CSInterface.evalScript() in an asynchronous fashion. My personal experience with CEP development is limited to Premiere Pro. Has anyone encountered an application wherein evalScript is verifiably handled asynchronously?If CSInterface.evalScript() does indeed block across all host applications, then it may be a good idea for Adobe to update its documentation. (That said, it should be updated regardless, at the very least to point out that some host applications may handle it in a synchronous fashion...)
Hello every one, could some one explain me the difference between the below mentioned extensions in mac.
Hi All,Firstly I shall apologize for multi posting this post across several forums I have done so as I'm sure the extension will be very useful for scripters / developers across range of products.The CSTK has 2 components to it.1) An in-app console for JSX, JS and Shell. This is very useful for amongst other things examining DOM properties without needing to leave the extension or seeing if JS snippets work on the app.2) A selection of HTML extension toolsI works on Photoshop, InDesign, InCopy, Illustrator, After Effects, Premier Pro and partially works on Dreamweaver.Check out these links to install it and for further info.CSTK In Adobe App Console and Development Tool | Creative-Scripts.comGitHub - Trevor-/CSTK: Adobe HTML extension Console for js, jsx and shell and extensions development help Enjoy, Trevor
Hi all. Adobe Stock is missing in my Lightroom Classic CC Publish Services panel. And, when I click to add, it's not an option. Any help appreciated. Thank you.
I have a major problem with panel signing.I have a panel with 2 tabs.Seemingly at random, after different amounts of time after installation, users get a "MyPanel extension could not be loaded because it was not properly signed".The error can show up on any of the tabs. When the error is there, the other tab might still work as usual.How am I signing:1. Convert all jsx to jsxbin2. Rename all jsxbin to jsx3. Run ./ZXPSignCmd -sign build/cep dist/mypanel.zxp mypanel.p12 $password -tsa "http://sha256timestamp.ws.symantec.com/sha256/timestamp"How I am installing:- using ZXP Installer (zxpinstaller.com)Will be glad for any ideas and tips
Hello,I am developing extension for Adobe InDesign for Mac and Windows. I recently upgraded to InDesign 13.0.1 on Windows and now I can not get the Extension Manager Command line tools to work with InDesign. InDesign CC 2018 is not listed as a product when I run 'ExManCmd \list all' command. When I try to install an extension targeted for InDesign 13.0.1 version, I errors out and again the \list command does not list InDesign 2018 or its extensions. Was there new version of command line tools rolled out with InDesign 13.0.1 ? If yes, can you please give me the link?Also, is there a way to manually uninstall an extension from Adobe product, i.e., when I can not get the command line tools to uninstall an extension installed on a previous version of InDesign?Any help is much appreciated.Regards,Swati.
We're experiencing problems with CEP for Adobe CC 2018 for Windows (Adobe Photoshop Version: 19.0 20170929.r.165 2017/09/29: 1138933 x64). It seems that CEP can't recognize certificate for *.cloudfront.net (Amazon's cloud storage). When I try to load cloudfront, error appears:Page failed to load.The certificate for this server is invalid. You might be connecting to a server which could put your confidential information at risk.URL: https://d5mzcjgfvy5f.cloudfront.net/frontend/adobeaddin/3.0.1_4584/styles.css?time=1516364154000&version=3.0.1Error: UNKNOWN (-214)But when I open the same link in Chrome, certificate shows up as secure and valid thru 11/21/2018. And the latest Photoshop 2018 for Mac opens this link perfectly, so it seems that current CEP 8 for Windows has problems with certificate recognition. Do you have any workaround on this issue?
the estensions in pr cc 2018 is grayed out.I have uninstall the software for more times and install it from adobe creative cloud but it doesn't work. !
I've been combing over the latest Extension Manifest documentation to update our content and ensure that our setup is solid. I noticed this line, which suggests that you can add an "Engine" attribute to the <ScriptPath> element. The documentation describes this attribute as:This defines an optional ID for the ExtendsScript engine. This can be used to run different scripts in the same engine. This value is localizable.What does that mean, exactly? How can it be used?
I've set up a function to handle pasting images from the clipboard to a canvas element inside my extension. It works fine on sites like jsfiddle or codepen, but Photoshop CC hijacks the event instead and content gets pasted to the active document as a new layer - the default behavior.I assume I need to add some sort of if statement to prevent the default action if the panel has focus, but I don't know how to go about doing that. I'm not even sure what library/platform/thing I should be using for this. I have tabs open for CEP, ExtendScript, and CSXSLibrary, and I'm not sure which of these I need in this case.Here's the main.js paste function:pasteImage = function (e) { var items = e.originalEvent.clipboardData.items; // 1885434740 = charIDToTypeID( "past" ) = paste e.preventDefault();
Creative Cloud or Adobe consistently places a folder called "Flypaper Texture Taster" on my desktop. I don't want it installed to the desktop. I am running CC2018, Windows 10 current version as of October 17, on a dual core PC with Intel processor.Even if I delete the folder, it reappears after every reboot.I've tried searching the registry for "Flypaper textures" or "flypaper" or "textures" to no avail.How do I stop this from installing to my desktop?
I've been using persistent cookies to save a few user settings in my extensions for Illustrator for a while now, but with the switch to CC 2018 the cookies stopped working. I also tried switching to HTML5's local storage without success.I started running some tests with the CEP_HTML_Test_Extension, which has a section for testing cookies (under HTML1) and for testing local storage (under HTML 2).While Illustrator doesn't work, I noticed that Photoshop does - it keeps both cookies and local storage between sessions. However, if you open and close Illustrator, both Photoshop and Illustrator lose their cookies and local storage.It seems like whenever Illustrator closes, it deletes the cookie cache directory for all extensions (on Mac, ~/Library/Caches/CSXS/cep_cache). If you have this folder open when you close Illustrator, you can see it vanish. It's possible that this may be a Mac issue, as I don't have a PC to test this on.Has anyone else run into this problem?Thanks!
hello,while trying to debug through browser in adobe illustrator 2017 i am unalble to open the source file through debugging mode in browser. please have a look at the screenshot.That is what it shows me. tried moving the or dragging windows and everything. PlayerDebugMode is also set to 1.Suggest me a way to get out from here..
Hello,inorder to debug through browser and set playerDebugMode to 1 there are no csxs preferences files and some one help me with this how to fix this.The above is the image of regedit for windows.
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.