InDesign: Scripting, Events, documentation?
I'm looking for a complete event model for InDesign (server, workstation, et al) Is this buried somewhere in the Object Model Viewer in ESTK? Elsewhere? Initially, I'm trying to figure out what...
View ArticleHow to set a value of delay in Timing settings
Hi all, I am trying to set value for delay in TimingSetting but not able to set it. please suggest me any solution Thanks In advance,
View ArticleRe: How to set a value of delay in Timing settings
Hi Pooja, try the below method. $.sleep(1000); thx,csm_phil
View ArticleRe: How to set a value of delay in Timing settings
Hi csm_phil, i didn't get it.. what is $ for.
View ArticleRe: InDesign: Scripting, Events, documentation?
well the best documentation you can find is: http://jongware.mit.edu/idcs5/ For what are you looking for.. there is no event. maby use the IdleTask.ON_IDLE to check if story.textFrames.length has change?
View ArticleRe: InDesign: Scripting, Events, documentation?
I'll have a look at the jongware site, I've found good stuff there for years. Here's another one for the Forums, though: Snooping through CS Scripting SDK, I run across this sample from...
View ArticleRe: InDesign: Scripting, Events, documentation?
it's a Window event: http://jongware.mit.edu/idcs5/pc_Window.html
View ArticleRe: Search for items and access your content [CS5.5] [JSX] [Win XP]
I understand that there is no other faster way.In my layout can have many frames and thus can be long, but I get the result I need. This is imporatnte.Thanks Peter
View ArticleRe: Search for items and access your content [CS5.5] [JSX] [Win XP]
Instead of the label, use a frame's name. You can set that in the Layers panel or as follows: myFrame.name = 'myTest'; You get a handle on that frame later by this code: var myFrame =...
View ArticleRe: Footnote
The first place I check for anything relating to InDesign’s limited note-handling capabilities is Peter Kahrel’s site, where he calls the kind you need “Inline footnotes.” Peter is kind enough to...
View ArticleRe: Script to select all overflow text frames and fit them to content?
How can I apply this script to a specific text frame I labeled in Layers. Lets say I called this item "LeftText". Instead of fixing All text frames? app.activeDocument.layers.itemByName("LeftText")...
View ArticleRe: Calling scripts between applications
Hi Kudrow, One solution can be found here (I think) http://forums.adobe.com/message/4179949#4179949I asked the question sometime back. In your case it might be better to use bridgetalk but I can't help...
View ArticleRe: I got bored, so I made this
Hi Vamitul, Do you also find there a far too few emoticons on this forum? P.s. Do yourself a favor, do a bit of exercise and take an occasional 15 step stroll, it's good for your legs and your heart.
View ArticleRe: Calling scripts between applications
Just a couple of important warnings about using Marc's trick. 1) You can't have line annotations like thisvar doc = app.documents.add() // creates a new documents - this comment will mess up the...
View ArticleRe: Importing word file into InDesign problems
Try your luck on the regular indesign forum or on idesign secrets.Sounds to me like you have some hidden character in the word document or that different paragraph styles have been applied there.What...
View Article