EventListener afterOpen, delay
Hello, i'm using Dave Saunders script for saving the window-position, which works fine. http://forums.adobe.com/message/1113471#1113471A while ago i stumbled upon a script to set metaData to my...
View ArticleRe: solution to using parent statement in CS3
Fantastic Jarek!, The Genius work! Instead, i can able to do it, while(k--) { if (myFound[k].parent.constructor.name !== "Cell")// try { // myFound[k].parent.parentStory; // error...
View ArticleModification Needed to Jongware's CopyCutter
Hi all, I've tried and failed to do this myself so I'm hoping that someone or even Jongware himself can help me out. I'd previously asked this question: http://forums.adobe.com/message/2865783#2865783...
View ArticleRe: Modification Needed to Jongware's CopyCutter
Hi, if (app.selection.length == 1 && app.selection[0].hasOwnProperty("baseline") && app.selection[0].length > 1){ mObjSt = app.activeDocument.objectStyles.item("your oSt_name");...
View ArticleRe: Modification Needed to Jongware's CopyCutter
Hi, thank you very much for your help. Unfortunately this error message was returned:
View ArticleRe: Modification Needed to Jongware's CopyCutter
Hi, It works on my empty 1-frame doc... before line 13 insert alert to check an error source:alert(p.isValid); alert(p.lines[-1].baseline); what they show? Jarek
View ArticleRe: Where are my styles applied?
Thanks everyone for the input. In this case, there seems to be a lot of unused styles in each file of the book. Based on the very different names, I'm fairly certain they are totally unused and have...
View ArticleRe: Grep script: Search for "€.+" and apply character style?
Thanks for your effort. I get an error message though that Indesign CS6 does not support "app.findGrepPreferences" (see attached file) http://tinypic.com/r/bfnl0m/5 Any idea of what could be wrong
View ArticleRe: Where are my styles applied?
If they haven't been used they would be selectable with the select unused styles command and could be safely deleted. If not selectable, you need to be VERY careful about replacing them.
View ArticleHyperlink Naming Convention
Hi All, I hope following question is very simple for you..... I want to change all the URL Hyperlink source name as like as Hyperlink destination contents. Please refer the screenshot.... In the...
View ArticleRe: Modification Needed to Jongware's CopyCutter
Forgive me, it is now working! I forgot to select the first two \n\n before executing the script . The result gives me this:How can I have the "\r" removed from the end of each line? Thank you by the...
View ArticleRe: Modification Needed to Jongware's CopyCutter
Hi, last line inside a while loop: if (f.lines[-1].contents.indexOf("\r") != -1) f.characters[-1].contents = ""; Jarek
View ArticleRe: Grep script: Search for "€.+" and apply character style?
it's just a missspelling in the first line:changeGrepPrefereneces should be ??? changeGrepPreferences ;-)
View ArticleRe: Grep script: Search for "€.+" and apply character style?
@frankemans – InDesign CS6 does support "app.findGrepPreferences". However not "app.changeGrepPrefereneces".The one "e" is simply a typo… app.findGrepPreferences = app.changeGrepPreferences = null;Oh...
View ArticleRe: Modification Needed to Jongware's CopyCutter
Hmmmm, doesn't seem to work for me. Although I'm not sure I understand 'while loop'. I did it like this: if (app.selection.length == 1 && app.selection[0].hasOwnProperty("baseline") &&...
View ArticleRe: Modification Needed to Jongware's CopyCutter
Hi, I ment this part of code:while (app.selection[0].length > 0) { f = app.activeDocument.layoutWindows[0].activePage.textFrames.add ({geometricBounds:[top, p.geometricBounds[3]+2*lh,...
View ArticleRe: Grep script: Search for "€.+" and apply character style?
"lapsus linguae" How lovely!
View ArticleRe: Hyperlink Naming Convention
Hi, get the ->destination -> //destinationURL of the hyperlinkset its name to it. <-hyperlinknameset the sources name to it <_sourcename guess your mixing up hyperlinkname with sourcename...
View ArticleRe: Grep script: Search for "€.+" and apply character style?
Great! Works like a charm! Cant thank you all enough!
View Article