Skip navigation

Login or Register to find out more about pkahrel
Peter Kahrel has no profile image available
Name:
Peter Kahrel
Status Level:

Recent Activity

Peter Kahrel replied to HiddenTexts usage in Indesign

"hiddenText is the text hidden by conditions: create a condition, apply it to some text, set the condition not to display its text, and you h"

in InDesign Scripting 1 replies
2 days ago
Peter Kahrel replied to How to write data at the end of doc in reverse order?[CS6-jsx]

"If all your notes are between 1 and 9, OR between 10 and 99 -- then all works well. But if your text contains single- and double-digit note"

in InDesign Scripting 14 replies
3 days ago
Peter Kahrel replied to How to write data at the end of doc in reverse order?[CS6-jsx]

"That /.../.source trick I got from J. Hawkinson a while ago in this forum. Maybe before your time   P."

in InDesign Scripting 14 replies
4 days ago
Peter Kahrel replied to How to write data at the end of doc in reverse order?[CS6-jsx]

"Dmitry,   Well, I was basically dealing with moving the notes to the end of the story in the right order. But anyway, as to the superscript"

in InDesign Scripting 14 replies
4 days ago
Peter Kahrel replied to How to write data at the end of doc in reverse order?[CS6-jsx]

"The result of findGrep()/Text() is an array, not a collection, so you have more leeway in moving the objects around. All you need is this:  "

in InDesign Scripting 14 replies
4 days ago
Peter Kahrel replied to Indesign Scripting: Loop through Layers

"Absolutely check for layers being locked and the state of the clipboard preferences. I was just concerned with the loops.   Peter"

in InDesign Scripting 5 replies
6 days ago
Peter Kahrel replied to How to find characters those are applied all caps?

"app.findGrepPreferences = null; app.findGrepPreferences.capitalization = Capitalization.ALL_CAPS; found = app.documents[0].findGrep();"

in InDesign Scripting 1 replies
6 days ago
Peter Kahrel replied to Indesign Scripting: Loop through Layers

"One loop is enough:   for (i = 0; i < app.activeDocument.layers.length; i++) {     app.activeDocument.activeLayer = app.activeDocument.layer"

in InDesign Scripting 5 replies
6 days ago
Peter Kahrel replied to ConvertToButton using script

"Try the convertToButton button, that works fine.   Peter"

in InDesign Scripting 8 replies
6 days ago