Re: Snap with scripting
Unfortunately in CS2, the following gives us the 8800 error "The <object unknown> is not currently available" function runMenuItem(item){ cTID = function(s) { return...
View ArticleRe: Snap with scripting
Can you use the flyout menu in the actions panel to insert a menu item for snap? If so I can tell you how to get the code from the action.
View ArticleRe: Snap with scripting
Yes, I was a ble to record an action using insert "menu item". The script listener came back with:var id1466 = charIDToTypeID( "slct" ); var desc338 = new ActionDescriptor(); var id1467 =...
View ArticleRe: Snap with scripting
Sorry, I should have caught that you were using charIDToTypeID. It's a good bet if the string starts with a lowercase letter it is a stringID even if it is 4 chars. I assume that the last code you...
View ArticleRe: Snap with scripting
Mike, that's brilliant; I've got what I wanted now an alert that returns the state of the snap. (Which was getting to be a pain working with many layers and blindly hoping that they would snap to...
View ArticleRe: Snap with scripting
Would you share how you are getting the current state of the snap toggle? I couldn't find it in the app descriptor. Or are you just assuming a starting state and keeping track of the number of toggles?
View ArticleCreate Layer with BG Color
function layer() {Application.activeDocumentApplication.backgroundColor (blue = 34, green = 12, red = 1) }layer() I want to create a NewLayer, with a specific background color, the code above is not...
View ArticleRe: Create Layer with BG Color
You really need to read the scripting guide. Application is a Photoshop Class. To reference that class you use app. So the first line in the function should be app.activeDocument. Even then that line...
View ArticleRe: Create Layer with BG Color
@StrongBeaver,a layer has not a background color. And your code is fully wrong. Search in the OMV for the properties of document and layers. // http://forums.adobe.com/thread/1248703?tstart=0//...
View ArticleRe: cs6 Exr saving issue.
Ok, so now I'm actually very confused, and I hope someone can possibly shed some light on this. Very confused, and don't really want to waste time if this is a bug maybe in the software.. But I tested...
View ArticleRe: Create Layer with BG Color
I will review the scripting guide. The script posted, has cleared up a little for me, thanks
View ArticleRe: Create Layer with BG Color
I think your behavior is hardly fair.Why you not marks the correct answers as helpful or correct?
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: Error 2: SAVE_FOLDER is undefined. Line: 361 ->
The main code in that script in binary encoded. Which means that no one but the author can see the code as plain text. If they don't respond to you I don't think anyone else will be able to help....
View ArticleRe: Error 2: SAVE_FOLDER is undefined. Line: 361 ->
Looking at their web site and seeing their scripts dialog did you use the Choose button to set a valid save folder or enter a valid save folder before using the select files button?
View ArticleNeed help with querying brush presets info
Hi, I'd like to get the information of brushes from Brush Presets. This information includes names, brush size, hardness, spacing, flip, etc... I've search through the discussion and I'm aware that the...
View ArticleProduct activation
I have a legit bought copy of photoshop CS; but since the activation centre is no longer available, I can't activate my product. what now?Ican't download because I don't have access to internet except...
View ArticleRe: Snap with scripting
Nothing so fancy; I'm working on the assumption that the state is off. and it'll get switched on in which case the mini text file which could be "true", "false" or "undefined" gets set.
View Articleapplescript, CS5 to CS6, files won't close
This is the part of my script, that runs from with photoshop. on CS5 it opened and closed everything without a problem, however in CS6 it processes the images but does not close them. Can anyone see...
View ArticleRe: Product activation
Hi Teana1 Please acess the Support section of Adobe website and look for the ways Adobe offers support on your country. You can find support via telephone or via e-mail. The Adobe support can help you...
View Article