『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
For adobe exchange website. It seems the default sort is "most popular" rather than "most recent". Not sure if it's an expected change, as it's confused that newly added add-on is always in the oldest page (it's page #118 now). We plan to add some new add-ons recently, and how would it be possibly visible/populated to end customer...We guess this could confuse other producers, like us, who will post some new add-ons.
Hii'm new to CEP Extension development. I'm trying to load Swatches file ( Adobe Swatches File - .ASE File ) via CEP Plugin.I was able to meet the requirement on Windows machine because my Swatches files are kept in Windows file server.Any one ever tried it on Mac computer ?below are my code and suggest me how to load Swatches dynamically on Mac machines from Windows Shared Path. theFile = "\\\\xxx.xx.xx.23\\folder-xyz\\xyz\\xyz.ase"; /* This path works perfectly on Adobe Illustrator CC 2017 - Windows Operating System */ theFile = "smb://xxx.xx.xx.23/folder-xyz/xyz/xyz.ase"; /* In Mac computer its not working */ var theFile = new File(theFile); var openOpt = new OpenOptions(); openOpt.openAs=LibraryType.SWATCHES; open(theFile,null,openOpt);
Hello. On Exchange i've downloaded the 11 Magic Scripts for Photoshop extension.On My Exchange webiste it is "Acquired", and the button is "Uninstall". But I cannot find the scripts in Photoshop (they are not in the C:\Program Files\Adobe\Adobe Photoshop CC 2019\Presets\Scripts folder and anywhere else).When Uninstalling and installig again, the Adobe CC app gives the notification:(Addon 11 Magic Scripts for Photoshop was installed).But I cannot find it. Please help.
Good morning.I've been developing PPRO extensions since a year ago and self-signing my releases with ZXPSignCMD for 3rd parties usage.Since the update to CEP8 I have noticed the Signature verification is failing on MAC.I mean. I am signing and packing my extension on a mac laptop and It is loaded and works properly on Windows machines, but on MAC the extension appears on the extensions list and the logs said first signature verification was ok. Then I click to open the extension and it is never showed and CEP8 logs show Signature verification failed.The ZXPSignCMD has the verify option and I have also verified it is OK.I even downloaded the CEP8 samples on the github and gives me the same Signature Verification error, so it is very weird.Of course with the DebugPlayerMode =1 works, but I only use this for development purposes.Anyone having the same issue? Any hint of what is happening?Thanksmoved from Premiere Pro CC to Extensions / Add-ons Development[Moderator]
I set up an Adobe ID about 4 years ago. I am now having problems opening books on my Sony Reader because they are protected by DRM.I cannot put in my Adobe ID for authorization because first of all, that email account no longer exists. (it was blocked by Hotmail) I no longer live in the same country as when I set up the account, so the cell phone number doesn´t exist either.I can´t access this Adobe ID in order to transfer books from Digital Editions to my Reader. To make things worse- I had to install Digital Editions again on my computer and now I can´t authorize my computer either, because of this "lost" Adobe ID.I don´t know if anyone can help me- I´m really stuck on this one.Thanks so much.
Hi,I have created an Creative Cloud - OAuth Integration for using Creative SDK API where the approval is pending from last 15 days. How much time is required for approval ?Thanks,SaAsh
Hey out there... All but a few (Command S, Q, V, C) of my shortcuts are MIA. Just vanished and my workflow is basically halted without them. I have gone to "keyboard shortcuts" and tried to mitigate, but I have no clue how to "reload or reinstall" them? Or even where to find them. HELP! A
Hi there!Which products does your extension work with?The only particularly odd change from CEP 8 to 9 that I know of is the way the version numbering appears in your manifest file, but if your panel shows up correctly, the manifest probably isn't the problem... The more drastic changes happened between CEP 7 and 8.You might be able to find some additional clues in the CEP cookbook about the update. There's a list of depreciated Chromium APIs, and a lot more information.Let me know which products (Illustrator? Photoshop?) you're working with and whether or not the issue is happening across operating systems or just in one OS, and I'll see if I can get someone from an appropriate product team to check it out.Best,Erin
I want to develop an extension for Photoshop CC on OSX using Eclipse.I've installed Eclipse and the Adobe Extension Builder 3 package, and set up the basic template.When I try to launch it, I get this error:Launch ErrorUnable to launch extensionReason:Could not launch Photoshop CC. Please check your installation and ensure that the correct launching path is specified inside Adobe Extension Builder 3 PreferencesI have gone into preferences (Eclipse -> Preferences -> Adobe Extension Builder 3 -> CC Launching Paths -> Target Applications) and made sure the path for all the applications are set correctly. I have updated all the apps. It still does not work, and throws the same error.Anyone had this same problem and managed to fix it?Thanks
I've got an extension panel ready to package up and distribute, but one thing still bugs me a bit--the icon:I have set it up as a 23x23 .png file since that is what I have seen posted in other discussions. I've also supplied retina versions at 46x46 for @15739213 and 69x69 for @11199216. (I like to future-proof.)As you can see in the image above, the icon appears slightly offset to the right. Is 23x23 not the correct size anymore and, if not, what should I make my icons?Side QuestsI've tried making the icon .svg files instead, as they would theoretically remain nice and sharp all the way up to the largest interface scale (since Illustrator CC 2019 allows for this now). However, I have thus far been unable to get SVGs to work consistently. Certainly not with a non-filled 23x23 square to surrounding the art.I've got my manifest.xml file set up to use the four types listed in the Cookbook: Normal, RollOver, DarkNormal, and DarkRollOver. This accounts for two brightness levels. However, wi
Hi, hi'm using https://github.com/KupinFB/Adobe-HTML-Extension-Drag-and-Dropand i'm trying to insert SVG from url . i tried alot but i have no idea whats the best sloutuion for this !
So, I recently updated Animate CC to version 19.0. I also got the Manage Extensions utility, as I needed a lot of extensions. When I opened up the utility, I saw that all my extensions from Animate CC 2018 was transferred over to 19.0. I uninstalled a few extensions, as I didn’t need them, however, three plugins in particular (AnimationPencil, GrassBrush, and FrameScrub) were not showing up in Animate. So I selected “Uninstall” next to AnimationPencil in the Manage Extensions utility, and on the bottom, the text said “Uninstalling extension…”. I waited, but nothing happened for a long time. I tried to uninstall GrassBrush and FrameScrub, but it still won’t uninstall. I tried to uninstall GrassBrush using Adobe Exchange (FrameScrub and AnimationPencil aren’t on Adobe Exchange) but the Creative Cloud app said that there was a file operation error. I tried to use Anastaisy’s extension manager, but when I try to remove any three of the extensions listed above, all that comes up is an error
I've been searching for help documents for a long time, and I haven't found any events that can monitor the movement of an object in the document. Does anyone know what to do? I hope someone can help me, thank you.
Hi!I'm developing a Photoshop extension on PC with CEP 6.0, and it showed my extension just fine in 2018, but in 2019 strange diagonal lines started to appear. The funny thing is, that i ran it on different computers, and this "error" only occured on computers with Nvidia cards in it! Is it a know issue? Is there any workaround that?How should i approach this issue?
Although I have succeeded in several extensions, I used the 4.2 version of CSInterface.js, but when I sent it to the expansion market, I found it only compatible with 18.0-20.0. I don't know why, after all, my code is very good. Simple, not too complicated, so I am looking for help, is there any way to test its compatibility before uploading?I have used html5 and css3 in my extension panel. I don't know if it is for this reason.
Hi all, Does it possible to install multiple ZXP file(extensions) at the same time using ZXPInstaller or any other way?Thanks in advance,Sasi
Hi I am Using Window Server 2012 R2 Standard and I have noticed that there are plenty of files in C Drive creating automatically extension .sesAfter searching in Google it looks like that the extension is related to AdobePlease advise us in same.
Hi everyone,We created an adobe HTML+JS+JSX panel and signed it with a self created certificate using the ZXPSignCmd tool, the extension used to work fine with all the 2018 versions of Adobe CC products. When our end user updated to 2019' versions, they where prompted with the invalid certificate error box and the extension didn't start correctly.We planned to buy a certificate from a CA , but the link posted in the FAQ leads to the adobe exchange documentation and there's no list of approved partners.
Hey all, I can drag and drop an image from my extension to the active document in Illustrator. This works, however, while dragging through the extension itself, the mouse cursor doesn't change to show the dragged object (I think this is called a ghost image?). You cant even tell you're dragging until your mouse icon enters Illustrator and the cursor changes to show a little green + symbol.When I run my extension in Chrome, and I try to drag an image, I do see the cursor change to show the item I'm dragging. What can be done to make my extension, and even better, Illustrator itself, show the dragged item during the drag (ie. to change the cursor to a drag cursor with the ghost image)?Any ideas?Thanks,Marshall
I experienced something which I am wondering if anyone else had as well: when passed as evalScript argument, a JSON object containing an empty array is causing the error "Unterminated string constant at Line 1".I have my evalScript statement with the syntax : evalScript("myFunc('" + JSON.stringify(myArg) + "')");While I'm expecting it to work when the object myArg has an empty array among its properties, it throws the above-mentioned error.Is this normal?I'm okay with just changing an empty array to null and writing statements to watch for that in those situations where an array is expected. But hopefully it's just something I'm messing up.
I'm trying to install a 3rd party extension, MagicPicker6.zxp, for Photoshop CC 2017 on my Mac OS 10.12.5. I followed this command line instructions: Install add-ons and extensions for Adobe apps Adobe's error code page said my -501 error means "Installation failed, could not update database. Solution: Contact the Adobe Exchange Online Forum for assistance.How can I install this extension?
Issue is after capturing the image and then after editing the photo from the Android app and then when the image has to be saved, I see that image is not getting saved in the phone and I am using CreativeSDK APIWhen I see the Logcat in Android Studio, I saw this warning:2018-10-27 23:59:57.250 2437-3574/com.example.photoeditor D/skia-encoders: [time] JPEG Decode 9512018-10-27 23:59:57.250 2437-3574/com.example.photoeditor V/moahd-jni: decode time: 9522018-10-27 23:59:57.250 2437-3574/com.example.photoeditor V/moahd-jni: bitmap.size: 5184x38802018-10-27 23:59:57.250 2437-3574/com.example.photoeditor I/moahd-jni: resize(15)2018-10-27 23:59:57.250 2437-3574/com.example.photoeditor V/moahd-jni: bitmap MP: 20, max MP: 152018-10-27 23:59:57.250 2437-3574/com.example.photoeditor W/moahd-jni: Image must be resized! 20MP -> 15MP2018-10-27 23:59:57.250 2437-3574/com.example.photoeditor V/moahd-jni: target: 15MP = (4477x3351), max size: 44772018-10-27 23:59:57.250 2437-3574/com.example.photoed
I have 2 extensions, Layer Cake and Lazy Save.In 2019, Layer Cake still shows up and works fine while Lazy Save does not.I've more or less copied the manifest from Layer cake and renamed the extension stuff to Lazy Save and resigned and it still doesn't show up.I'm at my wits end why this is happening.<?xml version="1.0" encoding="UTF-8"?><ExtensionManifest Version="6.0" ExtensionBundleId="LazySave" ExtensionBundleVersion="1.0.0"ExtensionBundleName="Lazy Save" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><ExtensionList><Extension Id="com.CanuckleHead.LazySave" Version="1.0" /></ExtensionList><ExecutionEnvironment><HostList> <!-- Uncomment Host tags according to the apps you want your panel to support --> <!-- Photoshop --> <Ho
Summary (TL;DR)Is there any way for the HTML Panel side of an Adobe CEP extension to access the local (Or a LAN's) filesystem?Long VersionThe contextAlthough I'm fairly experienced with Adobe ExtendScript (AES), having worked with it for more than 5 years now, I'm almost completely brand-new to Adobe CEP. In the last couple of weeks, I've learned quite a bit about it, though.I have a couple of projects that I wish to convert from a very poorly-made, single-file, procedural, spaghetti-code AES JavaScript file to something more structured and easier to maintain in the future. To that end, I want to use TypeScript and leverage many of its benefits, including modules. Since developing an Adobe CEP extension requires two separate JS environments, I already have my project set up with two tsconfig.json files to handle transpiling to the correct ES versions for each. And since CEP doesn't seem to support CommonJS, I have the HTML Panel side set up to use SystemJS (0.21, as 2.0 has little docu
Hallo Leute, wie bei jedem Versionswechsel, funktionieren erstmal meine eigenen Panels in Photoshop und InDesign nicht mehr. Sowas ist mehr als ärgerlich! In Photoshop bekomme ich den Hinweis, das die Erweiterung nicht ordnungsgemäß signiert wurde. Die verlinkte Hilfeseite hilft natürlich auch nicht. Bei Indesign wird das Panel zwar angezeigt, aber ohne Inhalt. Hat jemand eine Idee, wie ich die wieder zum Laufen bekommen kann? Danke und Grüße
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.