Re: Refreshment problem when place image.
Hi Bill, Can you please try some sample images with your execution js code. If its work fine, May you find out the any one of the images have some problem, so that you can find the images just open the...
View ArticleRe: Refreshment problem when place image.
Hi csm_philI think there is no image problemBecause If once an image is place sucessfully then next time it replace with above image.This is not fix for any image. Thanks.
View ArticleRe: Refreshment problem when place image.
My problem is like this :I want place image in a text boxFile(menu)-->place....-->(Dialog open then Select Image file then click on open)->then image is attach with cursor. (I do not click on...
View ArticleHow remove image which is attach with cursor when place image ?
Hi Experts My problem is like this :I want place image in a text boxFile(menu)-->place....-->(Dialog open then Select Image file then click on open)->then image is attach with cursor. (I do...
View ArticleRe: Problems with document flowing after placing a movie inline
What I ended up doing was placing the object in its own paragraph, as suggest by Jongware (originally I placed it in a paragraph cause I hadn't strategized a way to reference "between" the two...
View ArticleRe: How remove image which is attach with cursor when place image ?
Im not at all sure what you want here… If your cursor already has an image then its in the place gun…? abortPlaceGun() // May well be what you are looking for but I've never scripted this before…
View ArticleRe: Resize textFrame between margins
Hi Vam & Forum, I have tried in many methods, but i cannot move the textframe between margin and slug. (i do not want to keep value [0,5] etc, margin height and slug height is not fixed, will be...
View ArticleRe: Resize textFrame between margins
Hi Forum, also instead fo getting alert for geometricBounds values, myTextFrame = app.activeDocument;page =app.activeDocument.pages.item(0);alert(myTextFrame.textFrames.item(0).geometricBounds); how...
View ArticleRe: Using global variables across scripts
You can use either of the methods #targetengine or insertLabel. One demerit, I would say, of #targetengine "session01" is that the specific session will exists as long as InDesign is running, which is...
View ArticleRe: Using global variables across scripts
if you use the insert/extract label, you can use myObject.toString() to serialize an entire object, and when you retrive the label use myObject=eval(myLabelString). The same trick is usefull to store...
View ArticleRe: How remove image which is attach with cursor when place image ?
Thanks Mark for reply First I want to tell you my problem.First I put my image .jpg in " C/DOCUME~1/ADMINI~1/LOCALS~1/Temp/InDtemp/ " folder and give name it temp.jpg. Then place in .indd document...
View ArticleRe: Refreshment problem when place image.
Hi csm_phil I try : #target indesignvar myDocument=app.activeDocument;var myPlaceGun =myDocument.placeGuns();myPlaceGun.abortPlaceGun();var...
View ArticleBring items in front of another
The applescript dictionary for InDesign says: "bring to front v : Brings the object to the front of its layer or in front of a particular item." But how do you write to bring the object in front of a...
View ArticleRe: Bring items in front of another
Hi, this parameter is exactly what you need myObject.bringToFront(particularObject); Jarek
View ArticleRe: Resize textFrame between margins
Im not sure! Atleast, i have made to shrink the textFrame with the options. FitFrame to contents, however, can move it between margins and slug. Can anybody look at it this and help me!......
View ArticleCs6 Mac Javascript - labeling buttons
Hello all: Using a script I am creating an interactive document with buttons that when clicked will take the user to a web page, or will start an email for the user. The problem is I cannot seem to...
View ArticleHelp with adjusting a script to remember last used folder
Hello,I have a script made for InDesign called "MultiPageImporter2.5"It enables importing a full PDF file into InDesign. My problem with it is,that everytime I run it, it doesnt remember the folder I...
View ArticleRe: Help with adjusting a script to remember last used folder
http://forums.adobe.com/message/5284925#5284925
View ArticleRe: Help with adjusting a script to remember last used folder
Thanks -hans-However, I dont understand what you are hinting to with that discussion
View ArticleScriptUI Custom Events
Hi all, Is there any chance I can propagate custom events in ScriptUI ? I tried this sample in ESTK and it works fine. However I tried to run it in several CS apps and all my attempts raised errors. My...
View Article