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 1584 - 1613 of 10298   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1584 August Mohr
asmohr_adobe... Offline Send Email
Nov 1, 2001
10:09 am
I need to remove trailing spaces from the ends of specific paragraphs. Actually, I need to distinguish between single sentence paragraphs and multi-sentence...
1585 Rick Quatro
frameexpert Offline Send Email
Nov 1, 2001
12:34 pm
August, Here is a snippet that will remove trailing spaces from the paragraph containing the insertion point. You can expand it to work with all paragraphs in...
1586 Raskob, Elizabeth
eraskob2 Offline Send Email
Nov 1, 2001
2:10 pm
Rick, I've found a few documents where I work that have no MainFlowInDoc. Try debugging this by writing: Set vChapter = ActiveDoc; MsgBox vChapter; Set vFlow =...
1587 Kevin
kevc63 Offline Send Email
Nov 1, 2001
3:19 pm
Hi, I'm writing a spcipt to process a group of csv (comma separated variable files) into a parts book. I'm to the point that I can open a file and read all the...
1588 rsdelong@...
rsdelong Offline Send Email
Nov 1, 2001
3:48 pm
... <elizabeth.raskob@B...> wrote: <snip> ... haven't ... Thanks Elizabeth, I have defined those variables earlier in the script. I just wanted to show where...
1589 August Mohr
asmohr_adobe... Offline Send Email
Nov 1, 2001
11:31 pm
Thanks, Rick, The magic incantation was the "Suffix" option on Find String(' '). Thank you VERY much. August ... paragraph...
1590 Johan Decock
jdecock@... Send Email
Nov 5, 2001
4:17 pm
Hi, This might be a dumb one. I am wondering how I can test if a FrameMaker document variable exists in the current document. This is what I use to replace the...
1591 Marcus Streets
marcus@... Send Email
Nov 5, 2001
4:38 pm
... I Have used two techniques Attempt to create the variable and on error get the value. This ensures you end up with the variable. Another alternative is to ...
1592 Raskob, Elizabeth
eraskob2 Offline Send Email
Nov 5, 2001
4:39 pm
Johan, You can't trap errors on a Get command, but you can check if the object exists before using it. So you'd write Get Object Type(VarFmt) Name('RECEIVER')...
1593 Johan Decock
jdecock@... Send Email
Nov 5, 2001
5:01 pm
Many thanks! That saves the day. Johan From: "Raskob, Elizabeth" <elizabeth.raskob@...> on 05/11/2001 16:39 GMT Please respond to...
1594 Rick Quatro
frameexpert Offline Send Email
Nov 5, 2001
9:30 pm
Hello Framers, In honor of Thanksgiving, I am offering big discounts on some of my plugins and scripts for the month of November. TableCleaner $40 ($20 off) ...
1595 Charlene Dewbre
charza1 Offline Send Email
Nov 5, 2001
9:48 pm
Hello Framescripters, I'm hoping you can help with a little (well, not so little) problem I'm having with formatting some text on the fly. I'm writing New pgfs...
1596 August Mohr
asmohr_adobe... Offline Send Email
Nov 6, 2001
6:34 pm
In the reference manual, the New Pgf command has an option, PgfFmtName, described as "...you may optionally use this to specify the paragraph format for the...
1597 August Mohr
asmohr_adobe... Offline Send Email
Nov 6, 2001
6:40 pm
Does anyone have any kind of compilation of corrections/additions to the FS reference manual? For instance, the "Using" operator which is required to use...
1598 Raskob, Elizabeth
eraskob2 Offline Send Email
Nov 6, 2001
7:18 pm
August, The syntax is: NEW Paragraph PrevObject(voOldPgf) NewVar(voNewPgf) PgfFmtName('Body'); If that doesn't help, can you send a piece of your code? ...
1599 Michael Mueller-Hille...
michaelmh Offline Send Email
Nov 6, 2001
8:25 pm
... Simon, you have to use a fully qualified path+filename with the Install command. If your code is inside a initial script and the other script is in the ...
1600 Michael Mueller-Hille...
michaelmh Offline Send Email
Nov 6, 2001
8:35 pm
... If I understand your needs (which I am not sure) the way to go would be to: * Create the paragraphs: New Paragraph... NewVar(vPgf); * Set vPgf.Text = 'your...
1601 Klaus Mueller
utesch23 Offline Send Email
Nov 6, 2001
9:12 pm
Hi August, Does anyone have any kind of compilation of corrections/additions to the FS reference manual? FS must haves: Rick Quattro's FS Tutorials at ...
1602 Simon Bate
simonbate Offline Send Email
Nov 6, 2001
9:30 pm
Thanks Michael. Sounds like a good work-around. I'm still somewhat concerned that it used to work, before I installed FrameScript v.2.1. Simon ... ...
1603 August Mohr
asmohr_adobe... Offline Send Email
Nov 6, 2001
10:08 pm
OUCH! (Just a little embarassing.) I left out the quotes around the PgfFmtName. Of course they're needed. It's a string, it could be a variable value,...
1604 pcarey@...
hokuspokus22 Offline Send Email
Nov 7, 2001
4:43 am
Hello all. I've looked through the archives, but cannot find a way to scriptify word counting in Frame docs. What I basically need is to, with Framescript, ...
1605 Rick Quatro
frameexpert Offline Send Email
Nov 7, 2001
12:26 pm
Pete, What we need is an algorithm for counting words. Then we can translate that into a script. Rick Quatro Carmen Publishing 716 659-8267 ...
1606 pcarey@...
hokuspokus22 Offline Send Email
Nov 7, 2001
1:47 pm
It'd be nice if one could call an API Client via the CallClient command, and have the client count the words and return the value. The FDK ships with a word...
1607 Rick Quatro
frameexpert Offline Send Email
Nov 7, 2001
2:10 pm
Pete, Let me see if I have time to look at this and come up with something. Thanks. Rick Quatro Carmen Publishing 716 659-8267 rick@... ...
1608 Rick Quatro
frameexpert Offline Send Email
Nov 7, 2001
4:31 pm
Pete and others: I have compiled a special version of the Word Count plugin and called it wordcnt_Special.dll. You can download it from the Files area at ...
1609 pcarey@...
hokuspokus22 Offline Send Email
Nov 7, 2001
7:50 pm
Thanks Rick. Works like a charm. (them there .dll's are fast!) -Pete ... called it ... copy it to ... section of ... document, ... FrameScript Script ... ...
1610 rsdelong@...
rsdelong Offline Send Email
Nov 7, 2001
8:41 pm
... Rick, You are much too kind to us FrameScript-Master wannabes! thanks! Rick...
1611 andriah@...
andriahusa Offline Send Email
Nov 7, 2001
11:29 pm
Hello, I'm no longer new to FrameScript but apparently just incompetent :-( I am struggling to automate finding anchored frames positioned below the line that...
1612 ahoughto@... Send Email Nov 8, 2001
12:34 am
This is a little closer to what I need to do, but I still cannot figure out how to determine if my anchored frame from the Get TextList command is ...
1613 Nigel Olliver
hersys@... Send Email
Nov 8, 2001
12:34 am
G'day from Oz, I wanted to use f-codes to make menu selections from scripts, some of which weren't available through the published f-codes in the manual. I ...
Messages 1584 - 1613 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