Search found 19 matches

by BigMacGyver
May 16th, 2013, 4:59 am
Forum: Scripts Discussion
Topic: Edit Text: Possible Bug in ScriptUI with CS5.5
Replies: 1
Views: 7422

Re: Edit Text: Possible Bug in ScriptUI with CS5.5

Well, here is a quick workaround that i tried and it seems to work. I use placeholder character in the edit text field to tell the script where a line break should go. For instance, the character # is turned into a line break within the text layer when "set text" is pressed. here is the ad...
by BigMacGyver
May 16th, 2013, 3:42 am
Forum: Scripts Discussion
Topic: Edit Text: Possible Bug in ScriptUI with CS5.5
Replies: 1
Views: 7422

Edit Text: Possible Bug in ScriptUI with CS5.5

Hello, i stumbled upon something while trying to get into the functionality of a script created by Jeff Almasol. The Script is rd_EditText, and it basically extracts text from a selected text layer into a text edit window and vice versa. A handy tool for sure, but for some reason, it does not work f...
by BigMacGyver
May 14th, 2013, 2:37 am
Forum: Scripts Discussion
Topic: TextDocument object's "Leading" Property?
Replies: 2
Views: 8452

Re: TextDocument object's "Leading" Property?

Thank you very much, Paul.

It is indeed odd that they made some but not all properties for text available for scripting. I guess i will participate in the vote then and try to find a workaround solution for my problem for now.
by BigMacGyver
May 8th, 2013, 6:38 am
Forum: Scripts Discussion
Topic: TextDocument object's "Leading" Property?
Replies: 2
Views: 8452

TextDocument object's "Leading" Property?

Hello all, this is my first question to this fine community. For you guys, this is probably an easy one but i can't get this one to work no matter what i tried: All parameters for characters in a text layer seem to be adjustable by scripting with the TextDocument object, except the Leading parameter...