extract Queries from indesign
Hi, I need script for extract Queries(non-printing text) with page number, query text & current line of the text from indesign(XML Flow) file. Thanks & Regards,Sazee
View ArticleRe: Can i keep the same format in popup-message? [CS6-jsx]
Yes, it works on Macalert("line1 \nline2");make 1st line boldandalert("\nline1 \nline2");make no bold lines. I see, it is mac's feature)
View ArticleRe: insert or replace last content
Superb Vam & Jarek!.... I 'll test it and let me open another thread..... for the course of benefit of the forum... Thanks Vam..!!!! excellent reply. Thanks Jarek... for the quick approachable...
View ArticleI want to change/apply every page of first line keep option is keep next frame
Hi, I want to change/apply every page of first line keep option is keep next frame, pls help me. Regards,Sazee
View ArticleRe: Grab graphic layer option by item name
Hmmm,if I try this: app.activeDocument.pageItems.itemByName("Bee").graphics[0].graphicLaye rOptions.graphicLayers.item("Orange").currentVisibility = true; ID tells me that graphics does not support...
View ArticleRe: Newbie Question: How to move the underlying image, not the frame.
Awesome. Thanks alot. It works as you said.
View ArticleRe: Grab graphic layer option by item name
your codeline should work as long as you've got a single page item (attention: you can't access the page item by name if it is part of a group) named 'Bee' and the graphic includes a layer 'Orange'
View ArticleRe: [Req.] script for updating links in Indesign using spotlight
Whenever I try to run this script I get the following error: error "Unknown option - Usage: mdfind [-live] [-count] [-onlyin directory] [-name fileName | -s smartFolderName | query]list the files...
View Articleuse bridgeTalk with onError event, exception handling
Hi all, I'm writting a function who use bridgeTalk to execute a photoshop script. This function works but I would like to throw an exception if the script has a problem. I commented a line in my script...
View ArticleRe: GREP to find up to 3 words in a row followed by colon
Trevor, I have a follow up question. How would I go about searching the inverse of the above. So basically I want to find all paragrpahs that do NOT match:From the beginning of a paragraph, find one to...
View ArticleRe: Open With
Hi Ariel I missed your reply earlier and then I was offline for most of the day. I need these methods for both private and public use.I have for now Windows and for me the .xls method is fine and the...
View ArticleRe: GREP to find up to 3 words in a row followed by colon
This is not exact but it might do(?<=\w:)\s.+ Trevor
View ArticleRe: GREP to find up to 3 words in a row followed by colon
Thanks Trevor. Sorry if I wasn't clear in my earlier post. What i meant was the rest of the text that doesn't have a colon in the paragraph. All the magenta text in the image.
View ArticleRe: GREP to find up to 3 words in a row followed by colon
Nope not quite, maybe in a minute or two but I've got to go out
View ArticleRe: GREP to find up to 3 words in a row followed by colon
^\s?(([^:])+\s){3}.+????????;-)
View ArticleRe: GREP to find up to 3 words in a row followed by colon
That is amazing, Trevor. This one worked perfecly. The follow up GREP was selecting the dialog too. You were right the first time :-)I am new to GREP. I think i have somewhat of a handle on...
View ArticleRe: Open With
Good evening , lion | excel 2011 excel freezes with autofit-command. without it'll runs with above changes for the file reference. Here the save options for workbooks in excell 2011: save workbook as...
View ArticleCan Dialogs remember last used settings?
I have a script that launches a dialog. A user can pick a few dropdown and checkbox options. Is there a way to store the last used settings for the next time the dialog pops up? Do native indesign...
View ArticleRe: Can Dialogs remember last used settings?
There's no built-in scriptUI way of saving settings. But you can store the user's setting in a document label: myDoc.insertLabel("MySpecialScriptDropdown1", DropDown1SelectionAsString); Ariel
View Article