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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 2900 - 2929 of 10298   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2900 svi.ben-elya@... Send Email Oct 2, 2002
5:51 am
I am also interested in purchasing the book. ************************************************* - Svi Ben-Elya - phone: +972-4-8811426 - - svib@......
2901 Michael Müller-Hil...
michaelmh Offline Send Email
Oct 2, 2002
11:24 pm
[This announcement is in German because it applies to users in Germany, Austria and Switzerland.] Liebe FrameScript-Anwender, jetzt ist es soweit: Neben mir...
2902 nickfinity Offline Send Email Oct 3, 2002
5:05 am
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...
2903 Rick Quatro
frameexpert Offline Send Email
Oct 3, 2002
7:56 pm
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...
2904 Rick Quatro
frameexpert Offline Send Email
Oct 3, 2002
11:53 pm
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@... Send Email
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...
2906 Rick Quatro
frameexpert Offline Send Email
Oct 4, 2002
11:08 am
Use the .Size property. ... can I determine the length of a Franescript string variable?...
2907 Johan Decock
jdecock@... Send Email
Oct 4, 2002
12:46 pm
Thanks Rick. That did the trick! Johan From: "Rick Quatro" <rquatro@...> on 04/10/2002 11:10 GMT Please respond to...
2908 nickfinity Offline Send Email Oct 4, 2002
2:30 pm
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...
2909 lneumannca Offline Send Email Oct 4, 2002
6:22 pm
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...
2910 Smith, Martin
raymond_co Offline Send Email
Oct 4, 2002
6:28 pm
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...
2911 lneumannca Offline Send Email Oct 4, 2002
8:22 pm
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)...
2912 Smith, Martin
raymond_co Offline Send Email
Oct 4, 2002
11:43 pm
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...
2913 Klaus Mueller
klaus_mueller23 Offline Send Email
Oct 5, 2002
1:19 am
Larissa, Martin, ... Martin's right, Larissa. And, unfortunately, your script doesn't exactly do this. First, you can't update TextInsets whose "TiIsNested"...
2914 Klaus Mueller
klaus_mueller23 Offline Send Email
Oct 5, 2002
12:24 pm
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...
2915 rsdelong Offline Send Email Oct 6, 2002
6:30 am
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...
2916 Michael Müller-Hi...
michaelmh Offline Send Email
Oct 6, 2002
1:01 pm
All variables you use in your Initial Script, which are not set to "Local", are global variables. - Michael ... -- ...
2917 Klaus Mueller
klaus_mueller23 Offline Send Email
Oct 6, 2002
1:07 pm
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...
2918 Klaus Mueller
klaus_mueller23 Offline Send Email
Oct 6, 2002
1:40 pm
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...
2919 jugg1968 Offline Send Email Oct 6, 2002
1:51 pm
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...
2920 Klaus Mueller
klaus_mueller23 Offline Send Email
Oct 6, 2002
3:50 pm
Hi Jorgen, ... Maybe it would be the fastest way to save the .fm as MIF and replace <VariableName `MyOldVariableName'> with <VariableName `MyNewVariableName'>....
2921 Dick Girard
tps_svl Offline Send Email
Oct 6, 2002
6:27 pm
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...
2922 Klaus Mueller
klaus_mueller23 Offline Send Email
Oct 6, 2002
7:12 pm
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. ...
2923 jugg1968 Offline Send Email Oct 6, 2002
8:30 pm
... 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...
2924 Klaus Mueller
klaus_mueller23 Offline Send Email
Oct 6, 2002
9:13 pm
Hi Jorgen, ... To delete VarFmts, you don't need to loop: Get Object Name('OldVariableName') Type(VarFmt) NewVar(vVarFmtOld); Delete Object (vVarFmtOld); ... ...
2925 jugg1968 Offline Send Email Oct 6, 2002
9:54 pm
... 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...
2926 jharrison100 Offline Send Email Oct 7, 2002
1:19 pm
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...
2927 Rick Quatro
frameexpert Offline Send Email
Oct 7, 2002
1:25 pm
What are you trying to do? Rick Quatro Carmen Publishing 585-659-8267 rick@... http://www.frameexpert.com...
2928 Rick Quatro
frameexpert Offline Send Email
Oct 7, 2002
1:26 pm
Hi Rick, If you use an event script, the values of your variables will persist for that script. Rick Quatro Carmen Publishing 585-659-8267 rick@......
2929 eric.dunn@...
Ford_Prefect... Offline Send Email
Oct 7, 2002
1:29 pm
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...
Messages 2900 - 2929 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