I like XN Resource Editor better than ResHacker. http://www.wilsonc.demon.co.uk/d10resourceeditor.htm Rick Quatro Carmen Publishing 585-659-8267 ...
Rick Quatro
frameexpert@...
Nov 1, 2006 1:14 pm
7257
Thank you! I get the Framers list at home but must have missed that one. The Show/Hide conditional text dialog is another one I might take a look at. The...
Thanks. I'll try them both. Keith -- Keith Soltys Senior Technical Writer Architecture TSX Technologies (416) 947-4397 http://www.tsx.com/ I like XN Resource...
Hi, We have two build scripts one for generating PDFs and other for generating online help (i.e) HTML pages. Now, if there are some missing graphics in the...
The best approach would be to loop through the graphics in your documents and check each one. Set oDoc = ActiveDoc; Set oGraphic = oDoc.FirstGraphicInDoc; Loop...
Rick Quatro
frameexpert@...
Nov 6, 2006 12:35 pm
7261
Thanks a lot Rick. I will try this out and let you know if it worked for me or not. Thanks and regards, Ranvijay Chandel Information Developer II Sterling...
Hi Rick, I tried that piece of code in my build script but it didn't work. For your convenience the I am sending you the code snippet (see below) of the build...
Hi Ranvijay, My code is not going to work as is because it sets oDoc = ActiveDoc. If you are processing a book, you do not have an active document. Remove this...
Rick Quatro
frameexpert@...
Nov 7, 2006 12:15 pm
7264
A new version of RoboHelp (and a beta test invitation). A new version of FrameMaker just around the corner. Cool (and useful) suport of 360 viewing in Acrobat...
I need to locate all of my Anchored Frames (graphics). At that point I need to insert a new paragraph and then change the paragraph tag to something else. I'm...
I have a big problems, I have a document in FrameMaker, I will have all words in this document set to Index-marker. Is there a simple script to get this. Best ...
Hi, While running the online help build, I am getting the following memory error MIF: "C:\DOCSOURCE\Staging\IskarOLH\Projects\WMS_USER\Temp\VAS_Station_con ...
Hi, Our company is thinking of moving the current documentation files to an XML based CMS. Also we are planning to move our current documentation (i.e FMaker ...
Hi Rick, Thanks a lot. The corrections that you told did help the build to throw the error messages. Thanks and regards, Ranvijay Chandel Information Developer...
Ranvijay: FrameMaker supports DITA as well (or better) than any authoring tool. Moving to DITA from FrameMaker makes little sense. It's better to move to DITA...
Hi, I use FrameMaker 7.1 Structured and FrameScript 4.0. The task I want to automate is the restore of Text Insets. This is done by running through the...
Hi, Currently in our batch script we are hard coding the name of the *.book files and *_html.book files which we want to build for generating PDFs and HTML...
Hello Ranvijay, yes this is possible. See this sample on http://framescript.natebus.de/index.php?navi=script_source&file=recursivedir Best regards Karsten...
Folks, I'm breaking protocol here but as I'm leaving the world of FrameMaker, hopefully permanently, I'll just don my fire resistant undies and post away: I'm...
Hello fellow framescript-users ! Perhaps a bit late, but this only just now showed up in production. We have a script that worked just fine in Framescript...
Hi there, We use Framemaker 7.0 and Framescript 2.1. But now our customers are going to buy some new server, which means the want to upgrade to FM7.2. This...
Hi Georg, The best approach is to install FrameScript 4, but don't uninstall FrameScript 2.1. Do this on your own computer, not the client's. Then you can test...
Rick Quatro
frameexpert@...
Nov 29, 2006 3:57 pm
7278
Hi Rick, That is what I expected. Generally no problems, but no other way than testing everything. I think I never used the same name for a variable and a...
Hi Georg, I am sure you will like FrameScript 4. It includes functions, which can be easier to call, and can automatically return a value. It makes it easier...
Rick Quatro
frameexpert@...
Nov 29, 2006 5:59 pm
7280
Hi all, I am trying to fill some table cells with text from an eVector. I start at a - currently selected - cell and I want to use "CellBelowInCol" to navigate...
Hi again, it seems that I found the error by myself. It was a "straddled" cell which caused the problem: loop while (i <= cnt) Set lc = lc.CellBelowInCol; loop...
Hi Sven, You probably want this instead: loop while (i <= cnt) New Text Object(lc) lvPList[i]; Set i = i + 1; Set lc = lc.CellBelowInCol; endloop Rick Quatro ...
Rick Quatro
frameexpert@...
Nov 30, 2006 5:45 pm
7283
I have a script for adding a marker for acronyms. The script reads a list of acronyms in a batch file and looks for those acronyms in my FrameMaker files. If...
I thought I'd ask the experts before trying to write anything with my meager skills. Is it possible to write a script that will purge all master and reference...