The official community for FrameMaker.
Recently active
Dear all,To identify the current FM session (whether it is 13, 14 or …) I want to place a small menu-item with just the FrameMaker major version as label. My script works fine with the exception that the location is not very useful:How can I place it to very left after the application icon?// FMident.jsx #target framemaker main () function main (){ var bkFMidMenu, docFMidMenu, menuLocation, oMenus = {}, oCmd = {}; var sVmajor ="15"; // to be evaluated programmatically oMenus.MenuMain = sVmajor; // top menu can not execute a command oMenus.MenuInfo = "Information"; menuLocation = app.GetNamedMenu("!MakerMainMenu"); // --- Command definition for documents and books oCmd.MenuInfo = DefineCommand(1,"FMid", oMenus.MenuInfo, ""); oCmd.bkMenuInfo = DefineCommand(1,"FMid", oMenus.MenuInfo, "");; // --- Assign commands to menus menuLocation = app.GetNamedMenu("!MakerMainMenu"); docFMidMenu = menuLocation.Define
using this code to change the table column width and apply font size.width works but font size not changing. var doc = app.ActiveDoc;var flow = doc.MainFlowInDoc;var tbl = 0;var textItems = flow.GetText(Constants.FTI_TblAnchor);for (var i = 0; i < textItems.len; i += 1){ tbl = textItems[i].obj;var tblColWidths = new Metrics (5 * 15 * 65536, 5 * 15 * 65536, 5*25*65536, 5*35*65536, 5*15*65536); tbl.TblColWidths = tblColWidths;var FontSize = (8);}var doc = app.ActiveDoc;var flow = doc.MainFlowInDoc;{var textDocument = textProp.value;textDocument.font = "Arial";textDocument.FontSize = (8);doc.setValue(textDocument);}
Is everyone OK knowing that you cannot import from Word or even COPY from Word? Previous versions had no problem at all importing from Word or pasting copied text from Word but, with Frame 19, I can no longer do that. This is an UPGRADE?!?!
Dear all,I was searching in this forum (FrameMaker) for the scripting posts and got a head line stating: 87 posts found.After scrolling down in the browser I was at the 7th post. I did not find a method to see the other 80 posts listed.How to do that?
I am building an application that reports the page number of a given type of marker. This is normally quite simple as I just need to test for the TextLoc and resolve that to give the correct body page number. It's not so easy if the marker is located in a paragraph that spans multiple pages. In that case the reported location is the start location of the containing paragraph and that could be several pages away from the actual marker location. I understand that the offset of the marker location gives its true location, but how do we relate that to an actual page? My initial attempt has been to compare the marker's TextLoc offset with the occurence of TextItems with dataType of Constants.FTI_PageBegin. Am I on the right track, or am I missing somthing really obvious? I haven't posted any code yet because I wanted to discuss this at the conceptual level first. Thanks Ian
I just checked and noticed I no longer have a direct link to a structured Fm forum. Did that forum go away?
Help spread the word...there are already over 4200 people registered for this free 3-day conference! Adobe DITAWORLD 2019 – Welcome Welcome to the world’s biggest DITA Online Conference for Marketing and Technical Communication Professionals October 9–11, 2019 8:30 am – 4:00 pm Pacific Time on all three days On this Page Welcome Note Keynotes Session Details Speakers Masters of Ceremony Agenda / Schedule Resident Blogger Questions? We have some answers. Past Adobe DITAWORLD Conferences Conference Registration (free) Register From October 9–11, 2019, we are going to host the fourth Adobe DITAWORLD Online Conference. We will offer a comprehensive program with the world’s leading Technical Communication, Marketing, DITA©, Content Management, and Content Strategy experts about DITA, Adobe FrameMaker, Adobe’s DITA CCMS (XML Documentation for Adobe Experience Manager). Thought leaders and practition
No text available
FM 2019, when publishing to Responsive HTML5, has built-in search functionality. Enter a key word and search will display its occurances in the document, hyperlinking the results. If only publishing to Responsive HTML5, maybe a useful alternative in that type of publication for indexing? Wonder if an ExtendScript could be written to hyperlink/buttonize words in a pseudo-index word list, placed for example, at the end of a document, with an action that would populate the search function with the selected (clicked) "index" word, trigger the search, display the hyperlinked search results for that word in the Responsive HTML5 UI, as is now displayed for a standard search? Maybe an interesting option, if it can be done? Best Wishes,S
I use text insets for individual software features and then import each one into a Release Note template - a sort of building block process. However, some features are not available for all versions of software due to hardware dependencies. How can I make my text inset conditional? I tried selecting just the text inset and a dialogue box appears asking if I want to make the text unconditional or delete the text. I tried selecting an empty paragraph marker before and after the text inset, and the same dialogue box appears. Also, with tables, is there anyway to remove the hash (xxxx) marks from the table when making them conditional?
Hi,Have created a 274 page FrameMaker document (eBook for HTML5 publishing). Need to create a basic index at the end of the document, alphabetized a-z with each index subject word and page numbers where the word appears in multiple pages in the document.For example,Aattitude, 12, 35, 92, 121, 208, 245 Reading in the help materials about indexing in a FrameMaker (unstructured) document, I find the first instance of "attitude" (page 12 in this example) and using the insert marker tab, I select "attitude", create the Index tag. This show when I display text symbols ("T"). So far, so good. But, is there a way that I can automate the process so that the other page locations (35, 92, 121, 208, 245) are automatically picked up, without having to manually enter the Index marker for each and every appearance of the same word in the document? I have created a notepad text draft index with alot of word entries, and I am hoping there is an automated process that I can use to search
When updating the TOC, a new file is generated and my paragraph tag settings are reset. I have ugly text wrapping that I'm trying to fix; I set my left indent to .75 to push the wrap over and then update the TOC, and the indent setting resets to "0" and the wrapping comes back. My character designer settings don't reset, why do the paragraph settings reset?Should I not be updating the TOC? How do I get the setting to remain when updating the TOC? Before updating TOC: After updating TOC:
Hi everyone,I've come across an issue I can't fix: when opening an .fm file in FrameMaker I get an error message saying the document has unresolved cross-references. The Find/Change check also shows that all cross-references in the file are broken, but from the Cross-references pod I can jump to the right marker by clicking Go to source.At the same time when I choose to save the book as PDF, these same references in the resulting PDF work just fine: they are clickable and lead exactly to the right location. The .book and the .fm files are all stored locally, so no networking or sharing involved. Markers added automatically, source type for references is Paragraph.Could you please help me figure out how to fix the links that seem to be working just fine?Thanks,Svetlana.
I have added my index back into my book file after it was deleted but the index doesn't update with the book. I believe this an easy fix. Any help?
This started as a question but it's now an FYI in case others have the same problem as I had until this afternoon.The object properties panel displays graphical objects' width and height in some unit. You can set the unit for the current session by going View > Options and selecting an option for Display Units. However if you close and reopen FrameMaker the units will revert to whatever they were before.The maker.ini file contains the setting UseDisplayUnitInTemplate which the documentation says determines whether or not the default units are taken from the application template.fm or are as defined in the maker.ini file. However I discovered today that even if UseDisplayUnitInTemplate is set to Off, the default units are still taken from the template when an existing document is opened; i.e. the value is not saved in the document you are editing, it's always taken from the template.So I opened the template, changed the units in View > Options, saved the template, and bingo. Every
Every time I update my TOC, I get the "No master pages applied because no master pages exist" error. Does anyone know what causes that?Any help is greatly appreciated.
My company just upgraded to the 2017 Release (14.0.4.511) of FM. In all previous versions (and my experience goes all the way back to version 2.0 ), when I import a PDF file (or any image file), it places itself in an anchored frame at 100%, spanning columns if needed. In the current version, when I do this, it scales down the image to an apparently random percentage. For example, I just imported the same file three times into the same text flow. One came in at 22.22%, the next at 40.06%, and the last at 45.32%.Is this a bug? How can I get the images to import at full size by default?Thanks.
Hello! I have a huge book file we needed to add some chapters to at the last minute. As such, I had to create new paragraph tags/elements for the new chapters and now I need them to appear in my TOC, LOF, LOT, and LEP. The problem is when I update my book it doesn't ask me if I want to add any other elements anymore - is there a way to add elements so they appear in your auto-generated files? I'm specifically having problems with my LEP. It just updates it. I need to add more paragraph tags!
I have a long text inset, spreading over several pages. I can use this inset normally, but inside the source file (in a separate file storing the inset text), the text frame seems to be visible only within a single page. How can I make the frame/text visible and easily editable over multiple pages?
Hi Framers,Hope you can help me out here.I am using Structured FrameMaker 2019 32-bit version 15.0.0.393 on Windows 10 Enterprise Evaluation edition.In my (non-DITA) EDD, I have a system variable element called TableContinuation defined as follows:Element (System Variable): TableContinuationSystem variable format rule1. In all contexts.Use system variable: Table ContinuationTo be valid, my structure requires the TableContinuation element to be inserted in the TableTitle element, as shown here:Element (Table Title): TableTitleGeneral rule: (<TEXT> | ph | Xref)*, TableContinuationFor several years everything has been working as designed. Now, suddenly, inserting the TableContinuation element causes the Filename (Long) variable to be inserted within the TableTitle element instead of the Table Continuation variable.I have searched high and low but cannot find what is causing this behavior. I notice that inserting the D
Hi guys,I started using FrameMaker a week ago. My first task is to create a structured user manual for one of our products. So far, I have created a simple EDD, covering the basic structure, I need. My question is how to include chapter numbering styles into the EDD, such that the first few chaptrs start with Roman numerals and the rest with Arabic ones.I have already created two types of chapters in GeneralRules (PreChapter and mainChapter). Now, I would like to indicate it in the same EDD that if PreChapter is used use Roman numerals and if MainChapter use Arabic numerals.Thanks!Hadi
We generate several PDFs from each FM document. Webmasters have asked us to start adding the PDF filename into the File Information field.We custom-name each PDF as we create it. We have too much volume to manually add the filename to the PDF at each printing.I can't find a way to configure the FM document so it generates specific file information for each condition-setting version.What automation tool(s) are likely to help?
Hello,Quick page numbering question - the below example is a List of Effective Pages (LEP) I created. I need the page numbers (1,2) to read A1, A2 on the first Subject, B1, B2 on the second, C1, C2 on the third, and so on. How can I do this? All of my building block variables each chapter's numbering properties are spoken for. I can't use <$volnum> or <$chapnum>...What can be done?
Was wollen uns diese Worte sagen? Ist das nur wieder bei mir so?
I put about 1MB pdf file as a graphic on framemaker12 but when I save as PDF file, white page has been saved.the PDF image is disappeared on the new PDF file which I saved.I want to save as PDF file with other PDF image.If you have any idea, please let me know.thanks
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.