Hello, everyone! Haven't been scripting in a while, but today, I am. For some time, we've had an issue of keeping track of who worked on what files on our...
Brandon, Where is your script code example, stripped down to the absolute minimum? What versions of FrameMaker, FrameScript and Acrobat are you using? Without...
I'm planning to do a major revamp of some of our documentation. As part of that process, I want to work with smaller, more topic-oriented files. I want to...
Hi Keith, is ure output xml? So i could have this script. But i am on FM 7 and FS 5.?. You cant' splitt files in an output stream. You cold copy and past it ...
... 5.?. I want to split the files into smaller FM files. Output will be through WebWorks ePublisher and will be some variant of HTML. I am not using XML or...
Hello- We have one writer in Taiwan now, and he has some issues with some of my framescripts. For instance, when I programmatically import some formats from a ...
Hi Rick, I lurk in this user group more than I contribute. It's because I'm afraid of giving bad advice, but I should reach out more--and that's why I'm...
10251
Rick Quatro
frameexpert@...
Feb 9, 2012 4:37 pm
Hello Scripters, I am working with the latest UltraEdit beta. Does anyone have an UltraEdit syntax highlighting file for FrameScript that I can have? Thank you...
Hi Rick, Michael Müller-Hillebrand mentioned it in his blog: http://www.framescript.eu/lernen/tools-fuer-skripter/ There is a link to download the UltraEdit...
Rick, make sure that on everybody’s machine the Text Encoding in FrameScript > Options is set to "UTF-8". Otherwise the plug-in operates in backward...
Interesting... currently: 1. My text editor (textpad) is set to "ANSI" 2. Framescript is set to "FrameRoman". I'll set them both to UTF-8 and test things out a...
Hi, I am a beginner in FrameScript and working on a framescript to split a large .fm file into multiple smaller .fm files based on the marker type and marker...
10259
Rick Quatro
frameexpert@...
Feb 21, 2012 3:17 pm
Hi Maninder, If oDoc is your document and all of your markers are in the main text flow, you can do this: Get TextList InObject(oDoc.MainFlowInDoc)...
Hi, I couldn't find out how to update a table format. In FrameMaker I just click "Update all" in the table designer. However, in FrameScript I couldn't find an...
10261
Rick Quatro
frameexpert@...
Feb 22, 2012 1:47 pm
Hi Winfried, If you already have a table object (lvTbl) then you don't need to get its object like you are doing on the first line. You should be able to do...
Hi Rick, I tested this, but the Set command did not work. When I display the table tag of lvTblFmtOld after the Get command, it shows the correct name: Get...
10263
Rick Quatro
frameexpert@...
Feb 23, 2012 1:02 pm
Hi Winfried, I tried the following code with FrameScript 5.2R1p243 on FrameMaker 8: Set oDoc = ActiveDoc; Set oTbl = SelectedTbl; Get Object Type(TblFmt)...
Hi Rick, Thank you very much for your efforts! Now I don't know what to do. My problem is this: I changed the language and autonumbering of all paragraphs. ...
Hello Winfried, ... To update the table formats you might want to use Select TableCells TableObject(lvTbl) SelectTable; Execute FC KbdTblDlgUnifyTF; after you...
Hello. Just tried to run a command line but I always received an error 2, "The system cannot find the file specified". Any ideas why? I'm using FM 7.0, FS 4.1,...
Hi. Got it, I was quite off topic ;-) My script was a second step: First step was to start a exe file which didn't succeed, so I made a little test with "dir"...
I am using a modified fsl script to generate a PDF of a set of Frame files. The TOC and Index lose their page-size formats in the final book PDF. Â I can...
Hi, Finally I got my script to run. The problem was that I had not gotten the file into the foreground before the Execute FC command: Set ActiveDoc = gvDoc; ...
Hi, I am stuck at this script. I am trying to split a file on the basis of paragraph format heading (Head1) and marker of type DITA. I am not able to iterate...
Hello All, is it possible to write for example Russian characters to txt file using Framescript in FM8,9,10? My scripts creates .txt file using Utf8Bom(1) and...
10273
Rick Quatro
frameexpert@...
Mar 15, 2012 8:17 pm
Go to FrameScript > Options and make sure the encoding is set to UTF-8. Rick Rick Quatro Carmen Publishing Inc. *** 585-283-5045 *** NEW NUMBER ...