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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 4855 - 4884 of 9208   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4855
Yes, I think they are stored as absolute. When viewing the object properties, the path listed is from the c:\ prompt, and when the folder containing the...
Alexander Maynes
alex_maynes
Offline Send Email
Apr 1, 2004
4:47 pm
4856
One of my writers complained that she couldn't tell what paragraph to create a cross-reference to because not enough of the paragraph text appeared in the...
Rick A. Henkel
rickhenkel
Offline Send Email
Apr 1, 2004
6:23 pm
4857
Rick, I posted the mentioned screenshots in the files section <http://groups.yahoo.com/group/framescript-users/files/Adjust_FM-Dialog.zip> because of the...
Klaus Mueller
klaus_mueller23
Offline Send Email
Apr 1, 2004
11:57 pm
4858
Hello Rick, ... No, not with that FS version. ... Yes, you can create such a dialog box with FS3, but then you need to develop all underlying functions, too. ...
Klaus Mueller
klaus_mueller23
Offline Send Email
Apr 2, 2004
12:25 am
4859
... Thanks, Klaus. Rick Q had contacted me earlier with the same suggestion. I played around with it a bit this afternoon, and it did exactly what she wanted. ...
Rick A. Henkel
rickhenkel
Offline Send Email
Apr 2, 2004
4:21 am
4860
Wow! That is a very cool tool. Thanks Klaus. My dialog boxes will never be the same! Deb ... From: "Klaus Mueller" <mueller23@...>...
Deb M.
mollydee59
Offline Send Email
Apr 3, 2004
1:25 am
4861
Hi, About 2 weeks ago I asked a question whether it where possible to get rid of the message "All master pages will be reapplied. Manually applied master pages...
Wouter de Vaal
wouterv2000
Offline Send Email
Apr 5, 2004
9:07 am
4862
... Apart from doing the master page assignment using your own script (I can send you a rough sketch for that) and skipping the routine from the FrameMaker...
Michael Müller-Hil...
michaelmh
Offline Send Email
Apr 5, 2004
10:37 am
4863
I installed it and it works great! I had another problem (due to bad design): reading invalid xml poping up an error, this has been solved also :-) Thanx a...
Wouter de Vaal
wouterv2000
Offline Send Email
Apr 5, 2004
10:56 am
4864
Too darn cool! Thanks ... did...
jharrison100
Offline Send Email
Apr 5, 2004
12:42 pm
4865
Over time I've found that it's better not to use spaces in paragraph format names and my newer templates follow that convention. However, I have a couple of...
keith.soltys@...
keithtsx
Offline Send Email
Apr 5, 2004
5:13 pm
4866
Hi, Just wondering if anyone knows how to generate a list of any character styles applied in a given paragraph object. Thanks, Martin R. Smith ... This message...
martin.smith@...
audiophileco
Offline Send Email
Apr 5, 2004
6:58 pm
4867
Does anyone know of an Fcode to temporarily switch to the Symbol font? Thank you very much. Rick Quatro Carmen Publishing 585 659-8267 frameexpert@......
Rick Quatro
frameexpert@...
Send Email
Apr 5, 2004
7:38 pm
4868
Hi Martin, Click in a paragraph and give this a try. // Make a string list to hold the character format names. New StringList NewVar(sCharFmtNames); // Set a...
Rick Quatro
frameexpert@...
Send Email
Apr 5, 2004
7:43 pm
4869
OK, I almost got this working. What I'm trying to do is strip out all of the spaces from paragraph style names in a document. I actually did have it working...
keith.soltys@...
keithtsx
Offline Send Email
Apr 5, 2004
7:49 pm
4870
Hi Keith, I think this would be a better way to do it. Set vCurrentDoc = ActiveDoc; // First, do the paragraph formats. Loop ForEach(PgfFmt) In(vCurrentDoc)...
Rick Quatro
frameexpert@...
Send Email
Apr 5, 2004
8:23 pm
4871
I figured it out: 506 switches the insertion point to the Symbol font; 505 switches the font back to what it was. Thanks. Rick ... Thank...
Rick Quatro
frameexpert@...
Send Email
Apr 5, 2004
8:27 pm
4872
As usual, Rick is right on. I actually had gotten just about this far when he sent this, at least I had the first part and was working on the second. I'd...
keith.soltys@...
keithtsx
Offline Send Email
Apr 5, 2004
8:37 pm
4873
What I do when I need to remove overrides is to import the formats of the current document, because I think it's more simple and fast. So, you can (1) change...
info
fcicomunicacao
Offline Send Email
Apr 6, 2004
1:24 am
4874
Hi, I'm curious about changes to the Script Window in FrameScript 3.0. Specifically, did the Script Builder interface disappear? I don't see mention of it in...
Alan Houser
pm1762
Offline Send Email
Apr 6, 2004
4:02 am
4875
Is there a generic routine for uppercasing just the first character in a string? I've been struggling with the string routines in Framescript and can't figure...
keith.soltys@...
keithtsx
Offline Send Email
Apr 6, 2004
2:03 pm
4876
Hello Keith, ... With FS3, you could do it this way: Set vString = 'abc'; Set vString = eStr.ReplaceFirst{vString, vString[1], eStr.ToUpperCase{vString[1]}}; ...
Klaus Mueller
klaus_mueller23
Offline Send Email
Apr 6, 2004
2:22 pm
4877
Keith, ... there is no directly way to upper case the first character of a string, but you can use the following lines to do this Set sString = 'hello'; //...
Michael.Kaemper@...
michaka67
Offline Send Email
Apr 6, 2004
2:23 pm
4878
The first thing to do is figure out how to split the string. Set sString = 'keith'; Get String FromString(sString) EndPos(1) NewVar(sFront); Get String...
Rick Quatro
frameexpert@...
Send Email
Apr 6, 2004
2:25 pm
4879
Thanks. That works quite well. Keith -- Keith Soltys Technical Writer, Quality Assurance TSX Technologies keith.soltys@... (416) 947-4397 What I do when I...
keith.soltys@...
keithtsx
Offline Send Email
Apr 6, 2004
2:34 pm
4880
Let's try this again. (Lotus Notes, for those of you who don't know, is the world's worst email client, and has a function called Send and File. The Send nd...
keith.soltys@...
keithtsx
Offline Send Email
Apr 6, 2004
2:54 pm
4881
Hi Alan, The Script Builder interface is no longer available in FrameScript 3.0 or 3.1. The Script Window was "dumbed down" for FrameScript 3 because it is ...
Rick Quatro
frameexpert@...
Send Email
Apr 6, 2004
4:12 pm
4882
Keith, ... You could even write the complete routine this way ... Loop ForEach(PgfFmt) In(vCurrentDoc) LoopVar(vPgfFmt) Set vPgfFmt.Name =...
Klaus Mueller
klaus_mueller23
Offline Send Email
Apr 6, 2004
4:41 pm
4883
This reminds me a lot of the Java code that I had to work with in my last job. It is somewhat more compact, but quite a bit harder to follow, especially with...
keith.soltys@...
keithtsx
Offline Send Email
Apr 6, 2004
5:26 pm
4884
TextPad is a decent editor, not quite as full-featured as Ultra-Edit, but the ClipPad feature makes it potentially more useful with FrameScript. I'm not sure...
keith.soltys@...
keithtsx
Offline Send Email
Apr 6, 2004
5:30 pm
Messages 4855 - 4884 of 9208   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