Hi Jason, I am sorry I missed your phone message. Hopefully, we can touch base sometime next week. I am looking forward to working with you. Thanks. Rick Rick...
Rick Quatro
frameexpert@...
Jul 1, 2006 1:38 pm
7042
I am sorry everyone. This was meant for Jason and not the whole list. Rick...
Rick Quatro
frameexpert@...
Jul 1, 2006 1:44 pm
7043
Is anyone out there aware of any free scripts that will find/replace one list of words with another? I know there's some people who have posted free scripts,...
Oh yeah, I don't think it specifically respects existing formatting, but you should be able to just hold the text properties of the found text range in a...
Hi Carla, Here's a script that reads from a simple text map file: oldtext,newtext It then goes through a book and does the search and replace targetting a ...
Carla, Here's a script that we used to do a rather extensive product name change. It is a revision of the book-level "search and replace" script that works...
It's either Pop or Push; check the documentation. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Jul 11, 2006 7:17 pm
7049
Many thank you's to Klaus Mueller Attached is a zip file that has five "fsl" files. (Oh man! Five!) These leave markers alone (from what I have seen). Leaves...
Hello All, I am trying to add tooltips to buttons on a form. If I display the form as modal the tooltips work, but if I display the form as modeless, the...
Rick Quatro
frameexpert@...
Jul 14, 2006 2:02 pm
7052
Hello Rick, ... Yes, this is a known (and reported) issue. Interestingly, while a modal form is displayed, the tooltips of the modeless form are displayed. ...
Hi, I am brand-new to FrameScript, and was wondering if someone could point me to the right direction. I want to create a script that will convert Frame para...
Hello Jim, Yes, this is possible with FrameScript. You can store your paragraph formats in two string lists, specified either directly in the script, or...
Hi, Is there a way in FrameScript to change the icon or color of the bookfiles in the book window? In other words, as generated files have a different icon,...
You can't use FrameScript to do this, but you may be able to use a resource editor, such as PE Resource Explorer http://www.wilsonc.demon.co.uk/delphi.htm Rick...
Rick Quatro
frameexpert@...
Jul 17, 2006 2:36 pm
7058
I'm new to framescript, and I'm wondering what's the best way to print out text of changebars in a document. I saw that Changebar is part of the search...
Hello all, After only a couple of weeks playing with FrameScript, I can tell you that I'm loving it. However, I've been struggling with a small issue ...
Hello Jason, ... You're welcome! ... [...] ... You should first try to get the actual differences between the strings. If (lvElemText = lvChapterNumber) //......
Hi, I am writing a script that facilitates the inclusion of multiple inset files into one document by using a dialog box (like this): //Prompt to select the...
Hi Carey, Use the TextLoc parameter to specify where the text is inserted. Then you don't need an insertion point. For example: Set oPgf =...
Rick Quatro
frameexpert@...
Jul 19, 2006 8:29 pm
7063
Hello Carey, ... Do you (or the script) actually *try* to "place the cursor back into the document" or does it not work /automatically/? Does the script switch...
Hi, Is there a method to reorder the sequence of paragraph tags in a file? Specifically, any time a paragraph Y follows paragraph X, I would like to reorder...
Hi, I want to open a bmp file using mspaint.exe using "Run eSys.RunProgram CommandLine('mspaint.exe' + ' '+vfilename) Wait (100000);" but my file and path...
Hello Jim, ... Yes, this is possible. - Loop through paragraphs NewVar(vPgf) - If vPgf.Name = X - If vPgf.NextPgfInFlow = Y - Set vDoc.TextSelection =...
Hello soqcy, ... This is not necessary. Try this: Run eSys.RunProgram CommandLine('mspaint.exe' +' "'+ vfilename +'"') Kind regards, Klaus ... From: soqcy ...
Hi Klaus, Ideally, I want *the script* to reinsert the cursor into the document. This would facilitate the insertion of multiple insets into one document. ...
Rick - This script did the trick -- I replaced variable w/ my own. Thanks for the information. I want to take a training, but the only one I find is Front...
Hi Carey, I don't know of any other classes. Front Runner's classes are usually good. Rick ... From: Carey Bates To: framescript-users@yahoogroups.com Sent:...