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 7041 - 7070 of 9208   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7041
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@...
Send Email
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@...
Send Email
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,...
Martinek, Carla
copper6500
Offline Send Email
Jul 10, 2006
3:01 pm
7044
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...
John Francis
jfrancis999
Offline Send Email
Jul 10, 2006
3:12 pm
7045
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 ...
John Francis
jfrancis999
Offline Send Email
Jul 10, 2006
3:17 pm
7046
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...
Joe Schrengohst (jsch...
JoeGhost
Offline Send Email
Jul 10, 2006
4:17 pm
7047
Is there a way to clear the contents of the clipboard programmatically? Thanks, Will K. wmklak@......
Will Kellett
wmklak
Offline Send Email
Jul 11, 2006
6:29 pm
7048
It's either Pop or Push; check the documentation. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Send Email
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...
William Bernhardt
largeteddybe...
Offline Send Email
Jul 12, 2006
1:03 pm
7050
Thanks everyone for your help. I've been out sick for the past two days with a nasty little flu bug, so haven't had a chance to look at any of the...
Martinek, Carla
copper6500
Offline Send Email
Jul 13, 2006
1:43 pm
7051
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@...
Send Email
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. ...
Müller, Klaus
klaus_mueller23
Offline Send Email
Jul 14, 2006
3:09 pm
7053
Hi Klaus, Thanks for the quick response. Rick...
Rick Quatro
frameexpert@...
Send Email
Jul 14, 2006
3:20 pm
7054
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...
jimsteriwov
Offline Send Email
Jul 14, 2006
9:57 pm
7055
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...
Klaus Mueller
klaus_mueller23
Offline Send Email
Jul 15, 2006
8:20 am
7056
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,...
Zsolt Olah
magyarcdi
Offline Send Email
Jul 17, 2006
1:53 pm
7057
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@...
Send Email
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...
qbird62
Offline Send Email
Jul 17, 2006
3:37 pm
7059
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 ...
Jason Silver
jrsilver77
Online Now Send Email
Jul 18, 2006
9:25 pm
7060
Hello Jason, ... You're welcome! ... [...] ... You should first try to get the actual differences between the strings. If (lvElemText = lvChapterNumber) //......
Klaus Mueller
klaus_mueller23
Offline Send Email
Jul 19, 2006
12:04 am
7061
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...
carey_bates
Offline Send Email
Jul 19, 2006
7:37 pm
7062
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@...
Send Email
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...
Klaus Mueller
klaus_mueller23
Offline Send Email
Jul 19, 2006
9:04 pm
7064
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...
jimsteriwov
Offline Send Email
Jul 19, 2006
9:04 pm
7065
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...
soqcy
Offline Send Email
Jul 19, 2006
9:55 pm
7066
Hello Jim, ... Yes, this is possible. - Loop through paragraphs NewVar(vPgf) - If vPgf.Name = X - If vPgf.NextPgfInFlow = Y - Set vDoc.TextSelection =...
Klaus Mueller
klaus_mueller23
Offline Send Email
Jul 19, 2006
10:12 pm
7067
Hello soqcy, ... This is not necessary. Try this: Run eSys.RunProgram CommandLine('mspaint.exe' +' "'+ vfilename +'"') Kind regards, Klaus ... From: soqcy ...
Klaus Mueller
klaus_mueller23
Offline Send Email
Jul 19, 2006
10:31 pm
7068
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. ...
carey_bates
Offline Send Email
Jul 20, 2006
5:28 pm
7069
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...
Carey Bates
carey_bates
Offline Send Email
Jul 22, 2006
1:41 am
7070
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:...
Rick Quatro
frameexpert@...
Send Email
Jul 24, 2006
4:51 pm
Messages 7041 - 7070 of 9208   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