Search found 1 match
- Thu May 08, 2025 8:50 am
- Forum: Help Me
- Topic: Error 8800:This functionality may not be available in this version of Photoshop
- Replies: 4
- Views: 17300
Re: Error 8800:This functionality may not be available in this version of Photoshop
Avoid invokeCommand: Instead of relying on invokeCommand, you should use the select, copy, and paste commands explicitly supported through the Photoshop API. Here's a simple replacement: // Select mask channel var idslct = charIDToTypeID( "slct" ); var desc = new ActionDescriptor(); var i...