Search text variable and replace it with another text variable
Hi, I want to do the following with VB script.Can someone help me? I have a document with text variable A and text variable B are defined.And, text variable A is used in the document. 1.search all text...
View ArticleRe: ANN: automatic dialog after background export (exportPop.jsx)
Hi John - Thanks for your reply!I have no clue what might have changed - No upgrades done (and no spyware either )I am not running multiple versions of InDesignI trashed my prefs using both methods -...
View ArticleRe: switching words
@Jongware and Laubender, Thankx a million, I'll give this surely a test. I noticed the problems with the spaces and hard returns too in other scripts. This one, I thought would be an easy one, but see,...
View ArticleRe: Search text variable and replace it with another text variable
Hi, You are reaching this goal by editing text variable A content, aren't you? Jarek
View ArticleRe: what is wrong? with ID script ,auto change image size use photoshop?
I have chang my script,but it is still wrong.and please do not put the Note in "function myResizeImage(imagePath, hScale, vScale) {"Otherwise,the scrip can't be run.I Provide examples file,you can...
View ArticleRe: Search text variable and replace it with another text variable
Hi! I write the following code(Sorry it isn't VBScript, but VBA).It seems to work...But I am not sure whether the code is OK.Can you give me some advices?...
View ArticleAnchored Object release
HiI'm using InDesign CC and when releasing an anchored object the pointer to the previously anchored object is lost,actually the pointer is passed to the next object in the page Locate an anchored...
View ArticleRe: Master Pages - PDF
Hi, yes, it is possible. see the following example it may give you some idea. var myDoc = app.activeDocument; var myPages = myDoc.pages; var pageLength = myPages.length; var masterPageName =...
View ArticleRe: Master Pages - PDF
Very good! I suggest one note, one change, and one improvement: 1. The masterPageName needs to be "Prefix-Name", including a dash between the two. The Prefix and Name are those as found in the Master...
View ArticleRe: Master Pages - PDF
Hi Johngware, Thanks for the three ones (one note, one change, and one improvement). I'm just lazy to do the remaining things. So I left the remaining work to @KirstenHill123. ~Green4ever
View ArticleRe: FindChangeByList multi files
Hey, I have the same problem here. Can you tell me a code wich I can use on Adobe CS4? would be amazing! Thanks Raphael
View ArticleFindChangeByList.jsx changing multyple files
Hello everyone, I found this helpfull script wich change all open documents for CS5.5. Is it possible to use it for CS4? At this moment it doesnt work! Here`s the links:...
View ArticleScript to automate producing serval web graphics..?
Hi, I'm currently updating our website and have the following workflow... Get product code from the existing website (e.g. ABC123) (copied to clipboard) Create an InDesign document 740px x 410px...
View Article[JS] dialogue
Hello,Here is my problem, after theselection and display, I would deselector resetthe selection.thank you var mesCommades = ["Modification du Style", "Supprimer un format", "Utiliser les paramètres de...
View ArticleRe: [JS] dialogue
Philippe, I'm entirely at a loss what you want to do, but it's interesting to get it to work anyway. Two changes are needed. First, you can't set a list's selection's index to null: you need to set the...
View ArticleRe: Search text variable and replace it with another text variable
Hi, I am not talking about this way. Your code - even if could work - assumes that you are able to change the content of some variable A instances and keep other unchanged. It is not possible. I am...
View ArticleRe: Anchored Object release
Hi, "oops" can be said earlier If groupRectangle is anchored - you can not match it this way:groupRectangle = myPage.pageItems.itemByName("groupRectangle")This is an object but it is not valid...
View ArticleRe: Script to automate producing serval web graphics..?
Hi, I am pretty sure, you can move up the point:"I've then got a script..." ...to the position 2 or even 1. But your speed will slow down some scripter... Jarek
View ArticleWeird text frame resizing issue
Hi I have a text frame -- I resize the text frame vertically so there is plent of room. I paste text into it using: ps = sourceFrame.parentStory.texts[0] sel =...
View ArticleRe: Weird text frame resizing issue
Just wondering -- are there any specific conditions that make the # end of file overset?
View Article