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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 6782 - 6811 of 9213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6782
Hello there. Does anyone know of to get the table object from a actually pasted table? Thanx a lot. Christian...
chris_schaefer2000
chris_schaef...
Offline Send Email
Mar 1, 2006
1:28 pm
6783
I found a script that Rick Quatro sent out as a Thanksgiving present in 1999. It deletes paragraphs that are truly empty (do not contain any markers). The...
sbats123
Offline Send Email
Mar 1, 2006
4:38 pm
6784
Steve, There is a bug in some Word import filters that leaves a line feed character (13) at the end of each paragraph. Here is a script that will remove them....
Rick Quatro
frameexpert@...
Send Email
Mar 1, 2006
5:31 pm
6785
Oops I need to check it but it may have something to do with the name of Frame paragraph styles containing accents (in French). When in Japanese regional...
GILLIOTTE Valérie
vgilliotte
Offline Send Email
Mar 1, 2006
6:04 pm
6786
Hello, I solve one problem and another appears :-( .... Context: I am working on Japanese documents with Framemaker 7.1, running on a machine with Japanese...
GILLIOTTE Valérie
vgilliotte
Offline Send Email
Mar 1, 2006
6:04 pm
6787
Hello, I am so sorry. I have just realized this morning with the digest that I sent my message to the wrong list. This was originally aimed at FrameUsers ! ...
GILLIOTTE Valérie
vgilliotte
Offline Send Email
Mar 2, 2006
8:47 am
6788
Hello Scripters. I want to change the bottom cell border. But this code does not work. //======================= Get Object Type(RulingFmt) Name('Mittel')...
chris_schaefer2000
chris_schaef...
Offline Send Email
Mar 2, 2006
8:58 am
6789
This code works for me: Set tblMain = SelectedTbl; Get Object Type(RulingFmt) Name('Double') NewVar(rfMittel); Loop ForEach(Cell) In(tblMain.LastRowInTbl)...
Rick Quatro
frameexpert@...
Send Email
Mar 2, 2006
11:44 am
6790
Hi there, I have a simple task: I would like to select the complete Text of a given paragraph (vPgf). How can I do that? Thanks, Best regards, Ralf...
Ralf Löbelt
ralfloebelt
Offline Send Email
Mar 6, 2006
12:43 pm
6791
Hello Ralf, ... Complete Paragraph: Set vDoc.TextSelection = vPgf.TextRange; Only the text of the paragraph: New TextRange NewVar(vTR) Object(vPgf) Offset(0)...
Müller, Klaus
klaus_mueller23
Offline Send Email
Mar 6, 2006
12:48 pm
6792
Thank you Klaus, I had the problem with Defining the end of the Textrange. Your Mail solved it! Bye...
Ralf Löbelt
ralfloebelt
Offline Send Email
Mar 6, 2006
2:00 pm
6793
Hello again, Can't I use german special chracters in paragraph-format names? Here is the script I'm using Get Object Type(PgfFmt) Name('PARA_NAME')...
Ralf Löbelt
ralfloebelt
Offline Send Email
Mar 6, 2006
2:07 pm
6794
Ralf, With FrameScript 3.1 and higher, you can use Set PlatformEncoding = True; at the beginning of your script. With older versions of FrameScript, you need ...
Müller, Klaus
klaus_mueller23
Offline Send Email
Mar 6, 2006
2:22 pm
6795
Hi there, Is it possible to insert Text from the Clipboard without ist Format? Like choosing EDIT - INSERT SPECIAL - AS TEXT ONLY? Thanks! Best regards, Ralf...
Ralf Löbelt
ralfloebelt
Offline Send Email
Mar 6, 2006
2:46 pm
6796
Thank you, That helps. Best regards, Ralf...
Ralf Löbelt
ralfloebelt
Offline Send Email
Mar 6, 2006
2:46 pm
6797
Good Morning, I figured out how to find a Pgf that has a PgfFmt override. And I know how to make a message box that lets you continue or exit. What I want to...
sbats123
Offline Send Email
Mar 6, 2006
4:25 pm
6798
Hello Steve, You may want to check the two freeware scripts PgfOverrides.fsl and PgfOverridesReport.fsl from ...
Müller, Klaus
klaus_mueller23
Offline Send Email
Mar 6, 2006
4:33 pm
6799
Ralf, ... Unfortunately, no. Klaus ________________________________ From: framescript-users@yahoogroups.com [mailto:framescript-users@yahoogroups.com] On...
Müller, Klaus
klaus_mueller23
Offline Send Email
Mar 6, 2006
4:36 pm
6800
I'm writing a script that I want to add a marker in every paragraph of a specified name then at the point where the insertion cursor is add xrefs to all of...
sbats123
Offline Send Email
Mar 7, 2006
12:43 am
6801
I am doing some refactoring of my EDD and need to edit the attributes of the elements being affected. I want to automate this process using framescript. I am...
Fred Wersan
fredwersan
Offline Send Email
Mar 7, 2006
1:57 pm
6802
Set the Xref source filename as well: Set vXRef.XRefFile= vFileName; Eric L. Dunn Senior Technical Writer ...
eric.dunn@...
Ford_Prefect...
Offline Send Email
Mar 7, 2006
3:29 pm
6803
Is anyone aware of a way to multi-thread a framescript script? Or perhaps I am asking the wrong question... in order to achieve the goal of having scripts run...
jedimaster_mark99
jedimaster_m...
Offline Send Email
Mar 7, 2006
3:53 pm
6804
Framemaker 7.0p578 FrameScript 3.1r4 (for development) and 3.0r1 (for deployment) I'm creating a new paragraph format. I can set the LineSpacing of the format...
Dillon, Eric W - Norm...
eric_w_dillon
Offline Send Email
Mar 7, 2006
6:15 pm
6805
Correction... LineSpacing value is defaulting to 2 (like FontSize), not 4. ... From: framescript-users@yahoogroups.com ...
Dillon, Eric W - Norm...
eric_w_dillon
Offline Send Email
Mar 7, 2006
6:32 pm
6806
Hello Eric, ... The GUI "Line Spacing" is the sum of the font size and the leading, e.g.: Font Size: 10pt + Leading: 2pt => Line Spacing: 12pt To set the line...
Klaus Mueller
klaus_mueller23
Offline Send Email
Mar 7, 2006
8:04 pm
6807
Thanks Klaus! This means the originally setting of Line Spacing was 4 after all, not 2. After writing the original message I started to tinker with the ...
Dillon, Eric W - Norm...
eric_w_dillon
Offline Send Email
Mar 7, 2006
8:17 pm
6808
Hello Fred, ... The members of attribute lists ("gvTypeVal") are attributes. These are "FrameMaker specific data types" with specific sub values. Excerpt from...
Klaus Mueller
klaus_mueller23
Offline Send Email
Mar 7, 2006
9:01 pm
6809
There might be an easy and elegant way to do this, but it escapes me. I want to change the default left and right master pages in a document to match another...
eric.dunn@...
Ford_Prefect...
Offline Send Email
Mar 8, 2006
7:43 pm
6810
I have docs in my book that have on the first page anchored frame. In that anchored frame there is a text frame. I want to find the first paragraph within the...
sbats123
Offline Send Email
Mar 9, 2006
11:15 pm
6811
Hello Steve, ... If the anchored frame is not located in the main flow of the document, you need to loop through all paragraphs of all text frames on the first...
Müller, Klaus
klaus_mueller23
Offline Send Email
Mar 10, 2006
9:45 am
Messages 6782 - 6811 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