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 7459 - 7488 of 9213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7459
Does anyone have a script that will geneate a document consisting of all of the text contained in a specific conditional text tag - preferably one that works...
keith.soltys@...
keithtsx
Offline Send Email
Mar 1, 2007
5:59 pm
7460
If I understand you correctly: Have you tried saving as .mif and opening it back in fm? Bodvar ... If I understand you correctly: Have you tried saving as .mif...
Bodvar Bjorgvinsson
bbjorgvinsson
Offline Send Email
Mar 1, 2007
6:55 pm
7461
Verzeihen Sie das schlechte Deutsch. Haben sie "PNG" Bilder mit 256 Farben ("indexed color"). Die "RGB nnn, nnn, nnn" Farben können von PNG kommen. Sorry for...
Combs, Richard
richardgcombs
Offline Send Email
Mar 1, 2007
8:34 pm
7462
I've got a simple script where I can rename a conditional text format (in this case, two formats need to be renamed). I'd like it to loop through all the...
Martinek, Carla
copper6500
Offline Send Email
Mar 2, 2007
3:26 pm
7463
Hi Carla, In most circumstances, you can't simply rename condition formats, particularly if the new condition format already exists, or the old condition is...
Rick Quatro
frameexpert@...
Send Email
Mar 2, 2007
4:01 pm
7464
Hello, my question has been sent to framescript-users-list by mistake, but thanks for your help too. We identified 256 colors PNG as the "source of evil"...
Joachim Gorsleben
j.gorsleben@...
Send Email
Mar 5, 2007
7:09 pm
7465
Anyway, here goes again. I have written some simple event scripts which install a menu item in an FM menu, but they always appear at the end/bottom. For...
Hedley Finger
hedleyfinger
Offline Send Email
Mar 7, 2007
12:11 am
7466
Hi Hedley, Here is an example where I am adding a Scripts Palette command to the View menu. I want it to appear after the Formatting Bar command. You should be...
Rick Quatro
frameexpert@...
Send Email
Mar 7, 2007
12:17 am
7467
I have written some simple scripts which install in a FrameMaker book, document, and context menu, but my custom menu item always appears at the end (bottom)....
Hedley Finger
hedleyfinger
Offline Send Email
Mar 7, 2007
11:02 am
7468
I'm running into an issue when trying to group object that are created within an anchored frame. I'm drawing a few graphic object, creating a group and adding...
Brad Anderson
brad@...
Send Email
Mar 8, 2007
1:00 am
7469
Hello Brad, Frame crashes when a group object is emtpy. Create a AFrame object Create all graphics objects Create a new Group object and then set the...
Karsten
karsten_natebus
Offline Send Email
Mar 8, 2007
7:56 am
7470
Hello Brad, sorry, replace the New AFrame line in my sample with this line: New Aframe NewVar(lv_objAFrame) Height(5.5") Width(4.75") AnchorType ...
Karsten
karsten_natebus
Offline Send Email
Mar 8, 2007
8:07 am
7471
Karsten, I appreciate the response. This is exactly what I am doing. I create an anchored frame, create the graphic objects, create the group, loop through...
Brad Anderson
brad@...
Send Email
Mar 8, 2007
2:43 pm
7472
Hello Brad, no, i have not another idea. This is the correctly way. This sample script works fine with my FrameMaker version on my pc (WIN XP, FM 7.2 p158,...
framescript@...
karsten_natebus
Offline Send Email
Mar 8, 2007
5:40 pm
7473
... I don't think so: every file stores its own (paragraph etc.) styles which need not be consistent across files referred to from the same book. -- Peter. ...
Peter Vanroose
peter_vanroose
Offline Send Email
Mar 10, 2007
6:15 pm
7474
Karsten, Frank Elmore was able to help track down the problem. My graphics are being generated dynamically. FrameMaker apparently does not like it if a group...
Brad Anderson
brad@...
Send Email
Mar 12, 2007
4:13 pm
7475
I use follow code: Import File File(filename) FileIsGraphic(ok) FitGraphicInSelectedRect (false) HowToImport(DoByRef); but the graphic size is change small. I...
xuyanning1
Offline Send Email
Mar 13, 2007
4:27 pm
7476
What kind of graphic is it? If it is a bitmap graphic, try using the GraphicDpi(0) parameter. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Send Email
Mar 13, 2007
5:05 pm
7477
It is very right.Thank you very much. The correct code is follow: Import File File(FilePath) FileIsGraphic(ok) FitInSelectedRect(false) GraphicDpi(0)...
xuyanning1
Offline Send Email
Mar 14, 2007
2:55 am
7478
Hello Brad, thanks for this information. best regards Karsten   Karsten, Frank Elmore was able to help track down the problem. My graphics are being generated...
framescript@...
karsten_natebus
Offline Send Email
Mar 14, 2007
7:37 am
7479
Hi all, I have written an event script that runs when opening a document. It reads values from a properties-files and stores them into variables. Event...
Karen Berx
kberx
Offline Send Email
Mar 15, 2007
8:38 am
7480
Hi Karen, I am not sure if it will work, but you can try the GlobalVar command to make the variables global. If that doesn't work, this will: In your event...
Rick Quatro
frameexpert@...
Send Email
Mar 15, 2007
12:37 pm
7481
Hi Rick, I have tried the GlobalVar command, and the script does what it needs to do. But I did need to change my eventscript that reads the values from a...
Karen Berx
kberx
Offline Send Email
Mar 15, 2007
2:00 pm
7482
Hi Karen, INI and registry commands are listed in the EslObject Reference manual that comes with FrameScript. Rick Quatro Carmen Publishing 585-659-8267 ...
Rick Quatro
frameexpert@...
Send Email
Mar 15, 2007
2:08 pm
7483
Hello All, I am starting to see some problems with some of the Clipboard commands, where they don't paste the text on the clipboard. Actually, it may be the ...
Rick Quatro
frameexpert@...
Send Email
Mar 16, 2007
2:40 pm
7484
Hello, FrameMaker 6.0 Unstructured, FS 4.1R2 A couple of years ago I got lots of help from this list with a script that places various combinations of graphic...
cloud_nine_video
cloud_nine_v...
Offline Send Email
Mar 22, 2007
8:26 pm
7485
Hi Alexandra, This (and the other error) are caused by trying to get a member that does not exist in the list. For example, if vInsertedOnPage has 6 members...
Rick Quatro
frameexpert@...
Send Email
Mar 22, 2007
8:43 pm
7486
First error comes from the fact that you have more members in the first list than in the second. Try to find member number 20 or 0 (as your first list ...
Michael Zaichenko
biomikez
Offline Send Email
Mar 23, 2007
8:52 pm
7487
Hi All: I want to change the line character's property spread 's value .But I do not how to change it. We asumme the line is highlight. I use: 1:...
xuyanning1
Offline Send Email
Mar 26, 2007
3:53 am
7488
New PropertyList NewVar(PropList) Spread(0.5) Apply TextProperties Properties(PropList) Michael ... ...
Michael Zaichenko
biomikez
Offline Send Email
Mar 26, 2007
6:05 am
Messages 7459 - 7488 of 9213   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