In August 2002, Rick Henkel wrote to this list, asking for help with a script to cut text, insert a table, and paste the text into table. He received a lot of...
Hi list, this time I have a problem with subsequent calls of "Find FromTextLoc". Task: 1. from actual cursor location find next word being autohyphenated 2. if...
Sven To avoid the hyphenation of some terms, the best approach is to use a personal or site dictionary. In the personal dictionary you can specify the...
Hi, I am a newbie to FrameScript and just have a general question. Will FrameScript allow us to do something like: Apply page and/or paragraph formats to a...
Hi, All I am newbie to learn framescript. Is there any way to adjust the letter spacing between characters? For example, in 1999–2000, I want to add letter...
Yes. All you need is to create a loop that goes through all the bookcomponents (or if you want only the selected ones) in the book and import whatever styles...
Hi Furia, thanks for your reply. We tried to use "site.dct" but: SITE.DCT only functions if we use "German" as the paragraph language. If I select any other...
My goal is to open a FM file and save it as XML. Sometimes, for documents that use missing fonts or have unresolved cross-references a popup appears waiting...
Saving XML with these FrameScript options AlertUserAboutFailure(False) DontNotifyApiClients(True) FilterFormatId('XML') AutoBackupOnSave(SaveNoAutoBackup) ...
Hi Alexander, Use MakeVisible(False) and the document will open but not appear on the screen, which will avoid the message you are getting. Rick Quatro Carmen...
Rick Quatro
frameexpert@...
Jun 12, 2007 10:44 am
7642
Are you using FM with the german interface? I use the English interface and the hyphenation of the site and personal dictionaries are applied independent of...
Thanks Rick, actually I already tested that already but it only helps in some cases when graphics are missing. I have one document for example which causes an...
Hi Furia, Thanks for the info. However, also FrameMaker with an English interface ignores the hyphenation set in user.dct, when the paragraph language is...
Hi Winfried and Sven My last answer was incomplete. Hi had this problema five years ago and did a lot of tests. What I learned: First, FrameMaker ignore the...
I am posting again with a proper subject. The use of the site and personal dictionary to alter the hyphenation points has some caveats. These dictionaries were...
Furia, first of all - thanx for this information load... :O) For me it seems to be easier to solve our special "Porsche"- (not the "Arztruftaster"-)matter via...
Hi Sven, What about inserting any dummy text with a hyphen which will never appear in your document? Something like abc-def, whatever? Before your start...
Hi all, For sure I am overlooking something but I don't find in the framescript documentation nor in any examples on the list how to change the order of the...
Don't bother about it anymore (for those who might have done =;)). I have found a solution while creating the book and adding the documents. So now I have made...
Hi All, I need some imputes from you regarding the following task of FrameScript: I need to write a script that will enforce that "certain body tags must...
Hello, ... This is not a practicably way. NextPgfFmtInDoc returns a paragraph in the physical structure of a document and returns not the correctly position in...
Hi there, I have 2 TextFrames (side by side) with many paragraphs on one page. My first script manipulates the top edge of the second frame. A graphic is...
Hi. ... Have a look at ITL's script "InsertLineCounter.fsl" (to be found on http://www.itl.eu/108.0.html). It inserts line numbers to the left of all pgfs,...