Search found 4 matches

by imreNicastro
Sun Mar 16, 2025 3:33 pm
Forum: Help Me
Topic: Error 8800:This functionality may not be available in this version of Photoshop
Replies: 3
Views: 13102

Re: Error 8800:This functionality may not be available in this version of Photoshop

Hi Thank you for looking into it

I removed the 2 invoke command blocks
I now have an error on this line (LINE10)?

var idT = charIDToTypeID( "T" );

Error 1220:Illegal Argument
->var idT = charIDToTypeID( "T" );
by imreNicastro
Wed Mar 12, 2025 11:55 am
Forum: Help Me
Topic: Error 8800:This functionality may not be available in this version of Photoshop
Replies: 3
Views: 13102

Error 8800:This functionality may not be available in this version of Photoshop

Hi I want to copy the content of a layer mask and paste it into a new layer I am using script listener to record. I consistently have the same error while trying to run the script i get from scriptlistener error 8800 : General Photoshop error occurred. This functionality may not be available in this...
by imreNicastro
Thu Dec 26, 2024 12:55 pm
Forum: Help Me
Topic: check if layer has layer mask
Replies: 2
Views: 8379

Re: check if layer has layer mask

It worked! Thanks :)
by imreNicastro
Fri Nov 29, 2024 5:51 pm
Forum: Help Me
Topic: check if layer has layer mask
Replies: 2
Views: 8379

check if layer has layer mask

Hi - i m learning javascript and trying to create a little script that would help me automate how I export files from Phothoshop. Atm I am stuck on one aspect : I want to loop through all layers in my active doc and check if a layer mask is applied. I have been through the photoshop documentation, b...