How to find the Photoshop installation folder?
Hello, I'm supposed to create an installer to install an extension (instead of using Adobe Extension Manager). For this, how can I find the Photoshop installation folders (both 32 and 64 bit)? Are...
View ArticleBest Way to Build Extensions for CC 2015
I need to start rewriting my old Flash CS Extensions (written using Extension Builder 2.1) for the new HTML5 CEP. How do I do it? I understand that there are lots of problems with ExtensionBuilder 3,...
View Articlewindow.__adobe_cep__.showDevTools() does not show anything after Photoshop CC...
On Photoshop CC 14.1.2 this code:window.__adobe_cep__.showDevTools();was showing Chrome Debug console On Photoshop CC 14.2 it does not work - nothing happens, no errors reported, console does not show....
View ArticleCEPEngine fs.readFile corrupts file data
I'm trying to upload an adobe illustrator file to AWS S3 and i'm using window.cep.fs.readFile(filePath) to read the file. The file gets uploaded to S3 but after I retrieve it, it cannot be opened by...
View Articlehow to save PDF file with color profile
I tried following action script code to save PDF file with color profile attached: var saveOps: PDFSaveOptions = new PDFSaveOptions(); saveOps.colorConversionID =...
View Articleungroup all groups of an indesign document
hi i develop an indesign extension with CS extension builder 2 and flashbuilder 4.6 and i want to ungroup all the groups of a document. I've tryed : function breakgroup(qui){for (var...
View Articlevar script = app.doScript(myScript, ScriptLanguage.APPLESCRIPT_LANGUAGE);
It appears that ScriptLanguage.APPLESCRIPT_LANGUAGE is no longer supported in Extenstion Builder called from ActionScript. Now it does appear ExtendScript can call ScriptLanguage.APPLESCRIPT_LANGUAGE...
View ArticleHow to debug HTML/JS panel in After Effects
Hello, I notice that the extension builder Eclipse plugin does not support After Effects. Currently I have a symlink from the CEP/extensions directory to my plugin and use a .debug file so that I can...
View ArticleHTML panels: return focus, events, collapse panel questions
Hey everyone, I'm still struggling with a number of things with HTML panels, I wonder if someone overcame those and have answers. 1) Is there a way to return keyboard focus from HTML panel back to...
View ArticleHTML extension CEPEngine process stdout and stderr usage
Hi all, I'm trying to use CEPEngine to start a ncftpput process on windows. I need to listen what ncftpput output on stdout to make a sort of progress bar. Unfortunatly cep.process.stdout callback...
View Article