Framescript Medit dialog with checkboxes - restrict selection to one
Hello framers! I don't see a way to restrict checkbox selection in the Medit dialog box to only one out of X. Is this possible? Many thanks!Roman
View ArticleHow to create panels with HTML?
Adobe Postulates on the FM 2019 product page: “Interactive HTML5 dialogs for plug-ins Make the customer experience richer by using HTML5, CSS3, and JavaScript to make interactive plug-in dialog boxes.”...
View Articleframemaker 2015 these are variables both that showing extra space in the word
Hi I am using FM 2015, version 13.0.5.547, there is definitions if given between words <bold><Emphasis> that extra space showing in the word, please help for this. ThanksKP
View ArticleExtendscript IDE doesn't open FM2017
Hi,I've just decided to look into using extendscript on FM2017 but the IDE doesn't open when I click File>Script>New Script.I see a recent question on here concerning FM2019 but nothing relating...
View ArticleHow can I replace .gif format for multiple image names to .png in FM in one go.
I have to change the image file formats from .gif to .png for a FM book. Now if I change the file format then FM does not recognizes the old images and shows and error.Is there a way to update file...
View ArticleNeed help with regex
I am working on a script to apply a hypertext marker to text with a specific character tag (Framemaker 19). The script will find the text with the tag, read the text, and apply the marker. The problem...
View Articleavoid references to images and overall xrefs
How to avoid references to images and overall xrefs during opening dita files with ExtendScript Is there any parameter for that? I'm having problem when I open dita files with extendscript in visible...
View ArticleMake selection visible for table/frame
Dear all,In my script FMGraph I collect tables and anchored frames in arrays of objects (aoObjects). An arry element containsaoObjects[iObject].Name // User string from the object...
View Article[FYI] ExtendScript Debugger for Visual Studio Code Public Release
I'll meet Kerri next week, if its already ready for FrameMaker.So I'd like to gather some questions from you.
View ArticleNeed help applying markers through document
I am working on a script to search through a document and add gotolink markers to specific text. For example, in this text, "Lorem ipsum dolor sit amet, consectetur adipiscing F1, sed do eiusmod...
View Articlefind and change font size
Hi, how to find the text based on font size and change its size.. it was successfully done using font/replace dialog..but how to do it through script? for ex: find font size = 12pt , change font size...
View Articleget FontSize of the text
Hi, how to get the font size of the text? the following code returns empty var oProp = doc.GetTextPropVal( textRange.beg, Constants.FP_FontSize); alert(oProp.propVal.sval); pls help
View ArticleInfinite loop with pgf.ObjectValid
Why would this result in an infinite loop? I thought that wehn it got to the last Pgf object it should become invalid and stop. var doc = app.ActiveDoc; var pgf =...
View Articleiterate all tables in framemaker
Hi, i want to iterate all tables.. and process table contentshow to do it through script? pls help
View Articleget name of the applied PgfFmt and charFmt of the text selection
Hi, how to get the applied PgfFmt and charFmt names of the selected text using script?
View ArticleFramemaker script
Hi, Can anyone get me jsx coding to open bunch of files in Framemaker?
View ArticleBlock Messages From Framemaker
I have developed a script that converts ditamaps into framemaker books. Due to the size and number of books to be created this script must run overnight. Seemingly randomly framemaker creates a popup...
View ArticleMissing FDK Property FP_TiLastUpdate
Hi All, To update Text Insets with FDK, FDK Programmer's Reference suggest to use F_ApiUpdateTextInset function and to stale before the text inset object.For that, FP_TiLastUpdate property must be set...
View ArticleFrame maker 13 scripting question
Hello,I am using the following script to convert fm/mif files in a folder to PDF. The script fails in 2 places. I am using FM 13. saveMultFilesTpPDF(); function saveMultFilesTpPDF() { var stop =...
View ArticleWhat is the best way to convert a Frammaker document to word format and keep...
Hello, I was wondering how to convert a framemaker document that has tables and sections and graphic to word and keep the format the same.
View Article