Is there a way to re-size graphics so that the height and width remain proportional? I'm working on a script that will resize all the imported screen shots to...
Hi Ben, Couldn't you just scale the graphic horizontally, figure out the percentage of the scale and apply that factor to the height as well? John Francis ...
Hi Ben, There is no such property; you just have to do the math so you change the height and width proportionately. However, you can scale bitmap graphics...
Rick Quatro
frameexpert@...
May 2, 2008 11:29 am
8225
John and Rick-- Thanks for the quick replies. I was a little caught up in trying to emulate shift+click and drag. Sometimes you can't see the forest for the...
I have a script whose behavior has changed in FrameMaker 8 and am wondering if there has been a change to post insert event handling in FrameScript or...
Fred, Have you tested this with identical versions of FrameScript? FM7.1 + FS5.1 FM8.0.2 + FS5.1 and in FM7.1 it worked with and without StructureTools? In FM8...
Hello Scripters, I have an XML file that I am opening with structured FrameMaker. When I open it, it prompts me for the name of the book file to save it to....
Rick Quatro
frameexpert@...
May 6, 2008 6:37 pm
8229
Rick, maybe with a structure client? I have not heard of a way to do that and have yet to look into structure clients. Well, unless one uses a preprocessing...
Hi Michael, That's what I was afraid of. Thanks for the quick response. Rick...
Rick Quatro
frameexpert@...
May 6, 2008 8:04 pm
8231
Hello. I am wondering if there is a FramMaker event for the change document focus. Any ideas? I have a menu entry which shows the setting of ActiveDoc.ShowAll....
Hi Rick, I ran into the same problem a few weeks ago. After installing FS 5 today I'm curious if this issue can be easily solved with the new FS structured...
Hi Scripters, I am developing a script that validates a structured document or book. I need someone to help me test it thoroughly. If you find things that it ...
Rick Quatro
frameexpert@...
May 8, 2008 7:06 pm
8234
Hi, The lists that I've checked say that the Return character is \x0a or 10, but when I search a string that has hard returns in it for that character number,...
Hi Benjie, You can't find returns with simple string searches. You have to use Get TextList on an object or range, looking for LineEnd text item. Get TextList...
Hello, I am new to this group (newbie), so I appeciate your patience with my question. I am trying to preserve my figure and table cross references when I open...
Hello again, I have been converting MS Word 2003 documents to FrameMaker by opening each Word document in FrameMaker 8 (Unstructured). In MS Word, my Table...
Hello, I am in the process of converting MS Word 2003 documents to FrameMaker 8 (Unstructured). The conversion is done by opening each legacy MS Word 2003...
I am new at Framescript, and I have a question. I have a simple script that opens a new document based on a template, copies information from a library...
Hi, I'm modifying a script to pull out the text in certain paragraphs and print it to another file. The problem is that it does not cycle linearly, meaning...
Well, I figured out one part of the step to my question, but I still have a problem that I cannot figure out. The paragraph changes must be hard coded in the...
Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com // Set a variable for the active document. Set oDoc = ActiveDoc; // Set a variable for the...
Hi, I am new to FrameScript. I have below query: Is there a way I can map the text in one variable to another variable in the same document (.fm file)? For...
Hello Jyotsna, You need to differ between variables and variable formats. Get Object Type(VarFmt) Name('Variable 1') NewVar(vVarFmt1) DocObject(ActiveDoc); If...
GolehTek, LLC is proud to announce that GlossBase is available for download from the Free Scripts section of our web site. GlossBase is a freely-available,...
Hello- I have a large document full of FrameMaker "art" created using Frame's drawing tools. I want to select the anchored frame and resize all of the text by...