Join our global community of Adobe Exchange developers.
Recently active
Javascript alert can someone help me, when i use the extension in photoshop i see a table like this
Hi,Working on an ID CC18 extension which is quite small. I want user to possibly resize panel horizontally but not vertically. So I just edited the manifest that way : <Geometry> <Size> <Height>150</Height> <Width>500</Width> </Size> <MinSize> <Height>150</Height> <Width>500</Width> </MinSize> &nbs
DescriptionExtendScript does not handle the continue statement according to the ECMAScript 3rd Edition standard when located within a case clause of a switch statement. The problem is slightly different when a continue statement is placed within a switch statement's default clause. The specific issues are as follows:Within a [switch-case] statement: The continue statement is ignored.Within a [switch-default] statement: The continue statement breaks out of the default clause of the switch statement and continues processing after the switch statement, rather than with the next iteration of the enclosing loop.This can cause fairly straightforward logic to explode in surprising ways. It can also make it difficult to use modern technologies with ExtendScript (e.g. transpilers).DetailsThis is a simple test-case:var test = function(){ for (var i = 0; i < 3; ++i) { $.writeln("Pre Switch"); &
As the title indicates extensions in AI does not display my panel. I used this panel on another system and it worked fine. In the below image you can see it says "Libraries" which is the default but nothing else. I tried the panel in two locations. The system Library and user library:Library/Application Support/Adobe/CEP/extensions/ panel info here....I ran the debug command also. (Important note: when debug isn't set the panel still appears but is grayed out). In this case there's no panel at all. I restarted. Any idea what's going on?
I have an axios.post function that is responsible for uploading files to a server via my CEP extension Panel in Photoshop. If the file being uploaded is more than 90MB, my adobe CEP extension panel automatically reloads after some time (instead it should be waiting for the file to upload). Niether the success or error functions of the axios post function is reached and the request does not get sent to the server. For file uploads less than 90MB, the CEP panel behaves as expected by showing a loading symbol until the server sends back a 200 response. Does anyone know how to prevent/fix this behaviour?
Hi Folks, I am trying to add Google reCAPTCHA v2 to my CEP Photoshop plugin. The issue I am facing is since the plugin is served from a file and there is no domain associated with it. For registering any application for recaptcha, it allows only three types as of now - website, android and IOS. Has anybody had success implementing google recaptcha in their plugin? How did you register to get the site key?
Good afternoon, when I convert from excel to pdf and an excel cell has the information partially hidden, it can't be displayed in the pdf document?
Buenas tardes, cuando convierto de excel a pdf y una celda de excel tiene la información parcialmente oculta, esta no se puiede visualizar en el documento pdf?
The threads on this topic are pretty old, so I'm going to try again, since nothing worked. The right pane on documents opens with every document, and the document opens in full screen. I've changed this before, but after an update, everything's back and it will not save. As soon as I close the document and reopen it, the right pane is open again and the document is once again in full screen. My compatability settings are all turned off, and these documents are recent. I just updated to version 2021.005.20060. I actually tried turning compatability on but that didn't help so it's off again.
The extensions I had made with CEP 9 don't seem to work with Illustrator 25. Our users need to revert back to Illustrator 24 in order to install them. When I tried to update to CEP 10 and package the extensions with the latest ZXPSignCmd,exe, I'm getting an error with ExManCmd:Failed to install, status = -268! Attempting to install the bundle with Adobe Extension Manager CC gives me the same error code. It looks like this error code, according to this post means EXMAN_FAILED_INVALID_MANIFEST_VERSION. However, I updated and based my manifest.xml file on the one in the CEP_10.x sample project CEP_HTML_Invisible_Extension-10.0.Any help would be great. Let me know if more information is needed. Thanks!
Hi,I keep getting my extension rejected for the reason: EXMAN_FAILED_INVALID_MANIFEST_VERSION ...I'm assuming that means that my version number is invalid. Am I right? If so, can anyone see what's wrong with it? I can't find any documentation to explain what a valid format looks like. <?xml version="1.0" encoding="UTF-8" standalone="no"?> <ExtensionManifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ExtensionBundleId="com.xxx.xxx" ExtensionBundleVersion="1.0.0" Version="1.0"> <ExtensionList> <Extension Id="com.xxx.xxx" Version="1.0.0"/> </ExtensionList> Thanks in advance!
Hi, I'm currently trying to build an extension that tries to fetch data from my server. But unfortunately, I'm unable to execute. is there any example code or steps which can be followed?
Hello,I am receiving the following error message in my CEP plugin on a Mac when trying to export an artboard as a .jpg. Anyone have any idea what this means or where I can look up the error code? I found the message in the CEP10-ILST.log file. DEBUG outResult value of PlugPlugEvalScript() : Error: an Illustrator error occurred: 1128353364 ('TNAC') Any help would be greatly appreciated!
I was under the impression that I could sign in with five devices with my Abobe CC account. Am I missing something?
Ich habe das PS LR ABO seit 2013 und hatte es auf meinem PC und am Laptop installiert.. Nach dem ich den Laptop nach längerer Zeit wieder in Betrieb genommen habe und von Win7 auf Win10 umgegradet habe, finde ich nur noch die Bridge, In der Creativ Clou wird mir mein ABo angezeigt, aber wenn ich PS installieren möchte, wird immer nur die Testversion installiert und als abgelaufen abgezeigt.
Hello, I'm using XMP Toolkit SDK on iOS, I would like to add GPano metadata to my fresh created jpeg (jpeg is created from scratch with QImage API). I started from SDK code in "samples/source/ModifyingXMP.cpp", I just added this few lines : // register namespace string actualPrefix; SXMPMeta::RegisterNamespace( "http://ns.google.com/photos/1.0/panorama/", "GPano:", &actualPrefix ); // write GPano metadata meta.SetProperty("http://ns.google.com/photos/1.0/panorama/", "ProjectionType", "equirectangular", 0); I use this lines to dump meta content : SXMPIterator iter( meta ); string schemaNS,propPath,propVal; while( iter.Next( &schemaNS, &propPath, &propVal )){ cout << schemaNS << " " << propPath << " = " << propVal << endl; } When I dump meta, I have this : http://purl.org/dc/elements/1.1/ = http://purl.org/dc/elements/1.1/ dc:creator = http://purl.org/dc/elements/1.1/ dc:creator[1]
does anyone have links to install CS6 please
Looks like an extension prevents anchors to open URLs in _blank target (can do _self).Also looks like there is the --disable-javascript-open-windows option for the resource but because the behaviour above I would expect to have --enable-javascript-open-windows instead.s.openURLInDefaultBrowser works, but I wonder if there is a cleaner option. In my case I also have an iFrame in the HTML page, so all links in the iframe are blocked at the moment. Any idea how I could enable _blank links in my iframe? Thanks!
In Photoshop (I'm using the latest 22.4.1) cs.resizeContent doesn't do anything to me. I have an initial Geometry: <UI> <Type>ModalDialog</Type> <Menu>My Extension</Menu> <Geometry> <Size> <Height>600</Height> <Width>800</Width> </Size> </Geometry> </UI> Should I wait for some events before calling such method? I'd like to make my ModalDialog as largest as possible. It would be nice if the user could also resize it.Any example I can get inspired from? Thanks!
Hi everyone I want to do remote debugging on a cep panel. I followed this link to set up my .debug file. But ervery time it says Page Failed to load. I even tried other extension downloaded from the Official CEP repo. None worked. Chrome not working, either. Here is what cef client showed Here is the my .debug file content:<?xml version="1.0" encoding="UTF-8"?> <ExtensionList> <Extension Id="com.adobe.PProPanel"> <HostList> <Host Name="PPRO" Port="7777"/> </HostList> </Extension> </ExtensionList>And manifest.xml screenshot: Can anyone help me? What I am missing?
I downloaded adobe reader DC, and still can't download documents. Not sure how to configue adobe viewing enviorment.
When accessing undefined properties in the host file the `evalScript` call return an error, even if I wrap the script in a try/catch.I'm trying to figure out in the host script if the `activeDocument` has ever been saved (has a path). How can you do this otherwise?
I'd like to pass to my extension the flat document to be edited further. Is there a way to do so by bypassing the filesystem? Can the host pass to the UI only strings? Thanks!
Can't tell if this is the right community. If not, apologies. I like to watch tutorials on Behance. However, I have no idea what keys (if any) will advance or rewind the video (like 'j' and 'l' and arrow keys on YouTube). I know that I can scroll the progress bar with a mouse, but often I just want to hear some tip again and the mouse scroll is not the best. For this reason, I give up the chat function on videos from Terry White and watch on YouTube. Alas, not all Behance videos seem to show up on YouTube. Any ideas? I've tried 'j' and 'k' and the arrow keys, cntl-arrow and alt-arrow to no avail.
I created a swatch library way back in 2013 and sold it on Exchange. It's not a plugin or extension, or script - it's simply a swatch library. It "installed" fine for years - but at a certain point it became "incompatible". Users would still purchase it, and I would have to end up just sending them an .ai file that included the swatch library. My question:Is Adobe Stock a better place for my content, since it really isn't an "extension", but rather, well .. content?Could I have it on both Stock and Exchange/Marketplace? If so, how to do I make it "compatible" on Exchange? Thanks for any guidance!
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.