Re: Expose or not the JavaScript code for the public?
Hey Davide! Thank you very much for the comment. I do not know GitHub. Is this: https://github.com/ ?? I´ll take a time to discover this site and learn what can be achieved with the service! Gustavo
View ArticleHow to save the selection of quick select tool using scripts?
I am writing a script to record the edit history and I want to save the select area of quick select tool using scripts.
View ArticleRe: Expose or not the JavaScript code for the public?
Ciao Gustavo! Yes, GitHub is the website for, how can I say, storing in the cloud Git repositories. Git is an open source version control system made by Linus Torvalds - which happens to be what I use...
View ArticleRe: Expose or not the JavaScript code for the public?
Very good Davide Thank you for the explanation. Time to give a try Best RegardsGustavo.
View ArticleRe: Expose or not the JavaScript code for the public?
I also use git for version control. In addition to hosted repositories you can have local ones. As long as you are working on a project alone a local repo is easy to set up and is free.
View ArticleRe: Watermark Palette Forgets
I thought I fixed that. What version are you using? Make sure it is 2.2.2. You can use the panel menu to see your current version. http://www.russellbrown.com/scripts.html
View ArticleRe: How to save the selection of quick select tool using scripts?
I don't see a good way to do that. Making a selection with the quick select tool does not record in either an action or the scriptlistener plug-in log.
View ArticleRe: Watermark Palette Forgets
The version that I just installed is 2.2.1.The watermark palette is available from two links on pagehttp://www.russellbrown.com/scripts.htmlThe "download file" link and the "watermark palette"...
View ArticleRe: Layer bounds bug
I am not sure about how to get a bug acknowledged. But first it has to be reported. Did you make a bug report at https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform or one of the other product...
View ArticleIs there an updated version to the Export Layers to Files Resolution fix for...
My Photoshop CS6 got blown away (another long story) along with my modified Export Layers to Files script. In this file, I had modified the lines specified in the following thread --...
View ArticleRe: How to save the selection of quick select tool using scripts?
Yeah, that's true. If we active the HistoryState, we can see the selection area in photoshop, however when we save the HistoryState in jpg, the dotted line disappears.
View ArticleHyperlink in the scripts's UI
Hi friends I was looking in the JavaScript Tools guide but did not find this information (or perhaps I missed it). Would it be possible to a statictext become a hyperlink? And a portion of a text in an...
View ArticleRe: Hyperlink in the scripts's UI
Gustavo,as far as I know that's not possible within an Alert. But if you resort to popping up a dialog, you can attach an eventListener like this one: dlg.myText.addEventListener('click', (function() {...
View ArticleRe: Hyperlink in the scripts's UI
You can also write an html file and execute it. The users default browser should start. In that html file you can redirect the browser to your web site where your help is maintained and perhaps in...
View ArticleRe: Expose or not the JavaScript code for the public?
I should probably open a standalone topic, but since we are talking about binary encoding: I'm running into an issue that is quite puzzling.I've a rather complex script that I cannot post here that...
View ArticleJavaScript error
I use a Mac 10.7.5, CS4, I got a notice (JavaScript code was missing) when I go to Automate/Photomerge, how can this be corrected?
View ArticleRe: JavaScript error
The most common reason is that you have a volume named "Applications" can you give me all the names of your drives? Try renaming them?
View Article