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 7891 - 7920 of 9208   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7891
Hi: I want to change the font color of all Heading1 paragraphs from Black to Red. How can I do it? -Alex...
alexsswong812
Offline Send Email
Nov 2, 2007
4:18 pm
7892
Alex, Have you ever thought of reading the answers to your previous, identical question? If you don't receive e-mails, see the web site -- well, otherwise you...
Michael Müller-Hi...
michaelmh
Offline Send Email
Nov 2, 2007
5:08 pm
7893
Hi all, I need to write a script that switches a footnotemarker in the text with any kind of text sign (?, !, ;,.,:,,) example: This is a sentence.(1) needs to...
Karen Berx
kberx
Offline Send Email
Nov 6, 2007
8:46 am
7894
Hi Karen, You can find the footnote anchors in a paragraph by using this (assuming oPgf if your paragraph object): Get TextList InObject(oPgf) FnAnchor...
Rick Quatro
frameexpert@...
Send Email
Nov 6, 2007
4:03 pm
7895
I'm getting a 404 going to: www.framescript.com What is the new URL? I am interested in purchasing Framescript. Thanks...
Steve Johnson
bong_death_r...
Offline Send Email
Nov 7, 2007
5:37 am
7896
They have problems with their provider at the moment (since last week's Saturday, or so). - Michael ... -- ...
Michael Müller-Hil...
michaelmh
Offline Send Email
Nov 7, 2007
6:59 am
7897
Hello Scripters, I need to send an email after a script finishes. Any ideas on how to do this would be appreciated. Thanks. Rick Quatro Carmen Publishing ...
Rick Quatro
frameexpert@...
Send Email
Nov 7, 2007
1:07 pm
7898
This is what I am interested in doing. Please tell me if it's possible with Framescript. I am a newbie and have not yet purchased it. I am also not a...
Steve Johnson
bong_death_r...
Offline Send Email
Nov 7, 2007
11:50 pm
7899
It would be easier to put everything in the marker so that's what I would probably do. ... help. ... files, ... name- ... and...
Steve Johnson
bong_death_r...
Offline Send Email
Nov 8, 2007
3:42 am
7900
Hi Steve, Since you don't yet need implementation details, the answer is, Yes. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Send Email
Nov 8, 2007
6:42 am
7901
Hello Rick, I hope I can help you with this one in return... Have you already considered using Microsoft's CDO ActiveX. As Framescript is able to work with...
erik_willemse
Offline Send Email
Nov 8, 2007
9:09 am
7902
Hello Rick, I hope I can help you with this one in return... Have you already considered using Microsoft's CDO ActiveX. As Framescript is able to work with...
erik_willemse
Offline Send Email
Nov 8, 2007
9:09 am
7903
Hi Erik, Thanks. I haven't been able to get it working yet with FrameScript, but I will try to figure it out. Thanks for the tip. Rick Quatro Carmen Publishing...
Rick Quatro
frameexpert@...
Send Email
Nov 8, 2007
3:05 pm
7904
Does anyone have their phone number and/or know when either the www.fml.com or www.framescript.com Web sites will be back up?...
ddiebert2003
Offline Send Email
Nov 8, 2007
10:21 pm
7905
(804) 556-1180 We had a hard drive fail on the server earlier this week. We had also planned on moving the server so we're using the opportunity to do this as...
Brad Anderson
brad@...
Send Email
Nov 8, 2007
10:33 pm
7906
FrameScript 5, FrameMaker 6.0, Windows 2000 I'm new to FrameScript and, like many new users, I have a lot of questions. I have Rick's Crash Course book and...
Lief Erickson
wwpatmqsoftware
Offline Send Email
Nov 9, 2007
3:52 am
7907
Hi Lief, Your subroutine sets vCurrentDoc = ActiveDoc. An active document is one that is in the front-most visible window. When you open a document with...
Rick Quatro
frameexpert@...
Send Email
Nov 9, 2007
12:43 pm
7908
I've written a script that searches for a CellNote paragraph tag. If it finds one and if the text in that paragraph is conditional (i.e. ANY condition)it adds...
ava_carmel
Offline Send Email
Nov 14, 2007
2:40 pm
7909
Ava, you have to look at the Properties for the TextLocation: Get TextProperties TextLoc(vTextLoc) NewVar(vTextProps); If (vTextProps.InCond.Count > 0) // at...
Michael Müller-Hil...
michaelmh
Offline Send Email
Nov 14, 2007
5:42 pm
7910
Thanks, Michael. That's exactly what I was looking for. Ava ... applied ... tag. If ... (i.e. ... specific ... document,...
ava_carmel
Offline Send Email
Nov 15, 2007
6:29 am
7911
Hi All, In one of the framemaker file, we have a section in which to explain the various parts of a code sample using the callouts. The problem that we are...
ranvijaychandel
Offline Send Email
Nov 15, 2007
12:19 pm
7912
Ranvyjay, YOu have to put the code example together with the callouts into an anchored frame, that is treat them as an image. Create an anchored frame, inside...
Michael Müller-Hil...
michaelmh
Offline Send Email
Nov 15, 2007
3:58 pm
7913
Rick, I recently purchased your FrameScript book and like it a lot. It has certainly taken a lot of guess work out of working with FrameScript. I have a...
Dave
davidcono
Offline Send Email
Nov 15, 2007
9:57 pm
7914
Hello Dave, your script returns the attibute defs for any elementdefs and returns not the attributes or attribute values for elements in the document. Use the...
framescript@...
karsten_natebus
Offline Send Email
Nov 16, 2007
10:28 am
7915
Thanks a lot, Michael. Your suggestion was 101% accurate and now my problem is solved. Thanks a lot again. Ranvijay Chandel Information Developer II Sterling...
Ranvijay Chandel
ranvijaychandel
Offline Send Email
Nov 16, 2007
12:52 pm
7916
Dave, As you've noticed, getting the value of an attribute without all the associated info is a pain. I think that in the FrameScript 5.0 announcement I saw...
Fred Wersan
fredwersan
Offline Send Email
Nov 16, 2007
1:33 pm
7917
Dear All, I have a whole lot of scripts installed. Now I'm running into a problem where running of one script influences the other. Example - one script is...
Michael Zaichenko
biomikez
Offline Send Email
Nov 17, 2007
4:04 pm
7918
Hi Michael, ... no, this is not possible. Use the eDebug object for check the values of variables. best regards Karsten   Dear All, I have a whole lot of...
framescript@...
karsten_natebus
Offline Send Email
Nov 19, 2007
7:47 am
7919
FrameMaker (6) has an problematic functionality - when you open a file containing cross-references, the cross-references are automatically updated. This is...
joelwe
Offline Send Email
Nov 19, 2007
1:44 pm
7920
Hi Joel, The document property you want is Untouchable. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Send Email
Nov 19, 2007
3:03 pm
Messages 7891 - 7920 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