Hi scripters I've 2 problems with Elmscript 5.2R1p129. Problem 1: =========== After installing of this release an error message pops up when starting...
Okay Problem 2 is also solved :-) Set strToken = eStr.SubString{strTest,1,intPos-1}'; New Paragraph PgfFmtName('HauptText') Text(strToken) PrevObject(vPgf) ...
Hi Chris, I wouldn't consider this a bother; on the contrary, it was very informative. Thanks. Rick Rick Quatro Carmen Publishing Inc 585-659-8267 ...
Rick Quatro
frameexpert@...
Nov 6, 2008 3:06 pm
8560
Dear scripters, I want to have only 1 method to insert special characters and canned text into arbitrary applications - including FrameMaker. Hence I set up an...
Hi Klaus, What is the Clipboard Priority in your maker.ini file? ClipboardFormatsPriorities=TEXT, FILE, OLE 2, EMF, META, DIB, BMP, MIFW, MIF, RTF, UNICODE...
Rick Quatro
frameexpert@...
Nov 8, 2008 2:27 am
8562
On 8 Nov 2008 at 4:21, framescript-users@yahoogroups.com wrote: Thank you for your answer, Rick! ... My settings are: ClipboardFormatsPriorities=UNICODE TEXT,...
Hi Richard, as far as I know, this works only to text ranges, not to paragraphs. I use a similar script to reset the pragraphs after text insets: Get Object...
Hi, all, Unless I am missing something, and I hope I am, FrameScript seems somewhat challenged at supporting book level operations. Here are some things I...
Hi Marc, To create a book, use the New Book command. To add a component to the book, use the New BookComponent command. To add a generated file to the book,...
Thanks, Rick. Not looking deep enough in the New command hierarchy, clearly. ... the book, use the New BookComponent command. To add a generated file to the...
Hi there! I'm trying to get rid of a great number of unused old formats. I wrote a script which imports all formats from a template to my current document and...
Hi Christoph, It looks to me like the problem might be that you're deleting the format before reassigning vXRefFmt with a new value. I think that if you put ...
Thanks, Benjie, I've just come up something that works, but it looks really complicated. It does the job but I guess, I've just put together a whole lot of...
Hi Christoph, Yes, you are correct, this should work, but it is much more complicated than necessary. What I suggested before was simply changing the order of...
See my tutorial on lists and loops at http://www.frameexpert.com/tutorials/ Rick Quatro Carmen Publishing Inc 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Nov 12, 2008 12:52 pm
8574
Hello Scripters, I am using FrameMaker 8 and FrameScript 5.2R1. Is there any way to get the hex value of a character with FrameScript? Thanks in advance. Rick...
Rick Quatro
frameexpert@...
Nov 15, 2008 2:07 pm
8575
Hello Rick, ... Take a look at the eUtl.FormatString command. Set lvChar = 9834S; //Set lvChar = TextSelection.Text; New Integer CharValue(lvChar)...
Hi, I've got a batch file that is creating a log file. The script runs perfectly well from within Framemaker but when I run it using RunEslBatch I'm hitting a...
Mary, You are hiding the information how variable gvBooktoPrint is filled/ created and how/when do you examine the value of gvLogFileName. When running scripts...
Hi Klaus, Very nice. This is just what I needed. Thank you very much. Rick ... From: Klaus Mueller To: framescript-users@yahoogroups.com Sent: Sunday, November...
Rick Quatro
frameexpert@...
Nov 17, 2008 1:00 pm
8579
Hallo Michael, Thanks for the reply I'm using Framemaker 8.0p277, Windows XP, with Framescript 5.1R2p206. My example script runs fine from within FM when I...
Check this: ... If called externally Args[1] and therefore gvBooktoPrint is a string value, so later gvBooktoPrint.Name will behave unpredictable, if called...
Hallo Michael, Danke für Ihre Hilfe! :-D I didn't quite end up using what you suggested. Instead, I found that I could open the book with the Args[1] so: ...
Hi, I downloaded ElmScript (Esl5_80.exe), the German version of FrameScript, and installed it. However, something doesn't work. The installation went well. No...
Hello Wolfgang, I am not aware of that initialization error with FS5.2R1. You could try the following: 1. Try to copy the dll path from Explorer and copy it in...