Get name of the folder after parent.
Hi forum. I need a great help from you. If I could get the name of the folder which is between the Desktop and the indesign files where it ls saved... eg. /Users/wleastudio/Desktop/rantac/acb.indd.I...
View ArticleNeed all frames in same size
Hi ALL, Is it possible to fix all the looping frames in same size. i.e., Width = 10mm; Height = 8mm; I am sucess in resize the bounds. But I not able to fix in same size for the finding objects....
View ArticleRe: Get name of the folder after parent.
Hi,artCraft2 wrote:...if this is straight away on desktop i can do alert easily like below.. ... It is still straight way:last folder name: app.activeDocument.filePath.parent.namelast folder:...
View ArticleRe: Need all frames in same size
BEGINNER_X wrote: ...for(i=0; i<myFind.length; i++){ var myBounds = myFind[i].geometricBounds; myBounds[3]-myBounds[1] = "10mm" myBounds[2] - myBounds[0] = "8mm"//~ myBounds[2] =...
View ArticleExtendScript Programmer
I hope it's not bad form to post for a position on this board. If you are interested, please email bward@townnews.com for more details. Need experienced ExtendScript and/or ActionScript programmer to...
View ArticleRe: ScriptUI Custom Events
Hi,I've happened to post something along these lines in the Photoshop forum - I've troubles with dispatchEvent() and a particular component.If you're willing to spread your knowledge there too, the...
View ArticleRe: Get name of the folder after parent.
A great help in fact,helped me a lot... try {if(app.activeDocument.filePath.parent.parent.parent.parent.parent.pare nt.name =="Desktop") { alert ("Correct Location " + app.activeDocument.filePath);...
View ArticleRe: CS6 findchangebuylist with javascript error
It appears that I may have solved my own problem. through much due diligence, I came to the conclusion that whenever you are appling a paragraph or character style you need to include ",...
View ArticleRe: Change language in existing text
This is very helpful, Trevor. Your suggestion that I use (?s).* as the find what parameter was the key for me getting Jongware's Find/Change suggestion to work properly. Thanks to you and Jongware, I...
View ArticleRe: About creating index
Hi, Peter. My code is not AppleScript. I'm using word VBA. I have changed outer for-loop as the inner for -loop,but the result is same as befor changing outer for-loop....
View ArticleRunning Grep from ScriptUi
Wow, I've really walked into a sticky mess this time. I'm working on a reformatting tool that uses various GREPs to apply new character, paragraph, table, and cell styles to poorly styled input...
View ArticleWhy i do not get group after groups.add? [CS6-jsx]
can't catch bug. var mDoc = app.activeDocument; var mSel = app.selection; var mGroup = mDoc.groups.add(mSel); app.cut(); //var mSel1 = app.selection[0];//var mSel2 = app.selection[1];//var mGroup =...
View ArticleRe: About creating index
Hi, Peter. Could you tell me the page that showing the solution about the table problem?I have searched the page in the Swiss HDS forum, but I couldn't found it because this site is written in German....
View ArticleRe: Why i do not get group after groups.add? [CS6-jsx]
Hi, Notice app.selection.length after grouping - it is still == 2.You are able to select a few group members, cut them and paste them as separate items.But if you select a group - you cut a group. so...
View ArticleMaking an element a child element of another
I'm looking for a way in Adobe InDesign CS5+ to make one element a child element of another (similar to what you can do with Edit -> Paste Into). I can't use the app.pasteInto option unfortunately...
View Articlehow to get the single column values from xml file using javascript
Hi, I am trying to write a javascript for display the single column values..but i dont know how to get this contents from xml.i have attached a sample xml in below link,...
View ArticleColoring Alert text or increase font size
Hi Forum, Any help, to increase the fontsize of the Alert text, or coloring the Alert text will be helpfull. Would be a great help, if I can have option to add the Image infront of the Alert text.....
View ArticleRe: Running Grep from ScriptUi
Use a palette, not a dialog. Like this: var w =new Window ("palette","Scrindesign Conversion Tool"); Peter
View ArticleHow to identifying images space? [RGB/CMYK]
Hi, Could you please any one help me, how to identify image space [RGB /CMYK] of links in InDesign CS5.5. Is it possible? or We need to use bridge only? I tried b/m code, but i got "Error: A value is...
View ArticleRe: About creating index
The fix on HDS is here: http://www.hilfdirselbst.ch/foren/Script_f%FCr_Index_in_InDesign_CS5_P 449901.html It is more verbose than necessary. But the idea is simple and fairly easy to implement: before...
View Article