Search found 523 matches

by Kukurykus
Sun Mar 26, 2023 7:59 am
Forum: Help Me
Topic: Detecting Text Overflow?
Replies: 12
Views: 193

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?
by Kukurykus
Thu Mar 16, 2023 10:42 pm
Forum: Help Me
Topic: Looking for 'Manual Batch' script
Replies: 4
Views: 75

Re: Looking for 'Manual Batch' script

Download:
by Kukurykus
Thu Mar 16, 2023 3:29 pm
Forum: Help Me
Topic: Looking for 'Manual Batch' script
Replies: 4
Views: 75

Re: Looking for 'Manual Batch' script

Where have you found this script?
by Kukurykus
Wed Mar 15, 2023 6:55 am
Forum: Help Me
Topic: Change rectangle hex color
Replies: 8
Views: 104

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:

Code: Select all

(shft)
to:

Code: Select all

(shft.name)
by Kukurykus
Tue Mar 14, 2023 6:38 pm
Forum: Help Me
Topic: Change rectangle hex color
Replies: 8
Views: 104

Re: Change rectangle hex color

Zip your psd and attach to post.
by Kukurykus
Tue Mar 14, 2023 10:50 am
Forum: Help Me
Topic: Change rectangle hex color
Replies: 8
Views: 104

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...
by Kukurykus
Mon Mar 13, 2023 2:07 pm
Forum: Help Me
Topic: Change rectangle hex color
Replies: 8
Views: 104

Re: Change rectangle hex color

Hard to guess what you want, specifically when you use not working variables:

Code: Select all

(sc = new SolidColor())
.rgb.hexValue = '808080'
activeDocument.selection.fill(sc)
by Kukurykus
Sat Mar 11, 2023 10:06 am
Forum: Help Me
Topic: Detecting Text Overflow?
Replies: 12
Views: 193

Re: Detecting Text Overflow?

Why almost everyone I met on occaction of similar warnings can't see in left bottom corner a checkbox with a "Don't Show Again" text? Is that info not understandable or it should be placed in other position of 'Prompt' dialog? Click that to turn off these popups (which can be restored from...
by Kukurykus
Thu Mar 09, 2023 7:08 am
Forum: Help Me
Topic: Detecting Text Overflow?
Replies: 12
Views: 193

Re: Detecting Text Overflow?

It is going to turn off visibility of all layers that overflow Paragraph bounds. Then you can manually turn them on and edit: function rplc(v) {return v.contents.replace(/\r/g, ' ')} (function(v){var lrs = v.layers; for(var i = 0; i < lrs.length;) { var lyr = lrs[i++]; if (lyr.typename == 'LayerSet'...
by Kukurykus
Tue Mar 07, 2023 6:46 am
Forum: Help Me
Topic: Detecting Text Overflow?
Replies: 12
Views: 193

Re: Detecting Text Overflow?

I basically understand you, but to get the details it will be easier if you upload a compressed document (into a rar file) for testing.