Hi John, Did you solve this problem yet? I have some time to give you some help, if you still need it. Thanks. Rick Rick Quatro Carmen Publishing Inc. ...
Rick Quatro
frameexpert@...
May 7, 2009 7:55 pm
8960
A few posts on this forum mentioned a prettyprint script that also did smart syntax checking like missing semicolons that make framescript unhappy at run time....
I have a script that generates a table of contents independent of FM's TOC generator. It will look at all the documents in the book and return the ones with a...
Not at all! Well, it is not very obvious I have to admit. Check out UsersGuide.pdf. In my version at page 50 starts section "Standard Object Information",...
ooh, never seen this. Perhaps I have too many reference manuals, I can't keep track of them all. I am having another problem relating to the same script,...
What does the loop through the document's paragraphs look like? Rick Quatro Carmen Publishing Inc. rick@... 585-659-8267...
Rick Quatro
frameexpert@...
May 12, 2009 8:24 pm
8968
A little something like this. Didn't know if you wanted the whole loop, or just the part about checking for paragraphs. The whole thing is about 21 lines...
Hi Brandon, This kind of loop does not necessarily return the paragraphs in document order, as you have seen. If all of the paragraphs are in the main text...
Rick Quatro
frameexpert@...
May 12, 2009 9:12 pm
8970
Initially, I was just checking through the main flow like that, but I have a few documents which contain the title separate from the main flow. If there's not...
As you know, MadCap Software is hosting a series of free, tools-neutral webinars. Even if the time or date don't work for you, we record these and you can view...
OT is there a really good user group for InDesign like this group. I am starting to do more work on sales brochures, and InDesign is a far better tool for them...
Hi William, Check out the user communities for InDesign on www.adobe.com ( http://forums.adobe.com/community/indesign). They're very good. Thanks, John Francis...
Thanks, Â Are they as good as this group? This is really a good group of people. ... From: John Francis <jfrancis@...> Subject: Re: [framescript-users]...
Hi Bill, I’ve gotten some excellent help in the InDesign Scripting forum. For automation, the FrameMaker/FrameScript combination runs circles around...
Rick Quatro
frameexpert@...
May 13, 2009 9:09 pm
8976
In my company I have written a setup file for running automatically some script at the start of frame maker; for doing so I added some lines to the...
... Well, this is kind-of fixed as well, if you know the user name. Which is your problem: * finding the fscript.ini in the user’s profile folder * adding a...
My problem is the first on your list but also discover the version of framescript installed in the target machine. One solution could be to use the dll name...
I have a multiple PDF generator that can take a long time to process (obviously, I guess). I'd like to have a modal dialog up with a cancel button so the user...
Hello Framers, There have been some recent requests for a solution to convert graphics imported by copy to graphics imported by reference. I have developed a...
Rick Quatro
frameexpert@...
May 18, 2009 7:58 pm
8982
Folks, Does anyone know if the File() parameter requires the full path name. I have a subroutine Foo in script B being called from a script C. I run the...
Hi Mary, If you go to FrameScript > Options and choose the Search Path tab, you can add lists of folders where you have your scripts. A more portable way is to...
Rick Quatro
frameexpert@...
May 23, 2009 12:27 pm
8984
Hello, Is it possible to use Find FromTextLoc at the book level, or does it only work within a single document? Thanx, ________________________________ Benjie...
Hi Benjie, As far as I know, this can't be done with FrameScript. Rick Rick Quatro Carmen Publishing Inc. rick@... 585-659-8267...
Rick Quatro
frameexpert@...
May 27, 2009 1:20 pm
8986
Hi, I also think that this isn't possible at the booklevel as a book is a collection of files and no text. To search in a book, you can use framescript to open...
Is there a way to control the keyboard shortcuts that get assigned to menus and menu items? I have a menu of framescripts. I activate them with a little button...
Fred, have you tried to use the ampersand in front of the letters you want to be the hot keys? Otherwise, you can install scripts by name and then use Execute...