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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 7598 - 7627 of 9211   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7598
Thanks, I thought that before I started to write a complete script I would look for a shortcut. Paul Schnall Mitzpeh Netufa From: "Rick Quatro"...
paul schnall
pschnall2000
Offline Send Email
May 1, 2007
11:06 am
7599
Does anyone have a script that will find when a frame contains two or more grahics? When identified, the frame border/fill will turn to a color to indicate any...
William Bernhardt
largeteddybe...
Offline Send Email
May 1, 2007
2:19 pm
7600
Hi Bill, Here is some code to get you started. It works on the selected anchored frame, but you should be able to expand it to work on all anchored frames in...
Rick Quatro
frameexpert@...
Send Email
May 1, 2007
2:45 pm
7601
Hi all! I am trying since weeks to get this problem solved with Framescript and before I get all huge, green and angry I am hoping that anyone of you has a...
oliver.lehner
Offline Send Email
May 3, 2007
1:54 pm
7602
I would probably break this down into 3 tasks: 1. Update the cross-references. Then loop through each cross-reference, and check to see if it is unresolved. If...
Rick Quatro
frameexpert@...
Send Email
May 3, 2007
3:35 pm
7603
Thanks for your input, Rick. I tried the whole friday to get it to work, that's what I've got so far. <---------------------------------> Run srctxtfile //no...
oliver.lehner
Offline Send Email
May 7, 2007
8:54 am
7604
I just realized one big problem with the script and the documents it is going to process. The structure of the docs look like: <SECTION> STUFF <SECTION> MORE...
oliver.lehner
Offline Send Email
May 7, 2007
9:27 am
7605
Hi Oliver, My book was written for FrameScript 2.1, which was the latest version at the time. Structured FrameMaker support was added to FrameScript 3. Rick...
Rick Quatro
frameexpert@...
Send Email
May 7, 2007
11:56 am
7606
Oliver, Here is a function that will process all of the elements in the document's main flow. Inside the function, you test for the particular element or...
Rick Quatro
frameexpert@...
Send Email
May 7, 2007
11:56 am
7607
Hi Oliver, I wanted to give you another method for finding specific elements/attributes in a structured FrameMaker document. I highly recommend FrameSLT from...
Rick Quatro
frameexpert@...
Send Email
May 7, 2007
12:07 pm
7608
Hi, I seem to be having problems with dialog boxes. I know how to design them and fit all the elements in, and retrieve the input from them. The only problem...
Wolicki, Benjie
bwolicki
Offline Send Email
May 7, 2007
12:53 pm
7609
 Hello Benjie, i have found some errors in your ProcessBook sub. Try the following code: // Loop through the book components. Sub ProcessBook; Set...
framescript@...
karsten_natebus
Offline Send Email
May 7, 2007
2:07 pm
7610
Thanx, but this is not the part of the script that was crashing FM. This ran fine. The dialog boxes crash FM. I need help with them. Best regards, Benjie ...
Wolicki, Benjie
bwolicki
Offline Send Email
May 7, 2007
2:43 pm
7611
Hello Benjie, i have tested this script with 11 components in a book. The source of one component is not exist. FM was crashing in the 'Loop ForEach' routine. ...
framescript@...
karsten_natebus
Offline Send Email
May 7, 2007
3:24 pm
7612
Thank you so much Rick. Never found a helpful person like you on the interweb. That being said, I might not yet stop being a pain. The function you posted...
oliver.lehner
Offline Send Email
May 8, 2007
10:13 am
7613
Hi All, We are planning to upgrade out FrameMaker version from 7.1 to 7.2. We have a automated build process which uses Framescript and WebWorks Publisher &...
ranvijaychandel
Online Now Send Email
May 14, 2007
9:24 am
7614
Hello All, I'm writing a script that extracts the cross ref format names and definitions from a document and writes them to a table, along with a usage count...
Penelope Perkins
pperkins_sacto
Offline Send Email
May 16, 2007
5:43 pm
7615
Hi Penelope, Assume that your Cross-Reference Format is called "Heading"; you can do this: Set oDoc = ActiveDoc; Get Object Type(XRefFmt) Name('Heading')...
Rick Quatro
frameexpert@...
Send Email
May 17, 2007
1:20 pm
7616
Hello, I occasionally have time to dabble in FrameScript and have acheived some limited success (mostly due to the help I received on this list, and Rick...
cloud_nine_video
cloud_nine_v...
Offline Send Email
May 17, 2007
3:03 pm
7617
Front-Runner in Toronto have offered FrameScript courses in the past - I don't know if they have any scheduled now. Check www.front-runner.com. Regards Keith ...
keith.soltys@...
keithtsx
Offline Send Email
May 17, 2007
6:09 pm
7618
Hi Guys, I'm converting a structured Frame document into unstructured Frame which, of course, breaks all of the xrefs in the doc for some stupid reason. I've...
John Francis
jfrancis999
Offline Send Email
May 21, 2007
8:30 pm
7619
Hi John, If you send me a sample, I will take a look at it. Thanks. Rick Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Send Email
May 21, 2007
8:43 pm
7620
Hi John! I recently ran into a similar problem... Do you have CrossRefs between different files in a book? Then maybe the Xreffile property is messed up. You...
oliver.lehner
Offline Send Email
May 22, 2007
8:07 am
7621
Thanks Oliver... Rick pointed out that I had to Set vXRef.XRefSrcIsElem = 0; John ________________________________ From: framescript-users@yahoogroups.com ...
John Francis
jfrancis999
Offline Send Email
May 22, 2007
2:25 pm
7622
Hi scripters. I'm working with framescript 2.1r3. How can I suppress the message box after the standard printer has changed? Thx Chris...
chris_schaefer2000
chris_schaef...
Offline Send Email
May 24, 2007
9:25 am
7623
Hi Chris, As far as I know, you can't. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Send Email
May 24, 2007
11:28 am
7624
Hello. Is it true, that [ESC] does not start an OnClose-Event in a modal dialog? The following little dialog shows the wanted text, if - closed by 'Cancel' -...
Guido Carl
gcarladwin
Offline Send Email
May 24, 2007
11:32 am
7625
Is it possible to add a horizontal scrollbar to an EListBox? I can't see how... ~Rick...
rickrett
Offline Send Email
May 24, 2007
3:09 pm
7626
Hi Rick, It looks like something was left out of the docs. Try HorzScroll(True) for the EListBox. Rick Quatro Carmen Publishing 585-659-8267 ...
Rick Quatro
frameexpert@...
Send Email
May 24, 2007
5:54 pm
7627
hmmm... I tried that when I saw the reference to "vertscroll", but it doesn't work. No errors though. I still have Framescript 3. Maybe that is the problem?...
rickrett
Offline Send Email
May 24, 2007
6:35 pm
Messages 7598 - 7627 of 9211   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