Search found 9 matches

by influencebydesign
Mon Mar 20, 2023 5:10 pm
Forum: Help Me
Topic: Detecting Text Overflow?
Replies: 12
Views: 8085

Re: Detecting Text Overflow?

Much thanks for all your help with this.
by influencebydesign
Fri Mar 10, 2023 11:24 pm
Forum: Help Me
Topic: Detecting Text Overflow?
Replies: 12
Views: 8085

Re: Detecting Text Overflow?

Many thanks for your help on this... When I run the script I get a warning: "Because the type object to be converted does not fit within its bounds some text will be deleted during conversion. Continue?" Is there any way to prevent that warning? Probably turning off the visibility of the o...
by influencebydesign
Thu Mar 09, 2023 12:13 am
Forum: Help Me
Topic: Detecting Text Overflow?
Replies: 12
Views: 8085

Re: Detecting Text Overflow?

I've attached an example file that has some text layers that overflow and some that don't. Additionally, there are a few additional layers and nested groups to simulate a common scenario.

Much thanks!
by influencebydesign
Mon Mar 06, 2023 5:13 pm
Forum: Help Me
Topic: Detecting Text Overflow?
Replies: 12
Views: 8085

Re: Detecting Text Overflow?

Many thanks for the code. By "first instance", I mean if there are multiple paragraph text layers in the document, I'd like to scan the document to check them all for text overflowing the bounds of the container. The script would select the first matching element it finds, or display a mes...
by influencebydesign
Sun Mar 05, 2023 10:28 pm
Forum: Help Me
Topic: Detecting Text Overflow?
Replies: 12
Views: 8085

Re: Detecting Text Overflow?

That is correct. Paragraph text that overflows the textbox.
by influencebydesign
Sat Mar 04, 2023 3:36 am
Forum: Help Me
Topic: Detecting Text Overflow?
Replies: 12
Views: 8085

Detecting Text Overflow?

Is it possible to detect text overflow in a document? What I'd like to do is write a script for proofing that checks all text boxes for overflowing text. This can be hard to detect visually, especially when the overflow begins at the end of a sentence. If overflowing text is found, the script would ...
by influencebydesign
Mon Dec 12, 2016 2:12 am
Forum: Help Me
Topic: Focusing Dropdown List?
Replies: 3
Views: 5076

Re: Focusing Dropdown List?

Much thanks,

There's not by chance a way to open it as well?
by influencebydesign
Wed Nov 30, 2016 4:08 am
Forum: Help Me
Topic: Focusing Dropdown List?
Replies: 3
Views: 5076

Focusing Dropdown List?

I have a script, inserted below, which helps you move selected layers to a desired group. I've modified the script from the original which I believe I found elsewhere on this forum. With the recent updates to Photoshops UI, the dropdown list used to select the destination folder is no longer focused...