Skip to search.
framescript-users · FrameScript Users

Group Information

  • Members: 630
  • Category: Software
  • Founded: Aug 20, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 10244 - 10273 of 10298   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10244 Brandon
guitarofgold Offline Send Email
Feb 2, 2012
5:57 pm
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...
10245 Michael Müller-Hi...
michaelmh Offline Send Email
Feb 2, 2012
7:36 pm
Brandon, Where is your script code example, stripped down to the absolute minimum? What versions of FrameMaker, FrameScript and Acrobat are you using? Without...
10246 keith.soltys@...
keithtsx Offline Send Email
Feb 6, 2012
8:04 pm
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...
10247 richard
sbrv22 Offline Send Email
Feb 6, 2012
8:22 pm
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 ...
10248 keith.soltys@...
keithtsx Offline Send Email
Feb 6, 2012
8:32 pm
... 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...
10249 rickrett Offline Send Email Feb 8, 2012
11:52 pm
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 ...
10250 Sean Hocum
writer_ni Offline Send Email
Feb 9, 2012
3:28 pm
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@... Send Email
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...
10252 Reng, Dr. Winfried
winfriedreng Offline Send Email
Feb 9, 2012
4:42 pm
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...
10253 Michael Müller-Hil...
michaelmh Offline Send Email
Feb 9, 2012
5:50 pm
FrameMaker version? It might be important to know whether any non-Unicode version of FrameMaker (pre 8) is used somewhere. - Michael...
10254 rickrett Offline Send Email Feb 9, 2012
6:24 pm
He's is using Framemaker 8, Framescript 5.2R1p243. He is on Windows XP. Everyone is on Framemaker 8. Thanks for any help. ~Rick...
10255 rickrett Offline Send Email Feb 9, 2012
6:26 pm
That is interesting... I'll look into the MIF idea. I wonder how that symbol looks in a text editor... Thanks! ~Rick...
10256 Michael Müller-Hil...
michaelmh Offline Send Email
Feb 9, 2012
6:51 pm
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...
10257 rickrett Offline Send Email Feb 10, 2012
12:17 am
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...
10258 singh13_maninder
singh13_mani... Offline Send Email
Feb 21, 2012
2:22 pm
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@... Send Email
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)...
10260 Reng, Dr. Winfried
winfriedreng Offline Send Email
Feb 22, 2012
1:39 pm
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@... Send Email
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...
10262 Reng, Dr. Winfried
winfriedreng Offline Send Email
Feb 23, 2012
8:28 am
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@... Send Email
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)...
10264 Reng, Dr. Winfried
winfriedreng Offline Send Email
Feb 23, 2012
1:15 pm
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. ...
10265 Mueller, Klaus
klaus_mueller23 Offline Send Email
Feb 23, 2012
1:39 pm
Hello Winfried, ... To update the table formats you might want to use Select TableCells TableObject(lvTbl) SelectTable; Execute FC KbdTblDlgUnifyTF; after you...
10266 GCarl
gcarladwin Offline Send Email
Mar 5, 2012
12:21 pm
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,...
10267 Newton
newtonfuria Offline Send Email
Mar 5, 2012
2:20 pm
Maybe it's only a problem of quotes. In an old script I used: Run eSys.RunProgram CommandLine('"C:\workbin\nomarq.exe" "'+vEpiFile+'"') Furia...
10268 GCarl
gcarladwin Offline Send Email
Mar 5, 2012
3:25 pm
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"...
10269 Theresa Navarro
tns1994 Online Now Send Email
Mar 8, 2012
12:20 am
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...
10270 Reng, Dr. Winfried
winfriedreng Offline Send Email
Mar 8, 2012
8:28 am
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; ...
10271 singh13_maninder
singh13_mani... Offline Send Email
Mar 15, 2012
5:50 pm
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...
10272 tyskie1_1 Offline Send Email Mar 15, 2012
8:13 pm
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@... Send Email
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 ...
Messages 10244 - 10273 of 10298   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help