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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 3500 - 3542 of 9213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3500
Hallo Judith, here is a new script. the script generated a new document with all graphics from a book http://www.natebus.de/phpBB2/downloads.php The scriptname...
Karsten Natebus <nate...
natebusk
Offline Send Email
Mar 2, 2003
7:15 pm
3502
Please do me a favor and keep your political opinions to yourself. THIS IS NOT A FORUM FOR POLITICAL DISCUSSION. I FIND YOUR VIEWS AND OPINIONS EXTREMELY...
larry owens
lowens1967
Online Now Send Email
Mar 3, 2003
1:07 pm
3504
Thank you, Klaus, I think this will help. Your suggestion to use "Loop ForEach(Pgf) In(vDoc)" instead of searching each flow may be particularly valuable. I've...
August <asmohr@...>
asmohr
Offline Send Email
Mar 4, 2003
12:05 am
3507
I'm hoping someone can help me with the logic of a task I'm wrestling with. I'm trying to do the equivalent of marking changebars. In our templates we have a...
August <asmohr@...>
asmohr
Offline Send Email
Mar 4, 2003
8:19 am
3517
Hello I have a problem with framescripts dialogboxes, like many others... My problem is that I want to be able to keep a scrollbox open, without...
jugg1968
Offline Send Email
Mar 4, 2003
10:14 pm
3518
... This is currently not possible with FrameScript. User Interface enhancements have been wished several times, so possibly it is on Frank Elmore's to-do...
Michael Müller-Hi...
michaelmh
Offline Send Email
Mar 5, 2003
12:04 am
3519
... answer, now I can leave that idea. Jorgen...
jugg1968
Offline Send Email
Mar 5, 2003
8:14 am
3520
While we all wait for the next release of FrameScript, I have found one workaround to FrameScript's lack of dialog box features. I have been designing my own...
Smith, Martin
raymond_co
Offline Send Email
Mar 5, 2003
5:33 pm
3521
Our local FrameMaker User's Group (NC-FUN) has been asking for presentations about FrameScript. Several years ago, Frank Elmore was kind enough to come and...
Terry
ntsmi1
Offline Send Email
Mar 5, 2003
8:40 pm
3522
I have done something similar, but I use Visual DialogScript (VDS) to create the dialog boxes, then use FrameScript to display a dummy message box and launch...
Dick Girard
dick_girard
Offline Send Email
Mar 5, 2003
9:34 pm
3523
Hi August, ... This does depend on whether you (are able to) change all your found search criteria, e.g. delete the text your're looking for or change the...
Klaus Mueller
klaus_mueller23
Offline Send Email
Mar 6, 2003
7:32 am
3524
Martin Smith wrote: <<I have been designing my own dialog boxes in Visual Basic for use with my event-driven FrameScript programs.>> While it may be heresy to...
eric.dunn@...
Ford_Prefect...
Offline Send Email
Mar 6, 2003
2:10 pm
3525
When trying to debug a script, the console window runs out of room to store my data. Is there a way to increase the number of lines this window can process? ...
rsdelong
Offline Send Email
Mar 7, 2003
4:15 pm
3526
Use a text file instead....
eric.dunn@...
Ford_Prefect...
Offline Send Email
Mar 7, 2003
4:25 pm
3527
Rick, ... I have often the console file opened in my script editor. (FMHomeDir+DirSep+'consfile.txt'). You can also parse this file for missing font messages...
"Müller, Klaus"
mueller_itl
Offline Send Email
Mar 7, 2003
4:34 pm
3528
Does FrameMaker return an error code that is trappable by FrameScript when it tries to locate a referenced graphic where that graphic is missing from the...
ds_webber
Offline Send Email
Mar 7, 2003
7:02 pm
3529
Right-click on the title bar, open properties dialog. On the layout page, increase the screen buffer height to suit....
Joe Ward
brodnack
Offline Send Email
Mar 7, 2003
7:07 pm
3530
hallo, open the doc with following option: Open Document File(oDoc.Name) NewVar(aDoc) RefFileNotFound (AllowAllRefFilesUnFindable) then check all graphics. see...
Karsten Natebus
natebusk
Offline Send Email
Mar 7, 2003
8:09 pm
3531
A somewhat random question: has anybody written a script to generate a dynamic table of contents? It's always seemed odd to me that Frame would generate a...
dan visel
viselsparknotes
Offline Send Email
Mar 7, 2003
8:52 pm
3532
Hi, Attached is a Frame file that has side numbers (1, 2, 3, ... 50) on the left side and these numbers appear on every page of the file. Right now, I'm trying...
pelp
pelpme
Offline Send Email
Mar 8, 2003
8:18 pm
3533
Pelp, ... You need to identify unique properties like the width or height of the textframe or the name of the first pgf or something: Set vDoc = ActiveDoc; If...
Klaus Mueller
klaus_mueller23
Offline Send Email
Mar 8, 2003
9:35 pm
3534
I've written a similar script, which could easily be extended to TOCs. My script creates half-titles (lists of first-level heads) for the beginnings of each...
Simon Bate
simonbate
Offline Send Email
Mar 10, 2003
5:25 pm
3535
Klaus Mueller: Thanks for the tip! I feel so stupid to realize how easy it was when I look at your code. -pelp...
pelpme
Offline Send Email
Mar 10, 2003
5:45 pm
3536
Simon, Please post the code or send it to me at emailpelp@.... It looks promising. Thanks ahead. ... TOCs. My ... beginnings ... to the ... deleted, ...
pelpme
Offline Send Email
Mar 10, 2003
5:47 pm
3537
I'm tryin to insert all the graphics in a folder in new anchored frames in a document. But, I have found that the command: New AFrame TextLoc(vEndOfFlowLoc) ...
eric.dunn@...
Ford_Prefect...
Offline Send Email
Mar 10, 2003
6:40 pm
3538
Hallo, the aframe must be selected: New TextLoc Object(CurrPgf) Offset(0) NewVar(gphAnchor); //Anker einfugen New AFrame NewVar(gphAFrame) TextLoc(gphAnchor);...
Karsten Natebus
natebusk
Offline Send Email
Mar 10, 2003
7:40 pm
3539
I am updating several FrameMaker projects and some of that involves changing the names of existing x-ref formats, paragraph styles, etc. I am new to...
Steve Shepard
techcommguy
Offline Send Email
Mar 10, 2003
7:41 pm
3540
Hello Eric, ... There's no error in the syntax: Ensure that your TextLoc variable is valid. ... As FrameScript very often uses the current or default object if...
Klaus Mueller
klaus_mueller23
Offline Send Email
Mar 10, 2003
10:22 pm
3541
Hi Steve, ... Unfortunately, this is not that easy as it should. With the FM GUI, you can change e.g. pgf fmts easily - selecting the old pgffmt in the pgf...
Klaus Mueller
klaus_mueller23
Offline Send Email
Mar 10, 2003
10:51 pm
3542
Hello, I'm interested in your TOC script - it sounds like something I could work with. Could you send it along? thanks much, Dan Visel...
dan visel
viselsparknotes
Offline Send Email
Mar 11, 2003
7:38 pm
Messages 3500 - 3542 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