Join our global community of Adobe Exchange developers.
Recently active
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.
Hello,I try to install a Muse widget but it always shows error code -6xxWhen I purchased the item, I changed the email address to my private one, because I wanted to pay with my private PayPal account.Has this caused the error? It shows up in my company's Adobe account but can't be installed. Can you please help here?Thank you.BestJohannes
Hello, I have the add-on extension keyrame caddy and it's not aapearing in my extension drop down. I removed the downloaded and attempted to add it back however i get this message below:Installation failed, could not validate license onlineMay I get some assistance with this thank you Installation failed, could not validate license online
Hello,I have some extensions designed in illustrator indesign 2017. Now we have moved to illustrator 2018. Whats the issue is that in 2017 version the extensions are re-sizable and unable to resize in 2018 version. could some one please some one help me with this?
HI All,I developed a HTML5 extension with target applications Illustrator and InDesign.but I see a behavioural difference b/w InDesign and Illustrator when I opened, closed and reopened the extension.In InDesign panel gets reloaded each time when we reopened it, whereas in Illustrator panel does not gets reloaded.It seems Illustrator persistent by default.Can anyone tell me what changes I need to made to so that Illustrator reload panel after closed or hidden and get same behaviour in Illustrator as that of InDesign.Regards,Alam
So I am trying to make an overlay for streaming, and wanted to combine two squares. One is overlapping the other, while the one underneath connects smoothly to it WITHOUT changing the inner stroke.As you can see, I want that little box to be attached to the bigger one it's overlapping while maintaining its inner stroke. I've tried so much, but failed. Please help me.
I can't find the server behavior and databinding in dreamweaver CC 2018.Please help!!!!!!
Cross-posting to raise awareness of the issue. See the full description at GitHub Issue #154.The short of it is that in CEP8 (at least), dropdown menus (via the <select> element) positioned near the bottom of a panel window will have the dropdown menu contents cut off, rather than either:appear over the edge of the window, orappear as a drop-up.This fairly strongly breaks the usability of the element. [Tagging Bruce Bullis and Zac Lam.]
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.