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...
Show off your group to the world. Share a photo of your group with us.

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 6623 - 6653 of 9209   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6623
Hello All, I have discovered an annoying problem. If I run the following code (and only that code) // Prompt the user for the file. DialogBox Type(ChooseFile)...
Rick Quatro
frameexpert@...
Send Email
Dec 1, 2005
3:10 pm
6624
Hi Rick, A couple of options come to mind. The most painful would be to write your own form for selecting and opening files. The EFileInfo object provides...
martin.smith@...
audiophileco
Offline Send Email
Dec 1, 2005
8:55 pm
6625
Hello, We need some on site help with setting up FrameScripts (or FDK scripts) in FrameMaker 5.5.6 SGML. Please contact me off list. Thank you, Met...
Wim Hooghwinkel
hooghwinkelwim
Offline Send Email
Dec 2, 2005
10:56 am
6626
Hello- I'm using "Find FromTextLoc" to look for certain words, and when it finds them, I want to get the whole sentence within the paragraph that that word is...
rickrett
Offline Send Email
Dec 3, 2005
6:53 am
6627
Hello Rick, ... If you are running nested Find FromTextLoc commands, you need to use different variables for ReturnStatus and ReturnRange. ... You can run the...
Klaus Mueller
klaus_mueller23
Offline Send Email
Dec 3, 2005
9:11 am
6628
That FC command did the trick... Thanks! I guess I need to learn my FC commands... Thanks! ~Rick ... it ... paragraph that ... Using ... FromTextLoc ... 2nd ...
rickrett
Offline Send Email
Dec 3, 2005
8:17 pm
6629
Hi Rick, One thing to be aware of: Most f-codes only work on an active document, so you have to be careful using them with some scripts. Rick Quatro Carmen...
Rick Quatro
frameexpert@...
Send Email
Dec 3, 2005
8:53 pm
6630
Hello Rick, ... For this approach, I do always use the FrameMaker command list created by the script ReportCommands.fsl: ...
Klaus Mueller
klaus_mueller23
Offline Send Email
Dec 4, 2005
2:40 am
6631
I've got a script that creates a new document with a table with 1 body row. I do some stuff in a document within a book and load up a stringlist, and then add...
rickrett
Offline Send Email
Dec 7, 2005
6:03 am
6632
Oops... nevermind... All of my new rows are being added as new Heading Rows... :-) That would do it... Thanks, Rick ... a ... from ... Xref...
rickrett
Offline Send Email
Dec 7, 2005
6:06 am
6633
Hi all, I've been receiving and reading emails from this list for some time now, and want to post a question. To be frank, I can handle several script...
Roel Mulder
r.mulder@...
Send Email
Dec 9, 2005
6:51 pm
6634
Hi Roel, What version of FrameScript are you running? Thanks. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com ... From: Roel Mulder To:...
Rick Quatro
frameexpert@...
Send Email
Dec 9, 2005
7:07 pm
6635
Hello Roel, ... You can start with the following code, it removes that string in the active document. Note that it expects a blank before the < char and *won't...
Klaus Mueller
klaus_mueller23
Offline Send Email
Dec 9, 2005
10:11 pm
6636
Hi Klaus, Thanks for this code. If I understand correctly: - the script looks for all occurrences of the paragraph format as specified in the variable vPgfName...
Roel Mulder
r.mulder@...
Send Email
Dec 12, 2005
12:09 pm
6637
Hi, The changebars keep reappearing in the PDF's I do not know where am I going wrong in the script. I am using FM 7.1 with FrameScript 3.2 on Windows XP. The...
vijiva
Offline Send Email
Dec 13, 2005
3:54 am
6638
I had the same problem some time ago. The solution -- strange -- is to save, close and reopen the doc. Furia...
newtonfuria
Offline Send Email
Dec 13, 2005
10:52 pm
6639
But it would take a loooong time to do that when I am building a PDF for about 35 books each approximately 700-1100 pages. I will try your suggestion. But not...
vijiva
Offline Send Email
Dec 14, 2005
2:45 am
6640
Hi, What's the best way to solve this: If I have markers in a document, and I want to find out their locations, so I can draw a text frame at the same level on...
Zsolt Olah
magyarcdi
Offline Send Email
Dec 14, 2005
3:46 am
6641
Assuming you have a marker in the paragraph containing the insertion point, this code locates the baseline of the line containing the marker. Set oPgf =...
Rick Quatro
frameexpert@...
Send Email
Dec 14, 2005
1:51 pm
6642
Does anybody have an idea whether it is possible to run scripts for adobe pagemaker in a similar way than elmscript/framescript? Thank you to everybody who can...
frameman2004
Offline Send Email
Dec 14, 2005
4:28 pm
6643
PageMaker has its own scripting environment called PMScript. It is built-in to the interface already, at least it was in v6.5....
convextech
Offline Send Email
Dec 14, 2005
4:42 pm
6644
I know how to set the destination PDF's "Document Title" using FrameScript. (For those who don't know, set activebook.PDFDocInfo with a string list including...
jxopher
Offline Send Email
Dec 15, 2005
5:24 pm
6645
Hello JX, ... This is not possible by specifying any document property, but it can be done using so called pdfmark commands. These pdfmark commands are...
Klaus Mueller
klaus_mueller23
Offline Send Email
Dec 15, 2005
10:02 pm
6646
I could have swore there was a plug-in that would allow you to print a book, and only print those pages that contain changebars. I've spent a couple hours...
sngra_mord2
Offline Send Email
Dec 16, 2005
7:49 pm
6647
My PrintChangedPages plugin does this. Send me an email directly and I will give you some more information. Thanks. Rick Quatro Carmen Publishing 585-659-8267 ...
Rick Quatro
frameexpert@...
Send Email
Dec 16, 2005
7:59 pm
6649
Hello - I've got a script that loops thru all the graphics in a doc. When a graphic meets the following conditions a) graphic is an imported file; AND b)...
gszabo007
Offline Send Email
Dec 18, 2005
10:36 pm
6650
To be honest with you, I didn't look to closely at your code, but I have an idea about what may be happening. You should take a look at the Loops and Linked...
Rick Quatro
frameexpert@...
Send Email
Dec 19, 2005
1:49 am
6651
I've run into a similar problem with a script I wrote to re-import graphics by reference. The script would occasionally hang (I assume it fell into an endless ...
Alexander Maynes
alex_maynes
Offline Send Email
Dec 19, 2005
6:17 am
6652
Wow, that *sounds* crazy! And yet it totally worked! I simply added the frame to the title page master page in our Master Template file. Then, I pressed a...
jxopher
Offline Send Email
Dec 20, 2005
2:53 am
6653
I want to find the paragraph containing the marker for a selected graphic's anchored frame (the graphic is selected by the user before hand). Basically, I...
cwillardr
Offline Send Email
Dec 29, 2005
5:17 pm
Messages 6623 - 6653 of 9209   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