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 1961 - 1990 of 10298   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1961 Mike Holt
zenarchic Offline Send Email
Mar 1, 2002
11:14 am
Hi, Imported images in my target document are contained within a single-cell table. The brief was to create a script that would modify the column width of the...
1962 Rick Quatro
frameexpert Offline Send Email
Mar 1, 2002
12:56 pm
Hi Mike, I am not exactly sure what the answer is but I will tell you how I would troubleshoot it. I would pick one graphic that has been resized and one that ...
1963 Rick Quatro
frameexpert Offline Send Email
Mar 1, 2002
1:04 pm
Nancy, You are missing one thing when you insert the cross-reference: you need to set the XRefSrcFile property to the absolute path of the other document. New...
1964 eric.dunn@... Send Email Mar 1, 2002
6:11 pm
How can I find what page an object is on? I had been using Find TextRange(vTopElemTextRangeEnd) ScrollTo; Where vTopElemTextRangeEnd is the end of the text...
1965 Rick Quatro
frameexpert Offline Send Email
Mar 1, 2002
6:16 pm
Eric, There is a Page property that works with some objects, for example paragraphs and graphics. I don't know if it works with Elements or not. Set vPgf =...
1966 eric.dunn@... Send Email Mar 1, 2002
6:48 pm
... Sorry to sound dense, but where is this documented? If I have the Textloc for where I want to determine the page number will your approach work? If I go by...
1967 eric.dunn@... Send Email Mar 1, 2002
6:56 pm
Found the documentation. Now why couldn't these properties be listed with each of the objects to which they apply? ARRRRGGHHHHH!! So if I get the texlocation...
1968 Rick Quatro
frameexpert Offline Send Email
Mar 1, 2002
8:47 pm
For a TextLoc you can get a list of TextProperties, get the TextFrame, and then the Page. Set vCurrentDoc = ActiveDoc; Set vTextLoc =...
1969 eric.dunn@... Send Email Mar 1, 2002
9:22 pm
Thank you very much. That should be exactly what I need to do. Using the paragraph object was causing me problems. The problem with the SGML is that end tags...
1970 eric.dunn@... Send Email Mar 1, 2002
9:34 pm
Here's what I'm using now: Set vCurrentDoc = ActiveDoc; Set vTopElem = vCurrentDoc.MainFlowInDoc.HighestLevelElement; Set vTextLoc = vTopElem.TextRange.End; ...
1971 Rick Quatro
frameexpert Offline Send Email
Mar 2, 2002
1:51 am
Eric, For some reason when you get text properties, they don't keep the document portion of the object so you have to stick it back on using the .Doc property....
1972 hedley_finger@...
hedleyfinger Offline Send Email
Mar 4, 2002
1:03 am
Script fiddlers: Is there any way to change the value of a list member? For example, new stringList newVar(vList) value('Ted') value('Vera'); Is there any...
1973 Rick Quatro
frameexpert Offline Send Email
Mar 4, 2002
1:34 am
Hedley, Take a look at the Replace Member command on page 124 of the Scriptwriters Reference. There are two ways to replace: by position and by value. There is...
1974 hedley_finger@...
hedleyfinger Offline Send Email
Mar 4, 2002
2:18 am
... any ... That ... Scriptwriters ... (page ... And there are also Add Member, p. 14, and Find Member In List, p. 44. Would you believe I scanned the Contents...
1975 Simon Bate
simonbate Offline Send Email
Mar 5, 2002
5:23 pm
Hedley, You can do all normal list operations: Add: Add Member(member) To(list) [Before(num) | After(num)]; Delete: Remove Member[(member)] [Number(num)]...
1976 Tim Volk
mitvolk Offline Send Email
Mar 5, 2002
6:13 pm
How can I 'apply a rowfomrmat' using framescript. When setting: RowKeepWithNext = 1 the rowformat is changed but I still have to open the RowFormat window and...
1977 nurban2000 Offline Send Email Mar 6, 2002
12:15 am
Rick- Thanks very much, that was indeed the problem. One small correction: I found what works is 'XRefFile' (rather than 'XRefSrcFile', as in: New XRef...
1978 alpoelma
alpoelma@... Send Email
Mar 6, 2002
7:57 am
I do greatly appreciate your script to create the table with all the FrameMaker f-codes. By the way I'm looking for a means to automatically structure ...
1979 Rick Quatro
frameexpert Offline Send Email
Mar 6, 2002
8:21 am
You won't believe this but, add this after Set vRow.RowKeepWithNext = 1; Update Hyphenating; If you are doing it on a document that is not the ActiveDoc, use...
1980 Tim Volk
mitvolk Offline Send Email
Mar 6, 2002
8:56 am
Thanx Rick, Tried this and it get the job done. Don't quite get why I have to update Hyphenating to apply RowFormats, but it works. Greetz, Tim. ... Van: Rick...
1981 eric.dunn@... Send Email Mar 6, 2002
4:08 pm
Here's an interesting situation and I suppose a FrameScript 'Feature': Initially I had a script with one subroutine and two external scripts with one ...
1982 Michael Müller-Hi...
michaelmh Offline Send Email
Mar 7, 2002
9:49 am
I guess the Update Hyphenation command does the same as Execute Fc KbdReformatDoc; This does more than KdbRefreshWin (aka as Ctrl+L) and I learned it is ...
1983 Smith, Martin
raymond_co Offline Send Email
Mar 7, 2002
5:46 pm
Hi FrameScripters, I was just wondering if anyone knows of a way to batch compile scripts? Thanks, Martin R. Smith Manager, Technical Writing Encorp, Inc. ...
1984 Busch, Gerhard
chappidu Offline Send Email
Mar 11, 2002
2:59 pm
Hi, I have an existing frame document. Have to import some WMF files by reference and scale them. How do I get the anchored frame object of the imported...
1985 Alexandra Duffy
zandune Offline Send Email
Mar 11, 2002
3:11 pm
Hello Gerhard, I am a FrameScript newbie, but this is one script I have managed to create which may help you. It scrolls through a file and provides the option...
1986 Raskob, Elizabeth
eraskob2 Offline Send Email
Mar 11, 2002
3:12 pm
Gerard, This isn't exactly what you're looking for, since I import by copy, always from an "Images" folder, and always size to 6.5" wide, but it should give ...
1987 chappidu Offline Send Email Mar 11, 2002
4:43 pm
Thanks Elizabeth, that did it. I didn't know about the "FirstSelectedGraphicInDoc" function... BTW I've read most of the FrameScript documentation (except for...
1988 Oleg A. Paraschenko
w_re Offline Send Email
Mar 11, 2002
6:51 pm
Hello! I can't find in documentation if it is possible to check result of "Save Document": is it completed successfully or not? Thank you in advance. Bye! -- ...
1989 Rick Quatro
frameexpert Offline Send Email
Mar 11, 2002
7:05 pm
You need to set the ErrorCode variable to 0 (zero) and then check it after the save. Set ErrorCode = 0 Save Document DocObject(ActiveDoc); If ErrorCode not= 0 ...
1990 Oleg A. Paraschenko
w_re Offline Send Email
Mar 11, 2002
7:25 pm
Hello! Thank you, it works. Bye! ... Oleg ... -- -- Oleg Paraschenko olpa@ http://bitplant.de/ - IT Services company SGML/XML/Content...
Messages 1961 - 1990 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