Search found 9 matches
- Mon Mar 20, 2023 5:10 pm
- Forum: Help Me
- Topic: Detecting Text Overflow?
- Replies: 12
- Views: 21093
Re: Detecting Text Overflow?
Much thanks for all your help with this.
- Fri Mar 10, 2023 11:24 pm
- Forum: Help Me
- Topic: Detecting Text Overflow?
- Replies: 12
- Views: 21093
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...
- Thu Mar 09, 2023 12:13 am
- Forum: Help Me
- Topic: Detecting Text Overflow?
- Replies: 12
- Views: 21093
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!
Much thanks!
- Mon Mar 06, 2023 5:13 pm
- Forum: Help Me
- Topic: Detecting Text Overflow?
- Replies: 12
- Views: 21093
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...
- Sun Mar 05, 2023 10:28 pm
- Forum: Help Me
- Topic: Detecting Text Overflow?
- Replies: 12
- Views: 21093
Re: Detecting Text Overflow?
That is correct. Paragraph text that overflows the textbox.
- Sat Mar 04, 2023 3:36 am
- Forum: Help Me
- Topic: Detecting Text Overflow?
- Replies: 12
- Views: 21093
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 ...
- Thu Dec 15, 2016 6:53 pm
- Forum: Help Me
- Topic: Copy to Destination
- Replies: 2
- Views: 5927
- Mon Dec 12, 2016 2:12 am
- Forum: Help Me
- Topic: Focusing Dropdown List?
- Replies: 3
- Views: 7179
Re: Focusing Dropdown List?
Much thanks,
There's not by chance a way to open it as well?
There's not by chance a way to open it as well?
- Wed Nov 30, 2016 4:08 am
- Forum: Help Me
- Topic: Focusing Dropdown List?
- Replies: 3
- Views: 7179
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...