Re: Scripting the lenght of a page (for smooth scrolling in DPS)
Hi Gustavo, yes you can accomplish what you are describing with InDesign scripting.Instead of creating a smooth scrolling page you could even create a frame with scrollablecontent on the template an...
View ArticleCan we add method using handler in ScripUI resource string?
Hi I've created a sample window using scriptUI, which has buttons; As far as I know we can add handler method by external like button.onClick = function(){} but can we add handler to a button in...
View ArticleRe: increase prices by a percentage in CS2
Before I checked out Kasyans link I wrote this.It's a lot shorter than the linked script but not as flexible. // http://forums.adobe.com/thread/1292700?tstart=0// by Trevor var doc =...
View ArticleRe: increase prices by a percentage in CS2
neither seem to work in CS2. first link gives an error on findGrepPereferences, and Trevor's script gives this error: ---------------------------Adobe InDesign---------------------------JavaScript...
View ArticleRe: increase prices by a percentage in CS2
The scripts work on cs6 (haven't tested the other one)For cs2 you can try (I didn't notice the script was for cs2) // http://forums.adobe.com/thread/1292700?tstart=0// by Trevor var doc =...
View ArticleRe: increase prices by a percentage in CS2
That doesn't work either - CS2 doesn't seem to understand findGrepPereferences.
View ArticleRe: increase prices by a percentage in CS2
@jvolenceCMK – GREP search/replace functionality was introduced in InDesign CS3. Alternatively one could use JavaScript RegEx feature on text strings (Story object contents, Table object contents). But...
View ArticleRe: Hello, i need a tutorial video for scripting with Javascript for...
Hi, Kasyan!I looked into the video by Olav Kvern. It's more a showcase what is possible with ExtendScript and InDesign CS4, rather than a tutorial for absulute beginners. Unfortuantely Gerald...
View ArticleNeed help on deleting after exporting to IDML
Hi Forum, I have a script to export all the "indesign files" found inside the folder... and then remove all the indesign files... Instead, Can i have a help to delete.... the indesign file after...
View ArticleRe: Can we add method using handler in ScripUI resource string?
No, that's not possible. As a rule, resource strings are used only for the layout of a window. The functional part of a window (such as event handlers) are not part of the layout and cannot therefore...
View ArticleIs there a script that automates mail:to links and hyperlinks?
In a nutshell, maybe this was already done. I searched the forum, but cant say I found what I was looking for. Jim Simon can be reached at js34@gmail.com. Jim Simon work's gallery can be found at...
View ArticleRe: Is there a script that automates mail:to links and hyperlinks?
In InDesign, under Type Menu > Hyperlinks & Cross References > Convert URLs to Hyperlinks ... this works effectively. Both mail:to and hyperlinks are auto converted, no selecting...
View ArticleRe: Can we add method using handler in ScripUI resource string?
Thanks Peter.~ Ays.Hakkim
View ArticleDisable color conversion when PDF export
how to disable color conversion in my sample scritp? pdfExportPreset = app.pdfExportPresets.add({ name:"sample preset", });...
View ArticleRe: Is there a script that automates mail:to links and hyperlinks?
Automate Creation of HyperlinksAn InDesign CS2 JavaScript. Put it into the "Version 4.0 Scripts" folder to make it work in up-to-date versions of InDesign.Finds a string in text and creates a hyperlink...
View ArticleRe: Is there a script that automates mail:to links and hyperlinks?
Wooo-hooo! Kasyan! I want to try this. Can you give me a better link? That URL seems to be broken.------ EDIT: woops, hold on, it downloaded.
View ArticleRe: Is there a script that automates mail:to links and hyperlinks?
I loaded the script and tried it. Here is a screenshot of the error. Tell me what you think.
View ArticleRe: Is there a script that automates mail:to links and hyperlinks?
While It would not work in InCopy — where it's needed — it half-works in InDesign. This could be because of the age of the script, etc, not sure. It catches only the mail:to links and misses all the...
View Article$.locale doesn't work in ESTK CC?
Hi, It looks to me like the $.locale object doesn't work properly in ESTK CC. I set my operating system's (Win 7 64-bit Ultimate) to Hebrew. Typing $.locale in ESTK CS6 correctly returns "he_IL". But...
View Article