Sign in to follow, share, and participate in this community.
I cannot find the info on how to insert an Inset into an existing AFrame using ExtendScript. Does anyone have experience with this? Thanks Jang Not knowing much about notification, but believing that I wouldn't do anything that couldn't be undone, I experimented with using notification in an old script (which I'll call oldScript.jsx for reference) in order to... I'm using Frame maker 10, and need text frame need to fit into content. What I'm doing is drag the frame manually. Is there any shortcut or script for this?@ Can someone tell me how to write a script for creating a variable, named DocDate, that contains the value of the Modification Date (Long) system variable? Or to write a script that creates a variable,named DocDate, th... Using FM 11 ExtendScript Windows 7 I'm running an ExtendScript from the FM Startup directory, by starting FM from a batch file. The Extendscript opens multiple book files (one at a time) and does a save as p... Hello all, I hope someone from Adobe is monitoring this list, as there is lots of stuff that requires either more work on the ExtendScript coding or on the documentation. I have almost finalized my con... Hello fellows, What's the code for current insertion point (where the cursor is currently placed?) I saw code for adding text in the beginning/end of pgf but not at the current insertion point. Thank ... Hi all, I have a question related to text changing from API (FM 10 and 11). If "Track edit changes" is enabled and I try to add a text using F_ApiAddText function then these changes are not appeared as "Change... Hi, With TCS5, Robohelp would crash when importing FrameMaker books to RH, because the FM files had embedded graphics. So, I found a script to externalize the graphics before doing the import (the script is: E... I am trying to apply a character format to a single character. I have tried : MyDoc.SetTextVal(myrange,Constants.FO_CharFmt ,"RoundFont") and var charFmtId = MyDoc.GetNamedObject(Const... Dear colleagues, I am not talking about calling a function from another file for which I used the #include directive. I want to execute a .jsx that I know only at runtime. Until now I have found this: ... Hi, I'm fairly new to FrameMaker scripting. This is what I'm trying to do and where I'm at: 1) Convert .mif files to .fm files (completed) 2) Start a new book 3) Add each .fm in folder to book in step 2. &nb... With FM 12 and fdk 12 the F_ApiEnableUnicode(True) returns -1. Help me pls. With FM 12 and fdk 12 the F_ApiEnableUnicode(True) returns -1. Help me pls. The function is not working, with FM 10 I haven't this kind of problem. I tested the following code as described in fdkprogrammerguid... Hi all, I'm new in FDK and try to compare two ranges to define which of them is the first one in the document. But I didn't find any function in FDK. Does anybody know ways to do it? I have just found the Script Library panel in FM 10. (Always used InDesign before.) I'm up to replace a text string and two master pages in 100+ documents. Tried to google for some nice solutions to make this ... I am trying to search for the occurrence of a "(" within a text string - unfortunately my code is reported as incorrect. I extract the text correctly but cannot create the search statement correctly: v... Did anyone use ExtendScript to connect to a MySQL database, for retrieving and storing data? Hi all, I try to process the XML attributes of all tables in a structured document. When I use SelectedTbl everything works fine for the selected table and the attributes of the tabelle Element are written co... Hi, I'm running a script where the first part is to import an xml document, then to make some changes to the imported xml. Problem is, the xml may not always be valid. If it isn't I would like to still make t...