How get TableId in Document by FDK?
My Code get Table, But it not working.It only can get a Cell has content="FrameMaker Source Item"This content not exist in my table.tableId = F_ApiGetId(0, DocId, FP_FirstTblInDoc);while ( tableId ) {...
View ArticleHow can get list fonts of document in FrameMaker by FDK?
Ex: Get lists of families of a Session UIntT i, j; F_StringsT families, weights, variations, angles; F_FontsT perms;/* Get lists of families, variations, weights, and angles. */ families =...
View ArticleHow do I create 508-compliant tables in Framemaker 12?
I am using Framemaker 12 to create documentation, which must be 508-compliant. When I run the "Full Check", a consistent error that results is the 'Summary - Failed'. Is there a way to prevent this...
View ArticleWhy I can't access to...
Why I can't access to "http://www.adobe.com/cfusion/event/index.cfm?event=set_registered&id=1808719&loc=en_us"?
View ArticleApplying custom MasterPage using Extendscript
Is it even possible?The closest I've gotten to it is about 2 steps shy of actually applying the custom masterpage. Fcodes([app.GetNamedCommand("MasterPageUsage").Fcode])This gets the dialog box open...
View ArticleScript Catalog won't stay loaded
Running FMv12 on Win7 pc.I keep adding a list of scripts to the Catalog, under Favourite [Favorites].After closing FM and starting it again later, the list is empty again. What to do so the list stays...
View ArticleRemoveMenu, not working
Whether I AutoRun at startup, or wait and run manually when needed,I add a menu to the main menu bar with this://Create menuvar myMenu = DefineMenu("Daves_ScriptingMenu", "Dave's Scripts");//Get the...
View ArticleCommand object Delete() and CommandNum property issues
Hi, FM11. I can't seem to get the Delete() method to work on commands, nor can I retreive the proper CommandNum property. For example: cmd = DefineCommand(1111, "TestScriptCommand",...
View ArticleRemoveMenu, not working
Whether I AutoRun at startup, or wait and run manually when needed,I add a menu to the main menu bar with this://Create menuvar myMenu = DefineMenu("Daves_ScriptingMenu", "Dave's Scripts");//Get the...
View ArticleFDK in Framemaker
Hi Can you please me know if there is any FDK functions available to automate the publish functionality in framemaker.ThanksSharada
View ArticleFramescript Script Window -- Read Only?
Hello fellows. For some reason, when I paste a script that I wrote in a regular text editor to the FS Script window, I can't make any further changes to it in the Script window. The cursor just jumps...
View ArticleDefault paragraph font not found in character catalog
Hi all, I'm wondering if there's a way to get the default paragraph font as a character format via ExtendScript. I currently have a script that records all the character formats in the active doc. var...
View ArticleHow to tell if LineEnd flags have been set?
Hi all, I'm quite new to FrameMaker scripting and trying to figure out how to tell if flags have been set. I have a function that takes an element and returns its text as a string. Simple enough:...
View ArticleHow to find list of conditional tags in a book using script?
How to find list of conditional tags in a book using script? [Thread moved to scripting forum by moderator]
View ArticleOpen and resave documents
Hello. We have a book which has 530 files. This book is in FrameMaker10 format.Now we want to resave all files to FM12 format. We used FrameMaker Scripting to open all book components, open the...
View ArticleES: Event script runs intermittently
Hello fellows, I've created an event extendscript that saves a Mif file as FM upon opening the Mif file (used Constants.FA_Note_PostOpenMIF as the notification trigger). For some reason, the script is...
View ArticleAdobe Framemaker12 while saving the book as pdf, images which are split...
Hi, In our book file, we have long images which are split across pages.( Image is imported by copy) While saving it as pdf, only the first image is shown, the rest of the images are not available in...
View ArticleTable cell overflow - script not working
Hello, as a translation company, we often do some DTP on translated Framemaker documents. The documents often contain many tables, and the translated text doesn't always fit into the cells, giving...
View Articlefinding cell overflow in table - problem with script
Hello, as a translation company, we often do some DTP on translated Framemaker documents. The documents often contain many tables, and the translated text doesn't always fit into the cells, giving...
View ArticleES does not recognize an environment variable
Hello fellows, On my Win 7 system, I've redefined the HOME environment variable as C:\Users\bnks (by default, it's C:\Documents and Settings\Users\bnks). I'd like to save an FM file to...
View Article