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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 5752 - 5781 of 9208   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5752
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...
Alex Maynes
alex_maynes
Offline Send Email
Feb 2, 2005
7:29 am
5753
Hi, Is there a way to get the mouse location on the screen when an event script is called? Thanks, Zsolt...
Zsolt Olah
magyarcdi
Offline Send Email
Feb 2, 2005
3:34 pm
5754
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@...
Send Email
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...
John Francis
jfrancis999
Offline Send Email
Feb 2, 2005
5:57 pm
5756
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...
Zsolt Olah
magyarcdi
Offline Send Email
Feb 2, 2005
6:21 pm
5757
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Larry Owens
lowens1967
Online Now Send Email
Feb 3, 2005
9:02 pm
5762
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...
Klaus Mueller
klaus_mueller23
Offline Send Email
Feb 3, 2005
9:10 pm
5763
Hi Klaus, Very nice. Thanks for the excellent work. Rick...
Rick Quatro
frameexpert@...
Send Email
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...
tindalos2000
Offline Send Email
Feb 5, 2005
2:39 am
5765
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@...
Send Email
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...
Erwan David
tindalos2000
Offline Send Email
Feb 7, 2005
3:14 pm
5767
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...
Erwan David
tindalos2000
Offline Send Email
Feb 7, 2005
5:20 pm
5768
The following script adds a tag ("NoteBullet") and associated text immediately following the first tag in a document. It performs this correctly on a...
regdorf
Offline Send Email
Feb 7, 2005
7:39 pm
5769
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...
Larry Owens
lowens1967
Online Now Send Email
Feb 7, 2005
7:45 pm
5770
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...
Larry Owens
lowens1967
Online Now Send Email
Feb 7, 2005
7:49 pm
5771
regdorf, ... Yes: Sir! ... I recommend to specify a DocObject, sir! Get Object Type(PgfFmt) Name('NoteBullet') NewVar(ParaFormat) DocObject(vDoc); Regards, ...
Klaus Mueller
klaus_mueller23
Offline Send Email
Feb 7, 2005
8:10 pm
5772
... At the start: Set Displaying = 0; At the end: Set Displaying = 1; Execute Fc KbdRefreshWin; HTH! Richard ... Richard G. Combs Senior Technical Writer ...
Combs, Richard
rgcombs1
Offline Send Email
Feb 7, 2005
8:31 pm
5773
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@...
Send Email
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...
larry owens
lowens1967
Online Now Send Email
Feb 7, 2005
8:59 pm
5775
I never would have figured that out from the documentation.... Danke, mien Freund! ... this ... the ... first ... review ... -- ... */ ... = ... = ... run ... ...
regdorf
Offline Send Email
Feb 7, 2005
9:13 pm
5776
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...
r_rekha02
Offline Send Email
Feb 9, 2005
3:25 am
5777
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...
toby1rod
Offline Send Email
Feb 14, 2005
1:51 pm
5778
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@...
Send Email
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...
jfkeegan2000
Offline Send Email
Feb 15, 2005
1:25 am
5780
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@...
Send Email
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...
David Schor
dsch_tw
Offline Send Email
Feb 15, 2005
8:24 am
Messages 5752 - 5781 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