『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Join our global community of Adobe Exchange developers.
新着順
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
FYI ... I posted this in the InDesign forum and it was suggested that I post here.I just upgraded to CC 2019 and I have an extension that I inherited and was working fine until I upgraded to CC 2019. Now when I open the extension Window > Extensions > My Extension the window pops up, but nothing shows in it like it used to.I deleted the files from the AppData\Roaming\Adobe\CEP\extensions folder and re-published them, but it still does the same thing.I tried accessing the debugging console at http://localhost:8090 (worked in CC 2018) and it just fails.I don't know where to start troubleshooting, but any advise would be greatly appreciated.
Trying to install the Autodesk Live LInk https://creative.adobe.com/addons/products/17593#.WRTU49IrL9aAdded it to my account and nothing happens, AE CC is installed and shows up in my CC GUI, I tried removing the addon and re adding it in my account... nothing.A bunch of angry comments complaining about it not working though, so clearly im not the only one having the issue. what is going on?[Moved from the After Effects forum to the Add-Ons forum. - moderator]
Hi,I am trying to open an extension in Ai 2018 (22.1), but the extensions panel is missing. The extension panel and my extensions shows up in Ai 2017 (22.1).Any idea how to make the extensions panel show?Screenshots below - my extension TACTIC Connect shows in 22.1, but no extensions panel is 22.1.Thanks!
Hey everyone, I am developing my first CEP extension panel for Photoshop. I would like a way to store arbitrary data with the PSD file so that the extension state matches the file. What is the best way to achieve this? Using document.info? Using xmpMetadata?Any suggestions would be highly appreciated. Thanks!
hi我在使用Adobe XD的过程中,遇到一个问题:在win 10系统(简体中文版)中操作xd(版本:12.0.12.10入门版;简体中文版)后,拷贝到mac air中的xd上继续打开编辑时,提示我的mac版简体中文XD版本低,无法打开新版的xd文件。于是我开始升级mac上的xd,提示已经为最新版本的mac版xd(11.0.22.10入门版)。所以,我的问题是:1、我将如何把在win上编辑的xd文档在mac上用xd打开。2、是否是版本不一致导致不同操作系统间文档的打不开。3、我也尝试在adobe官网上查找有关mac版的12.0.12.10入门版xd,一直都没有找到。如果有,能否提供一下下载方法或者下载链接?4、同时也尝试寻找win版的11.0.22.10入门版xd,也是未能找到。如果有,能否提供一下下载方法或者下载链接?以上问题,希望能够得到答复!谢谢!补充:所有操作系统及相关软件均为简体中文版。
I'm using the next code:function onLoaded() { var csInterface = new CSInterface(); csInterface.addEventListener("documentAfterActivate", onDocActivatedChanged); }function onDocActivatedChanged(event) { new CSInterface().evalScript("$il._ext.callFunction()");}I have two questions:- What other events can I use in illustrator?- How can I use the event return var in the function onDocActivatedChanged?Best Regards, vgcouso
Am I missing something?What is *supposed* to happen when I click Install on a plugin in Adobe Exchange? It says "Installed" and now offers the "Uninstall" button.What I expect to see: either the plugin to be ready installed in Lightroom Classic *or* shown in a list in Plugin Manager.What appears to happen: a zip file is dumped in my Download folder by the Adobe CC Desktop app.Is there really no automation between "Installing" a plugin from Exchange? The only action is to get CC Desktop to just download the zip file? Or is something not working on my system whereby the downloaded zip files are supposed to be unpacked and installed into Lightroom Classic?
Hi,I created a custom extension panel that I installed in the following directory, for instance myPanel is the extension folder:C:\Program Files\Common Files\Adobe\CEP\extensions\myPanelWhen I open Photoshop, the extension does show up in the Window->Extensions menu and the panel works well.For installing custom scripts that I developed, I created a shortcut in the Photoshop Scripts directory that basically points to a specific folder in which I put those scripts, for instance custom_scripts is the shortcut:C:\Program Files\Adobe\Adobe Photoshop CC 2018\Presets\Scripts\custom_scriptsWhen opening Photoshop, the application will get all the scripts that are linked to the shortcut. I use the same method for reading custom actions, brushes, file formats and plug-ins, and this works fine.As such, I was thinking to install my custom extensions the same way, but the panel I created is no longer listed in the Window->Extensions menu when being linked to a shortcut, for instance custom_ex
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.