[This announcement is in German because it applies to users in Germany, Austria and Switzerland.] Liebe FrameScript-Anwender, jetzt ist es soweit: Neben mir...
Hello, I hope this isn't too dumb of a question. Here is what I'm doing now. All of my data is in tables. I have quite a few markers in the document. What I...
Hello Scripters, My FrameScript book will be shipping on or about October 11, 2002. The retail cost is $110 US. The book contains 324 pages of essential...
I am sorry for this test, but I haven't been receiving emails from the framescript-users list for the last week or so. Rick Quatro Carmen Publishing ...
2905
Johan Decock
jdecock@...
Oct 4, 2002 10:06 am
Hi, This probably something simple, but I don't find it in the archives. How can I determine the length of a Franescript string variable? Johan ... ABIS...
Hello, I think I wasn't thinking clearly when I posted this. What I really want to do is just apply a new paragraph format just before the marker, which I...
Hi All: I didn't get any responses last time I posted, so I thought give it one more shot and re-post. I apologize for the duplication, but I'm hoping that...
If I understand you correctly, you have a situation where insets contain insets. I would probably tackle this with a recursive algorithm that updates the most...
Thanks Martin Actually, that's exactly what my script tries to do. However, when I run it, instead of my insets getting updated, FrameMaker (or FrameScript)...
You've piqued my curiosity, Larissa. I'll have to try writing a script of my own to update an inset and see what kind of results I get. I'll post my findings...
Hi, Additionally to my last msg: In special cases, the nested Ti update could be made easier: -- If all vTi.TiAutomaticUpdate properties are set to true; -- If...
Hello, I'm working on a script that prompts the user for an import directory. Once the variable is set, I'd like to have that directory used the next time the...
Hi Rick, ... From the FS User Guide: "Any variable created in a script is [...] not accessible outside the script." "Variables created in the initial script...
Dear TextPad Users, How are you coding your scripts? Do you copy the 'format/syntax' lines from the FS Reference? Removing all those opt. [brackets], adapting...
Hello When i started i thought this would be an fairly easy task, but i am stuck. The thing i wanted to do was to rename an old existing FM variable name to a...
Hi Jorgen, ... Maybe it would be the fastest way to save the .fm as MIF and replace <VariableName `MyOldVariableName'> with <VariableName `MyNewVariableName'>....
Hi Klaus, I tried to download this file ( http://groups.yahoo.com/group/framescript-users/files/FrameScript.tcl.zip ), but all I get is a web page that shows a...
Hi Dick, ... (http://groups.yahoo.com/group/framescript- ... a ... The Zip seems to be ok to me, no errors when downloading. Check out the attached zip. ...
... Thank you for answering so quickly I have been testing your suggestions and converting to mif works but it takes very long time to open the mif file again...
Hi Jorgen, ... To delete VarFmts, you don't need to loop: Get Object Name('OldVariableName') Type(VarFmt) NewVar(vVarFmtOld); Delete Object (vVarFmtOld); ... ...
... Hi again I think i have to loop anyway because i have more than one FM variable I want to replace. But anyhow now I have script that actually works. I...
Has anyone else had this problem? When I try to access graphic objects via framescript, FrameMaker crashes. My images are imported by reference into anchored...
Reading the responses to this thread I began to have the same opinion as Klaus, that teh recursion wasn't being done correctly. Thinking about it the following...