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

Messages

  Messages Help
Advanced
Messages 9979 - 10008 of 10298   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9979 Ranvijay Chandel
ranvijaychandel Offline Send Email
Mar 1, 2011
9:56 am
Thanks a lot - Michael. It did give me what I was looking for. Really appreciate your fast response on this. Thanks and regards, Ranvijay Chandel On Tue, Mar...
9980 westhorpp Offline Send Email Mar 8, 2011
1:44 am
I recently upgraded to Tech Communication Suite 3 (FrameMaker 10) and therefore upgraded to FrameScript 5.2R1. My many scripts for migrating to structured...
9981 Michael Müller-Hil...
michaelmh Offline Send Email
Mar 8, 2011
12:52 pm
Hi Peter, I can confirm that the .FileInfoPacket returns nothing in FrameMaker 10 and it does with FrameMaker 9. My first suspect is FrameMaker, maybe some...
9982 Peter Westhorp
westhorpp Offline Send Email
Mar 8, 2011
10:09 pm
Thanks, Michael -- and thanks too for the feedback you provided to Dirk last September (message #9776 ff)!! :) In my research yesterday I stumbled across your...
9983 westhorpp Offline Send Email Mar 9, 2011
10:42 pm
For the interest of anyone following this thread: I received a very detailed reply from Frank, the project leader for FrameScript. The problem is a changed...
9984 Rick Quatro
frameexpert@... Send Email
Mar 11, 2011
6:05 pm
Hello Scripters, I have a structured template that contains no content in the document's main flow. I want to add a new, highest-level element to the document....
9985 Michael Müller-Hi...
michaelmh Offline Send Email
Mar 11, 2011
6:23 pm
Just a guess: Can you "Wrap" the existing content? - Michael...
9986 Klaus Mueller
klaus_mueller23 Offline Send Email
Mar 11, 2011
6:24 pm
Hello Rick, Instead of ElementLoc, use TextLoc. Kind regards, Klaus ... From: Rick Quatro Date: 11.03.2011 19:05...
9987 Rick Quatro
frameexpert@... Send Email
Mar 11, 2011
6:35 pm
Hi Klaus, Thanks for the quick reply. When I try this with FrameMaker 8, it crashes FrameMaker. Rick From: framescript-users@yahoogroups.com ...
9988 Rick Quatro
frameexpert@... Send Email
Mar 11, 2011
6:36 pm
Hi Michael, I don't have any existing content. I am starting with a blank, structured document. Thanks for the quick reply. Rick From:...
9989 Klaus Mueller
klaus_mueller23 Offline Send Email
Mar 11, 2011
6:48 pm
Hello Rick, ... All three methods below did work for me with FM 8 and FS 5.2R1p228: Set oDoc = ActiveDoc; If (not oDoc.MainFlowInDoc.HighestLevelElement) New...
9990 Rick Quatro
frameexpert@... Send Email
Mar 11, 2011
7:18 pm
Hi Klaus, That is interesting. I am using FrameScript 5.1R2 p240. Maybe there is a problem with this release. I will check with Frank and see what he says. ...
9991 kuldeep_sagar Offline Send Email Mar 14, 2011
12:14 pm
Hi, I have a FramMaker book file with few chapters that have some images. These images are imported in the file "By Reference". I am looking for a script that...
9992 paul schnall
pschnall2000 Offline Send Email
Mar 14, 2011
2:49 pm
HI, I am trying to set the cell shading in a table cell but I am having trouble defining the color object. Any help will be greatly appreciated. This does not...
9993 Rick Quatro
frameexpert@... Send Email
Mar 14, 2011
4:45 pm
Hi Paul, Use Get Object to get the color object: Get Object Type(Color) Name('Magenta') DocObject(oDoc) NewVar(oColor); Set vCell.CellOverrideShading = oColor;...
9994 paul schnall
pschnall2000 Offline Send Email
Mar 15, 2011
6:28 pm
Thanks, Rick Paul Schnall Mitzpeh Netufa To: framescript-users@yahoogroups.com From: frameexpert@... Date: Mon, 14 Mar 2011 12:45:17 -0400 Subject:...
9995 Brandon
guitarofgold Offline Send Email
Mar 16, 2011
3:11 pm
I have a script that generates a PDF with particular settings that saves automatically in a particular location, depending on user (with a backup of prompting...
9996 mmclean_email Offline Send Email Mar 18, 2011
12:40 pm
... Hi Rick. Did you ever come up with a practical way of generating random numbers in FS? Here's what I plan to do: 1. Estimate 'x', the number of random...
9997 Michael Müller-Hil...
michaelmh Offline Send Email
Mar 18, 2011
1:22 pm
... Hi Malcolm, This sounds quite complex. I follow the discussion about random numbers in other forums as well, and I learned that it is important to...
9998 Rick Quatro
frameexpert@... Send Email
Mar 18, 2011
4:09 pm
Hi Malcolm, Michael is correct about the distinction between random and unique. If you are looking to generate unique ids like I was, here is what I came up...
9999 Richard
sbrv22 Offline Send Email
Mar 18, 2011
6:18 pm
Hi, this sounds like a task, like this: run fs script loop while (vtrue) funktion runs radonamker witch creates af file frandom; wait(seconds); look if frandom...
10000 malcolm mclean
mmclean_email Offline Send Email
Mar 18, 2011
7:13 pm
... Thanks Rick and Michael. I *was* conflating two the concepts. Rick, your algorithm looks interesting, and I think I'll play around with it a bit as I will...
10001 malcolm mclean
mmclean_email Offline Send Email
Mar 18, 2011
7:34 pm
btw, is there a prize for posting topic # 10000?...
10002 Michael Müller-Hi...
michaelmh Offline Send Email
Mar 19, 2011
11:07 am
... Congratulations, you won it! Whatever the prize is... :-) Thanks for your nice words, - Michael PS: Applying a character format to change text into block...
10003 malcolm mclean
mmclean_email Offline Send Email
Mar 20, 2011
5:26 pm
... Thanks for pointing this out - I'm not sure who has access to the obfuscated documents, but I don't this is an issue as the current process uses a perl...
10004 Sean Hocum
writer_ni Offline Send Email
Mar 21, 2011
10:32 pm
Hello all, My name is Sean Hocum, and I am new to the group. I've made great progress on a script that ensures each table in our company's documentation...
10005 Rick Quatro
frameexpert@... Send Email
Mar 22, 2011
1:08 am
Hi Sean, Assuming that oPgf is the variable for the table title, you can do this. Find String(' ') InObject(oPgf) Suffix ReturnStatus(iStatus) ...
10006 kuldeep_sagar Offline Send Email Mar 23, 2011
10:39 am
Hi, I have a 'bullet_1' format for the first level bullet items in my document. I want to remove the autonumbering, which is the bullet in this case, from the...
10007 Karen
kstory1 Offline Send Email
Mar 25, 2011
8:16 pm
Can FrameScript 5.2 run on 64-bit Windows? Thanks!...
10008 Rick Quatro
frameexpert@... Send Email
Mar 25, 2011
8:29 pm
Hi Karen, Yes. As long as your version of FrameMaker will run, FrameScript will run as well. I am using FrameMaker 7.2, 8.0, 9.0, and 10.0 on 64-bit Windows 7...
Messages 9979 - 10008 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