I have an interesting issue. The current template we are using is a single-sided document, meaning that body pages are on a page called "Right" and there is no...
Hello Rick, ... This is correct. The complete page with all of its imported graphics, applied fonts and such is still there. ... Oops: You've just deleted all...
After the break of the holidays, I was able to clear my mind and figure this out. The script was going through, finding the next text inset, copying it, ...
Hello Michael, ... If you access a string with Flow.Text or Pgf.Text, you won't be able to access the actual range of the text in the FrameMaker object from...
Hello Everybody, I've got a question for you. I'm trying to find certain characters in a document and then process them. For some characters it works, for...
That is brilliant, Klaus! Thank you so much! I did have a slight problem with the "Fix Ancient Table Titles" routine though. It seems to be deleting the...
Hello Rick, ... Yes: You're right. Thank you for the feedback. This bug should be fixed in the attached version 1.2 of the script. Kind regards, Klaus ... ...
Hello there, I'm working on the complex search script. It looks for a text with specific (user-defined) properties and replaces it with text with specific...
Hello Benjie, I think you can use a string with S at the end. Like 65S would be A, etc. This is Decimal table and usually works fine. Also you can use ...
Michael, Modeless dialog boxes can only be used with event scripts. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com Hello there, I'm working on...
Rick Quatro
frameexpert@...
Jan 5, 2007 12:11 pm
7353
Thank you Rick, I bet this is what makes the difference. I checked the rest of my scripts which run modeless and they are all event scripts. I guess I'll make...
I know ReplaceColors.fsl is out there, but it's deep and I'm coming back to FrameScript after quite some time away. I can check to see if a named color exists...
Hi all, I have a script that: loops through a file finds Header 5 pgfs sets a marker parses the Pgf inserts a row in a table with the parsed sections adds a...
Hello there, I'm using MIF2GO plugin in FM. Does anyone know how to access it with FrameScript. I'm mainly interested in whether I can use MIF2Go filter to ...
... Of course, when writing "by hand", Klaus didn't want you to do that manually, but with a separate, hand-coded piece of script code. I just chime in,...
I have the following. If the color "Steve" is not yet defined, the script works and changes the color name "Sean" to the color "Steve" and the color name...
Hi Sean, When replacing colors, you don't apply the new name, but the color object itself. Get Object Type(Color) Name('Sean') DocObject(vCurrDoc) ...
Rick Quatro
frameexpert@...
Jan 9, 2007 9:53 pm
7361
Hello Sean, ... Yeah. :-) ... I created a script module from ReplaceColors.fsl that can be called from another script (or copied into it). The script requires...
Thanks Rick and Klaus ... and the group: I really need to just focus and pound this in. Problem is, I sorta get something resolved and understood then, like a...
The 8th Annual Documentation and Training Conference held for the first time on the west coast in beautiful downtown Vancouver, BC. This year, we focus on the...
I was curious as to what some people in this group use as a way to control their revisions. More specifically do you have a method that you can use to restore...
Okay, I am successful with items in an anchored frame and with text paragraphs when it comes to replacing color "steve" with color "sean." What approach do I...
Hello Sean, Did you try to use ReplaceColorsModule.fsl? You can copy it into your script or call it as a script module and don't have to bother about the...
Hi, I have complete faith in the color replacement script you wrote. In fact, I love the way it is structured as well as written. However, I don't understand...
Hello Sean, ... There are two ways to do it: - Loop through each paragraph, Get TextList CharPropsChange, create a text range of each TextList item and ...
Hello All, I am working with an AttributeDef property of an Element Definition. I am trying to get the default value of the attribute. I can get its name, as...
Rick Quatro
frameexpert@...
Jan 11, 2007 3:54 pm
7370
I can find the initial paragraph in a table cell, as documented in the FrameScript PDFs, as vCell.FirstPgf; And, I know the last paragraph is .LastPgf. Am...