Search the web
Sign In
New User? Sign Up
framescript-users · FrameScript Users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

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

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4974 - 5003 of 9213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4974
Hello there. The first paragraph has 180 character. Now I want to parse for each character in paragraph. Therefor, I need to know the real length of the...
chris_schaefer2000
chris_schaef...
Offline Send Email
May 3, 2004
12:51 pm
4975
Christian, I can't easily explain to you why the end offset is so large but I can give you some code to do what you want. Set vPgf =...
Rick Quatro
frameexpert@...
Send Email
May 3, 2004
1:18 pm
4976
Rick, I don't understand exactly the reason for that effort, but it works :-) Thanks a lot Christian...
chris_schaefer2000
chris_schaef...
Offline Send Email
May 3, 2004
1:43 pm
4977
Actually, you showed me something that I didn't know. I never realized that a Pgf object has a TextRange property. I have always used this New TextRange...
Rick Quatro
frameexpert@...
Send Email
May 3, 2004
1:49 pm
4978
Chris, ... The paragraph End Offset does always return that annoying 1342177279 or something, regardless whether getting it by ObjEndOffset,...
Klaus Mueller
klaus_mueller23
Offline Send Email
May 3, 2004
7:34 pm
4979
Hi all, I was not able to find a way to convert cross-references to plain (better: accordingly formatted) text with FrameScript. Is there any FS or FC...
Klaus Mueller
klaus_mueller23
Offline Send Email
May 3, 2004
11:01 pm
4980
Hi Klaus, If you want to delete ALL cross-references of a given format to text, simply delete the cross-reference format object. It will preserve all of the ...
Rick Quatro
frameexpert@...
Send Email
May 4, 2004
12:47 am
4981
Can anyone see why this code doesn't delete the conditions in my string? The console window correctly shows what I want deleted. ... Write console 'These...
cwillardr
Offline Send Email
May 4, 2004
4:32 am
4982
Hello Chuck, ... The code is to deletes from condition formats correctly. Set CurrDoc = ActiveDoc; New StringList NewVar(CondFormatsInDoc); Loop...
karsten_natebus
Offline Send Email
May 4, 2004
8:27 am
4983
Hello scriptwriters When I'm looping for Pgfs in ActiveDoc, is there a way to find out the placement of these Pgfs (Bodypage, Masterpage, Refpage) ? Thanks for...
chris_schaefer2000
chris_schaef...
Offline Send Email
May 4, 2004
8:34 am
4984
Hello Chris ... Use the page property. Set vPgf = ActiveDoc.FirstPgfInDoc; Loop While(vPgf) Write Console vPgf.Page.ObjectName; Set vPgf = vPgf.NextPgfInDoc; ...
karsten_natebus
Offline Send Email
May 4, 2004
8:55 am
4985
Hello Rick, ... Yup! Works! Thanks for the tip. Kind regards, Klaus ... From: Rick Quatro [mailto:frameexpert@...] Sent: Tuesday, May 04, 2004 2:47 AM...
"Müller, Klaus"
klaus_mueller23
Offline Send Email
May 4, 2004
2:02 pm
4986
Hello to all Does anyone know the character code for the save-space? (done by <ctrl><space>) Thanks for all answers Chris...
chris_schaefer2000
chris_schaef...
Offline Send Email
May 5, 2004
10:02 am
4987
Chris, ... Try this: New String IntValue(17) NewVar(cNonBreakingSpace); Kind regards, Klaus ... From: chris_schaefer2000 [mailto:schaefer_c@...] ...
"Müller, Klaus"
klaus_mueller23
Offline Send Email
May 5, 2004
10:05 am
4988
Klaus, thank you for that fast answer. Chris...
chris_schaefer2000
chris_schaef...
Offline Send Email
May 5, 2004
10:14 am
4989
Hello Scriptwriters, Does anyone know how to exchange the PgfFmt of the current Pgf with another PgfFmt (Without using 'New Paragraph') ? ex.: Current Pgf is...
chris_schaefer2000
chris_schaef...
Offline Send Email
May 6, 2004
11:58 am
4990
Chris, ... Apply the properties of the new paragraph format to the current paragraph. Set vDoc = ActiveDoc; If (not vDoc) LeaveSub; EndIf Get Object...
Klaus Mueller
klaus_mueller23
Offline Send Email
May 6, 2004
12:05 pm
4991
Is there (of course) a simple way to find a specific graphic frame border color. Files sent to me have new/changed artwork marked with a "red" border. I need a...
William Bernhardt
largeteddybe...
Offline Send Email
May 6, 2004
3:27 pm
4992
This script will write the page numbers of any graphics with red borders. Set oDoc = ActiveDoc; Set oGraphic = oDoc.FirstGraphicInDoc; Loop While(oGraphic) If...
Rick Quatro
frameexpert@...
Send Email
May 6, 2004
4:48 pm
4993
Thanks Rick, but this does not seem to do the trick. I ran it but it did not return any page numbers. Does it matter if the graphic is in an anchored frame? ...
William Bernhardt
largeteddybe...
Offline Send Email
May 6, 2004
7:08 pm
4994
If you run my script at the document level, it writes a 4 to the Console, indicating the graphic on page 4. Rick Quatro Carmen Publishing 585 659-8267 ...
Rick Quatro
frameexpert@...
Send Email
May 6, 2004
7:18 pm
4995
What console window? Just not my day. I have read about a console in other messages, but I am totally lost to where, what, when, etc., but I feel better when I...
William Bernhardt
largeteddybe...
Offline Send Email
May 6, 2004
8:18 pm
4996
The console is a separate window that displays the result of some FrameMaker and FrameScript commands. It should open and be displayed when you start...
keith.soltys@...
keithtsx
Offline Send Email
May 6, 2004
8:23 pm
4997
William, The Console window is the window that opens when you launch FrameMaker for Windows. It gives you information about loaded plugins, missing fonts, etc....
Rick Quatro
frameexpert@...
Send Email
May 6, 2004
8:29 pm
4998
... other messages, but I am totally lost to where, what, when, etc., but I feel better when I ask our local computers God's and they have no idea what you...
Combs, Richard
rgcombs1
Offline Send Email
May 6, 2004
11:32 pm
4999
In order to turn on "the console," you have to do this: File > Preferences, then select File Translation Errors. Now a console window opens each time you start...
Dick Girard
dick_girard
Offline Send Email
May 7, 2004
2:21 am
5000
... I have seen my console window being placed off the screen. I cannot remember for sure how I got it back, I guess it was something like removing the...
Michael Müller-Hil...
michaelmh
Offline Send Email
May 7, 2004
7:23 am
5001
Thank you Dick! I have always left my "File Translation Errors" turned off. One of those great mysteries of life. I would also like to thank Rick. Your script...
William Bernhardt
largeteddybe...
Offline Send Email
May 7, 2004
12:35 pm
5002
... File > Preferences, then select File Translation Errors. Now a console window opens each time you start FrameMaker, each time an error occurs in FM (like a...
Combs, Richard
rgcombs1
Offline Send Email
May 7, 2004
2:11 pm
5003
... By experimentation. I too had the same problem everyone else had. But I figured that it was related to how FM was set up. So I thought of checking the...
Dick Girard
dick_girard
Offline Send Email
May 7, 2004
4:41 pm
Messages 4974 - 5003 of 9213   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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