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...
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@...
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...
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@...
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...
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...
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@...
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@...
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@...
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...
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 ...
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. ...
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...
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 &...
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...
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@...
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...
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 ...
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...
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@...
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...
Thanks Oliver... Rick pointed out that I had to Set vXRef.XRefSrcIsElem = 0; John ________________________________ From: framescript-users@yahoogroups.com ...
Hi Chris, As far as I know, you can't. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
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' -...
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@...
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?...