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...
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...
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...
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...
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@...
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@...
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...
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@...
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)....
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@...
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, 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@...
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,...
... 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. ...
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@...
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...
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@...
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)...
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...
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...
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@...
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...
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@...
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@...
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...
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@...
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 ...