Search found 527 matches
- Thu Apr 13, 2023 7:27 am
- Forum: Photoshop Scripting - General Discussion
- Topic: Changing Neural Filter by script not working/refreshing.
- Replies: 2
- Views: 2309
Re: Changing Neural Filter by script not working/refreshing.
You 'refreshed' old thread to advertise the (linked) product. You did not understand the problem of author (since you didn't refer to curprit of problem, that is 'hextobin unintelligible code'). There are some other omissions. I think you (as most likely trained bot) used chatGPT to auto create your...
Re: Scrollbar
I tried it and roll handling scrollbar doesn't work correctly indeed. It moves it slowly (only when hovered) and doesn't change content of panel.
Most likely you met limitations of ScriptUI. The same is about cut bottom row of images. If other values used don't work then it is another bug.
Most likely you met limitations of ScriptUI. The same is about cut bottom row of images. If other values used don't work then it is another bug.
Re: Scrollbar
This code doesn't work because many variables are undefined, plus you did not put examplary values to call SlideShow function.
Re: Scrollbar
Tell me what you exactly do so I tell you if that applies to your specific case.
- Sun Mar 26, 2023 7:59 am
- Forum: Help Me
- Topic: Detecting Text Overflow?
- Replies: 12
- Views: 362
Re: Detecting Text Overflow?
The post from which thread / board has disappeared? This one didn't disappear. Do you mean 'New Topic' can't be approved?
- Thu Mar 16, 2023 10:42 pm
- Forum: Help Me
- Topic: Looking for 'Manual Batch' script
- Replies: 4
- Views: 160
Re: Looking for 'Manual Batch' script
Download:
- Thu Mar 16, 2023 3:29 pm
- Forum: Help Me
- Topic: Looking for 'Manual Batch' script
- Replies: 4
- Views: 160
Re: Looking for 'Manual Batch' script
Where have you found this script?
- Wed Mar 15, 2023 6:55 am
- Forum: Help Me
- Topic: Change rectangle hex color
- Replies: 8
- Views: 218
Re: Change rectangle hex color
What is version of your application (which you can check from 'Help' menu > 'About Photoshop')? If that is not the latest you have to change:
to:
Code: Select all
(shft)
Code: Select all
(shft.name)
- Tue Mar 14, 2023 6:38 pm
- Forum: Help Me
- Topic: Change rectangle hex color
- Replies: 8
- Views: 218
Re: Change rectangle hex color
Zip your psd and attach to post.
- Tue Mar 14, 2023 10:50 am
- Forum: Help Me
- Topic: Change rectangle hex color
- Replies: 8
- Views: 218
Re: Change rectangle hex color
(function(v) { sTT = stringIDToTypeID; (sc = new SolidColor()).rgb.hexValue = v; (ref = new ActionReference()).putEnumerated (sTT('contentLayer'), sTT('ordinal'), sTT('targetEnum')); (dsc1 = new ActionDescriptor()).putReference(sTT('null'), ref) dsc4 = new ActionDescriptor(), rgb = [].slice.call(sc...