Hallo Judith, here is a new script. the script generated a new document with all graphics from a book http://www.natebus.de/phpBB2/downloads.php The scriptname...
Please do me a favor and keep your political opinions to yourself. THIS IS NOT A FORUM FOR POLITICAL DISCUSSION. I FIND YOUR VIEWS AND OPINIONS EXTREMELY...
Thank you, Klaus, I think this will help. Your suggestion to use "Loop ForEach(Pgf) In(vDoc)" instead of searching each flow may be particularly valuable. I've...
I'm hoping someone can help me with the logic of a task I'm wrestling with. I'm trying to do the equivalent of marking changebars. In our templates we have a...
... This is currently not possible with FrameScript. User Interface enhancements have been wished several times, so possibly it is on Frank Elmore's to-do...
While we all wait for the next release of FrameScript, I have found one workaround to FrameScript's lack of dialog box features. I have been designing my own...
Our local FrameMaker User's Group (NC-FUN) has been asking for presentations about FrameScript. Several years ago, Frank Elmore was kind enough to come and...
I have done something similar, but I use Visual DialogScript (VDS) to create the dialog boxes, then use FrameScript to display a dummy message box and launch...
Hi August, ... This does depend on whether you (are able to) change all your found search criteria, e.g. delete the text your're looking for or change the...
Martin Smith wrote: <<I have been designing my own dialog boxes in Visual Basic for use with my event-driven FrameScript programs.>> While it may be heresy to...
When trying to debug a script, the console window runs out of room to store my data. Is there a way to increase the number of lines this window can process? ...
Rick, ... I have often the console file opened in my script editor. (FMHomeDir+DirSep+'consfile.txt'). You can also parse this file for missing font messages...
Does FrameMaker return an error code that is trappable by FrameScript when it tries to locate a referenced graphic where that graphic is missing from the...
hallo, open the doc with following option: Open Document File(oDoc.Name) NewVar(aDoc) RefFileNotFound (AllowAllRefFilesUnFindable) then check all graphics. see...
A somewhat random question: has anybody written a script to generate a dynamic table of contents? It's always seemed odd to me that Frame would generate a...
Hi, Attached is a Frame file that has side numbers (1, 2, 3, ... 50) on the left side and these numbers appear on every page of the file. Right now, I'm trying...
Pelp, ... You need to identify unique properties like the width or height of the textframe or the name of the first pgf or something: Set vDoc = ActiveDoc; If...
I've written a similar script, which could easily be extended to TOCs. My script creates half-titles (lists of first-level heads) for the beginnings of each...
Simon, Please post the code or send it to me at emailpelp@.... It looks promising. Thanks ahead. ... TOCs. My ... beginnings ... to the ... deleted, ...
I'm tryin to insert all the graphics in a folder in new anchored frames in a document. But, I have found that the command: New AFrame TextLoc(vEndOfFlowLoc) ...
Hallo, the aframe must be selected: New TextLoc Object(CurrPgf) Offset(0) NewVar(gphAnchor); //Anker einfugen New AFrame NewVar(gphAFrame) TextLoc(gphAnchor);...
I am updating several FrameMaker projects and some of that involves changing the names of existing x-ref formats, paragraph styles, etc. I am new to...
Hello Eric, ... There's no error in the syntax: Ensure that your TextLoc variable is valid. ... As FrameScript very often uses the current or default object if...
Hi Steve, ... Unfortunately, this is not that easy as it should. With the FM GUI, you can change e.g. pgf fmts easily - selecting the old pgffmt in the pgf...