I'm working on a script to change all the GIF images in a book to PNG images. The images are converted using batch in Photoshop, and I've modified a...
Zsolt, I don't think it is possible to get the exact mouse location. What are you trying to accomplish? There may be another way to do it. Rick Quatro Carmen...
Rick Quatro
frameexpert@...
Feb 2, 2005 5:49 pm
5755
Hi All, I was wondering if there is any way to determine what the offset of a TextRange is relative to the beginning of a document? TextLocs are just relative...
What I'm trying to do is this: In an achored frame I have a text frame and an imported graphics. I want to let the user able to point/select at some part of...
Hi John, Here is a simple way to display the position of the insertion point relative to the beginning of the main text flow. This method does not count ...
Rick Quatro
frameexpert@...
Feb 2, 2005 6:33 pm
5758
A semi-automatic way would be to have the script create your callout line created automatically. One end would be centered on the text frame, but behind it;...
Rick Quatro
frameexpert@...
Feb 2, 2005 6:43 pm
5759
Hello Scripters, I am trying to use an EEdit control on a dialog box for a password. I am trying to devise a way to mask the password with asterisks as the...
Rick Quatro
frameexpert@...
Feb 3, 2005 5:53 pm
5760
While I was waiting, I "reinvented the wheel". If you have any suggestions for improvements, please let me know. Thanks. New EForm NewVar(oDialog)...
Rick Quatro
frameexpert@...
Feb 3, 2005 6:53 pm
5761
Yes, I know pgf text is read only. So I need ideas. I'm using FM 7.1 and I have FrameScript 3.2 I want to loop through each pgf in a flow and, depending on...
Hello Rick, The problem with your routine is that it doesn't support pasting the password from the clipboard. Also chars can only be inserted (or deleted) at...
Hi Klaus, Very nice. Thanks for the excellent work. Rick...
Rick Quatro
frameexpert@...
Feb 3, 2005 11:03 pm
5764
Hello all, I'got a structure problem ! I'm using a fsl who extract texts from framemaker documents, in order to create new text-documents whith the same "page...
Erwan, You can test the page of a paragraph buy using the Page property of the Pgf. So if your paragraph is oPgf, you can use // Page number as it appears on...
Rick Quatro
frameexpert@...
Feb 5, 2005 1:52 pm
5766
Hello Rick, Thank you very much for your help, I effectively use the absolute page numbering as you say whith : MyPgf.Page.PageNum ( I use MyPgf.Page.PageNum...
Re-Hello, I've just tested it in my pgf's loop : for each .TextList property of value 'String' ( where in this case .TextData property contains the string of a...
The following script adds a tag ("NoteBullet") and associated text immediately following the first tag in a document. It performs this correctly on a...
I've managed to answer my earlier post. The problem now is that I need a faster loop. This one takes too long. Here's the basic explanation. The document...
One more thing I forgot to ask: Perhaps there is something I need to turn off while the script runs so that it runs faster? I notice that when I run the is...
regdorf, ... Yes: Sir! ... I recommend to specify a DocObject, sir! Get Object Type(PgfFmt) Name('NoteBullet') NewVar(ParaFormat) DocObject(vDoc); Regards, ...
... At the start: Set Displaying = 0; At the end: Set Displaying = 1; Execute Fc KbdRefreshWin; HTH! Richard ... Richard G. Combs Senior Technical Writer ...
Larry, You can try one or more of these: Set Displaying = 0; Set Formatting = 0; Set Validating = 0; Just don't forget to turn them back on at the end of your...
Rick Quatro
frameexpert@...
Feb 7, 2005 8:41 pm
5774
Thanks!! Rick Quatro <frameexpert@...> wrote:Larry, You can try one or more of these: Set Displaying = 0; Set Formatting = 0; Set Validating = 0; Just...
I never would have figured that out from the documentation.... Danke, mien Freund! ... this ... the ... first ... review ... -- ... */ ... = ... = ... run ... ...
I would like to know if there is a good way to import tables along with the nested tables (tables within tables) from Word into FrameMarker. I'd appreciate any...
Hi There: I haven't found any information in the FS reference guide for a command that allows me to add a column globally to the left or right of tables in a...
Toby, Use the New TableCols command. It is very straightforward and documented in the FrameScript 3.2 FrameMaker Reference manual (pages 72 and 73). Rick...
Rick Quatro
frameexpert@...
Feb 14, 2005 1:59 pm
5779
Hi, Using Frame 6 and FS V3.2, I'm trying to change the color of all the change bars a book (white/red), but I can't seem to get this to work. Any help would...
Jim, You have to do it on a document-by-document basis. ChangeBarColor is a property of the document object. If oDoc is your document, you can use Get Object...
Rick Quatro
frameexpert@...
Feb 15, 2005 2:07 am
5781
Hi everyone, I'm going to be updating shortly to FM7.1 from FM6. Does FrameScript v2.1 R3 run on FM7.1? Since setting up my regular rotation of scripts, I...