Re: Photoshop javascript: Open files in all subfolders
Thanks so much, Micheal, for all your help. It's working fantastically, I really appreciate all your input, and to Pascalculator. Will try to pay back the community. : )
View ArticleExport Layers To Files - Renaming Script PS CC
On all previous versions of Photoshop, including CS6 (before the recent update to PS CC), I was able to use the ExtendScript Toolkit to edit the PS preset script that adds naming/numbering sequences to...
View ArticleRe: Export Layers To Files - Renaming Script PS CC
Welcome to the forum. You would maybe be better served asking in the PhotoShop Scripting Forumhttp://forums.adobe.com/community/photoshop/photoshop_scripting Or even...
View ArticleError 2: SAVE_FOLDER is undefined. Line: 361 ->
Hi. Every time I try to run a script it comes up with the following message Error 2: SAVE_FOLDER is undefined. Line: 361 -> I've tried uninstalling and reinstalling photoshop/deleting the script...
View ArticleRe: Color Authoring
I doubt that automating this will produce good results. I consider Replace Color unfit for professional work and Match Color of fairly little use in general. Have you been able to produce Action...
View ArticleRe: How to get the color, style, stroke size and alpha values of selected...
Thanks for the reply Michael.. From object, I mean path-items like rectangle, circle etc. I want to get the - fill color value and its style..- Stroke color value, stroke size,- Alpha value. Is there...
View ArticleRe: Is there any event listener for changing the selection of layer?
Thanks for the reply.. Actually I want the same behaviour as in illustrator i.e - Select a layer. (Notifier calls the listener)- Move it.- Click on the document.- Again select the same layer. (Notifier...
View ArticleRe: Error 2: SAVE_FOLDER is undefined. Line: 361 ->
I’m afraid that the people who might be able to help may need more than that to go on, the code for example. If you bought the Script have you contacted Code&Hustle?
View ArticleRe: How to get the color, style, stroke size and alpha values of selected...
Path items in Photoshop don't have fill or stroke properties so I am still not sure what you want to do. If you mean shape or solid color fill layers with vector masks you can get the fill color but I...
View ArticleRe: Is there any event listener for changing the selection of layer?
No, I don't know of a way to force an event.
View ArticleDialog Box
Hello, I am trying to get a script done but I have an Issue that I can't fix. I am displaying a dialog box. According to data entered by the user i display error pop.Then I would like to close the...
View ArticleRe: Dialog Box
You can't show the same dialog after it is closed. But you should be able to show a different one. var dlg1 = new Window('dialog','Dialog One'); dlg1.done =...
View ArticleDialogModes.ALL with "customEnvelopeWarp" with warp dialogue active. Possible?
I have manage to listener warp tool on a pixel layer. It's a huge ammount of code for customEnvelopeWarp, but in short words: 1. I want it o stop before applying Transform;2. All the vallues should be...
View ArticleRe: Dialog Box
Thank for your help!! I tried but it keeps failling. Maybe this is because I want this to be automatic. I don't know. I have "number" which is increase when the user make error. This creates a number...
View ArticleRe: Dialog Box
I am still not clear about what you want to do. Dialogs are modal in Photoshop which means when the line dlgname.show() executes the script stops until the user closes the dialog. If you want to check...
View ArticleRe: Dialog Box
I wonder:Is not it better to catch the error directly in the first dialog box? What errors can occur? What mistakes can actually happen?
View ArticleRe: Export Layers To Files - Renaming Script PS CC
Moving this discussion to the Photoshop Scripting forum. Thanks for the suggestion W_J_T I was getting ready to move the discussion to the Photoshop General Discussion forum instead.
View ArticleRe: Export Layers To Files - Renaming Script PS CC
From the path you posted it looks like you are on a Mac so this may not help. On Windows Photoshop CS6 and Photoshop CC are installed in two different folders, each with their own scripts. But at least...
View ArticleRe: DialogModes.ALL with "customEnvelopeWarp" with warp dialogue active....
Is this what you want? try{// in case user cancels app.runMenuItem(stringIDToTypeID('warp')); }catch(e){}
View Article