Re: Problem opening file.
It was just a matter of turning off the dialogs. I had been turning them on and off. I just missed that I had left it on when it cycled back through for the next batch. Thanks for the help. Working...
View ArticleRe: Problem opening file.
Tha'ts good. Leaving the dialogs on does cause a lot of problems: EVERY dialog box pops up, and can be really annoying!
View ArticleRe: How do I localize textstrings in the section?
Thank you for the information. It would be interesting to know if some one have found a "secure" or official way to append Zstrings to the tw10428.dat.
View ArticleRe: Script Color Picker
yes! just stumbled onto this post. THANKYOU for the reflect.methods and reflect.properties. (how did I live without that for so long. )
View ArticleConsole Output
Is there a something like a "Trace" statement for the JavaScript console in the ExtendScript Toolkit so I can output the value of variables to the console? I'm using some alert boxes but that's kina'...
View ArticleRe: How do I localize text strings in the section i a Javascript for Photoshop?
I recommend that you post your question in the scripts forum as this forum is meant for beginners. It is not that we won't help, it is that we may not beable to provide the best help. Good luck, I hope...
View ArticleRe: Executing system command (third party program) from extend script without...
That works ! Thank you !!
View ArticleHow do I localize text strings in the section i a Javascript for Photoshop?
I have made a javascript for photoshop. I am using the <javascriptresource> and <terminology> tags to make the script to work with actions. How do I make the textstrings within the...
View ArticleRe: Console Output
I had this routine in a Logger object for debugging. You can change the print to $.write or $.writeln as xbytor states. This way you get output in ESTK when running in another point product.// output...
View ArticleNeed help?
Hi All, Using script listiner coding i have used the contac sheet plugin for some automate task, but every time i need to tigger the "OK" button on the contact sheet, can i skip this process, I want...
View ArticleRe: Console Output
By the way, the length of the message supported by the ESTK console is limited. Is it possibel to extend that to more length? ESTK 4.2.12
View ArticleRe: Console Output
Tom, when I have the $.writeln() in some code, it will open ESTK, even if I start the script in PS and don't have ESTK open. but your code is good to know if the simple line doesn't work.
View ArticleRe: Console Output
You could add in a if ( BridgeTalk.isRunning( "estoolkit" ) ) and then only write out if it is already running.
View ArticlePhotomerge script - save function does not work
Hi guys, I am using a script which I modified (by groping around in the dark because I have no scripting knowledge) from that contributed by Mike Hale on this thread:...
View ArticleHow to merge 2 halves of an image contained within 2 separate folders +...
I have two folders of image sequences. Folder 1 contains images for the left hand side of the frame. Folder 2 contains images for the right side of the frame. Each image in folder 1 pairs with a...
View ArticlePhotoshop Script Question
Is there a Photoshop script to remove the white background from TIF images that already have good clipping paths, and then save file as PNG?
View ArticleRe: Photoshop Script Question
What do you mean exactly? Apply an existing Clipping Path as transparency?
View ArticleRe: Photoshop Script Question
Well, I have TIF files with good clipping paths around the image, but the background is white. I would like the image over a transparent background as a PNG file. I have hundreds of TIFs to convert to...
View ArticleRe: Photoshop Script Question
fuzz.royale wrote: Well, I have TIF files with good clipping paths around the image, but the background is white. I would like the image over a transparent background as a PNG file. I have hundreds of...
View Article