The official community for FrameMaker.
Recently active
Hello! I searched this forum for a while, so sorry if this has been asked before. If I'm using FrameMaker 2017, do I need Robohelp to generate Context Sensitive Help (CSH)? Thanks,
Hi,I'm working on FrameMaker8. It was working fine on Friday. Now it's Monday morning and I have two problems:1. In some books I can open the .book file but not any other files. They give a serious internal error and there is no way to continue.2. In other books FM opens the files with no problem, it stays open for a couple of seconds, then the whole thing just disappears. It's not on the task bar at the bottom of the screen, and it's not in Task Manager. It just closes, with no message or anything.I've uninstalled FrameMaker8 and reinstalled it. I've rebooted my machine several times, but the problem persists. I can't work at all!If anyone has any suggestions for a solution, I would be very grateful.Thank you very much,Mairi Jane
I need to know if there's a way to get the Artboard number from an "Imported by Reference" Adobe Illustrator file?By looking at the Object Properties while the imported by Reference AI graphic is selected, I can see the file location and also the Artboard number, as shown below:When getting the file location using InsetFile, the artboard number does not show as part of the file location.Thanks.
Hi, our company is upgrading us to FrameMaker 2019 and we already have FrameMaker 2015 installed.Will we be able to run both versions simultaneously? (We could this with FrameMaker 11 and FrameMaker 2015, so I hope that is still the case.)Thanks!
Trevor-Nicholls started a discussion last month on creating an XML document from the welcome screen (Re: Creating a new document from the Welcome screen, doesn't ). That discussion has grown to include several related topics, so I am splitting my responses in new discussions specific to individual subtopics. This is the fifth (and I think the last) such new discussion.Trevor, you used maker.ini to change FM's structure directory in order to avoid permission issues when changing files within $STRUCTDIR. There's nothing wrong with doing so, but there are other ways to organize your files. In particular, you can place the files needed for your own applications in any convenient directories. They don't have to be placed in new subdirectories of $STRUCTDIR. In fact, your application definition files don't even have to be named structapps.fm. I typically have a directory for each of my active projects; a directory named project1 contains a file named project1.app, directory project2 contains
Trevor-Nicholls started a discussion last month on creating an XML document from the welcome screen (Re: Creating a new document from the Welcome screen, doesn't ). That discussion has grown to include several related topics, so I am splitting my responses in new discussions specific to individual subtopics. This is the third such new discussion.Trevor asked "Should the pre-processor even be executed when creating New documents?"The result of the New XML command is a WYSIWYG document almost like the document that results from using File > New and selecting the template. The difference is that the result of New XML stores the fact that it should be saved as an XML document while New does not. An XML document cannot be empty. I believe that FM in effect creates an XML document containing a minimal number of elements and then opens that document with the chosen application. If that application has a pre-process, then FM runs the pre-process just like it would when opening any oth
We are using FrameMaker 2019 to convert our pdf files into usable Flare 2019 files and we keep getting these messages: What can we do to get these two programs to communicate with each other.
Hi guys, We are two technical writers writing and managing software technical documentation. Currently we are looking for a new content management tool which proves to be more structured, streamlined, bug-free and Microsoft Word-free than our current solution (AuthorIT).Our needs are quite simple: 1) We need to create and publish online (HTML) Help and PDF files regularly. When writing, we should be able to share one another's files (topics, books). 2) We need to prepare both the English and German outputs so we need a localization-friendly tool/solution. 3) We need to transfer our big legacy content (about 6000 norm pages when published into DOC or PDF files) from our current tool into a new tool with as little effort as possible. Is FrameMaker ticking all these check boxes? Is it able to satisfy these simple workflow requirements? I can see that Adobe offers "FrameMaker+DITA" or "XML Documentation for Adobe Experience Manager" as a potential soluti
Dear all,To be 'really correct' in my Calendar axis function I want to write the month-names in the language of the anchoring paragraph (as long as it is de, en or fr).oFrame is the object (anchored frame) where I am in with my functionoFrame.FrameParent does not point to a paragraph, but to the text frame containing the anchoring paragraph.How to find out that paragraph?Do I need to run through all paragraphs of the text frame and check whether GetText provides andy anchors... and then look what is anchored (fortunaely I know the ID of my frame... ?
Trevor-Nicholls started a discussion last month on creating an XML document from the welcome screen (Re: Creating a new document from the Welcome screen, doesn't ). That discussion has grown to include several related topics, so I am splitting my responses in new discussions specific to individual subtopics. In particular, one of his comments was "When the pre-processor stylesheet doesn't specify the path to the DTD to use on the intermediate XML file, FrameMaker issues a warning. This shows that, in the pre-processing stage, FrameMaker does not use the DTD referenced in structapps.fm ($STRUCTDIR\xml\testing\apps\test.dtd) but requires that the intermediate XML file explicitly specify one."FM uses the DTD specified in an XML application when it is saving a document as XML. When it is opening an XML document (either the original document or pre-process output), it uses the document type declaration, if any, included in that document. Note that if FM were to try to use the DTD specified
I think this must be really simple but I can't see the problem.I've defined a structured application with DOCTYPE, DTD, Template, read/write rules, pre- and post-processor stylesheets.I can open an existing XML document and everything works.On the Welcome screen under "Create a new document" there is a button labelled "<xml/>" with the name of my application, and lots of other buttons indicating document types in other structured applications.If I click any of the other buttons, Frame opens either an empty or trivial document, called "UntitledN.xml", and sets the structured application to that appropriate to the button I clicked.If I click the button corresponding to my application, nothing happens.I can't see any relevant difference between my application and the others - both have paths provided to template.fm documents (which exist), DTD and so on.Can anyone help me here please?Cheers,T
FrameMaker 2019. The line width palette is hard to use. A slider is not ideal for setting a line width. I like the old way (presets of .5, 1, 2, 3 pts or so) better. Any suggestions, keyboard shortcuts or instructions? I frequently change line widths while creating callouts and simple shapes in FrameMaker.
I am having issues with Japanese translated MIFs.When I open the MIFs the Japanese characters do not display correctly.I called tech support and they told me that I need to install the Japanese Language pack and change Windows OS from English to Japanese.I did but I get the same results.I had no issue when I opened the German and Spanish files.Please help with specific details on the resolution.
Dear all.Let's see whether I can explain my current problem:I have a function DrawTextLine which - at it's end - decides whether the text is just placed at the coordinates x0/y0 or it shall be centered within a given length (or right adjusted within this space) - line 20.// ---------------------------------------------- Centre/right adjust within tLength boundLeft = 0.; if (tLength == (undefined || null)) { oTextLine.BasePointX = x0 * goFgr.CM; // .Width, .Height set by text contents ! oTextLine.BasePointY = y0 * goFgr.CM; // oTextLine.Angle = angle * goFgr.DEGREE; return oTextLine; } else { textLen = oTextLine.Width/goFgr.CM; // cm if (tLength > 0){ boundLeft = (Math.abs(tLen
I found this sentence(FrameMaker provides out-of-the-box direction support for DITA topics (topic, task, concept, and reference).) in the Framemaker 2019 helpBut it is not working properly. Does anybody know this problem?
I'm new to FrameMaker and wanted how best to keep a graphic element in a side-head together with text in the body (eg. creating a warning graphic/note).
I am having to change the fonts in an 800 page document and there are upwards of THIRTY different fonts and even more color shade choices for the fonts.We are simplifying to Arial only and black text. So far I'm editing each page individually. I would love a .css file that I can go through quickly. Is this available?I'll keep searching the forum, but would love any help you guys can provide.Thanks!
I am running Framemaker 11.0.0.380 and Distiller 10.1.163 - and periodically I can't use SAVE AS PDF. If I reboot my system I then can. Usually I can make 1-2 PDFs and then it fails and I have to completely reboot.I have tried designating the printer as Adobe PDF and unchecking RELY ON SYSTEM FONTS ONLY ... sometimes I can make a PDF and sometimes I can't. I can sometimes designate my HP Envy printer in print setup - and I usually get 1-2 PDFs out before I have to reboot.When I look at apps (I am running Windows 10), I do see the Adobe PDF Creation Add-On X that loaded with FrameMaker.I also have Adobe Creative Suite 6 Master Collection and Adobe Acrobat X Pro.I should say that my system with this software worked for years until I added Windows 10.Any ideas about this? I would appreciate some help - losing so much time to rebooting.Jennifer
Hi All,I use Adobe FM 2019. While updating the book that was created in Adobe FM 2017, I get the below error.Also, does anyone know what could be a possible solution for the below error?I look forward for your response.Thank you.Regards,Amit[Here is the list of all Adobe forums... https://forums.adobe.com/welcome][Comments is to ask about the operation of the Forum, not a specific program][Moved from the Comments forum to the specific Program forum... Mod]
Hi,I have a small document with a video (created a few years ago; this was more a test than a real documentation). The video is a referenced avi file.When I convert this document to PDF, then I can play the video (after some security questions).However, when I convert this document to HTML5, I get just a large empty space.Do I have to use another file format?How can I convert a video to HTML5?Best regardsWinfried
Using unstructured FrameMaker. On the master page footer I've put in Running H/F 13 and on body page use <$marker3> to put an ATA number in this location. I also have another location (hidden text) on the body page that I want this ATA number to appear. I use this text to help create the PDF bookmarks.Is there a way to cross reference to the text in <$marker3>? The current cross-reference format is set up as -<$pagenumber> <$paratext[SectionTitle]> and looks like -201 Exterior Placards and Markings. I'm currently adding the ATA number manually so the cross-reference is 11-10-11-201 Exterior Placards and Markings. I've tried using the paratag for the ATA number with no success.Appreciate any ideas.[e-mail removed by moderator]
I have a table with different tags for each column. I would like to keep the information in each row together, and output an alphabetical list that sorts based on one of those columns only, while still retaining the associated order in that row. Is this possible in Frammaker?The closes solution I have is a list of paragraphs, where I have the four columns generate with run-in paragraph tags. Then I have to convert this into a table, then sort the table, which is quite a bit of extra work.
Greetings,I am very new to FrameMaker and just have a general question.I have a requirements to use Frame with a supplied USAF MILSTD. I am completely aware that this is a significant undertaking since these DTDs are deisgned for use in Arbortext. Going in I knew I was going to have to fix a lot of errors to produce the EDD file necessary. Two of the more significant issues I have seen are:1) ENTITY declarations not being resolved. Some parse fine and others are useless. Is there any reason that the software has trouble with certain ones?2) ELEMENT/ATTRIBUTE names are being truncated and ignored. I believe the software has issues with anything over 8 charraters. Is this the case?My approach has been to open the DTD in Frame - look at the errors - and correct them line by line.Thanks for any advice!
Simple question, I think it is because I grouped the files in the Project Manager, now whatever numbering I use is applied to all my pages. How can i fix it so that only the TOC uses roman numerals.
Hello,I am using Adobe FrameMaker 2019 with version 15.0.3.603 (latest version) and Acrobat Pro DC with version 19.010.20100 (latest version) - and the Save As PDF menu does not work in FrameMaker. I have to use the Print to PDF option, and that option only works sometimes.Has anyone seen this issue? Is it a missing font or corrupt font issue or something else? I am using a Windows 10 (64 bit) laptop with 8GB of RAM.Regards,Jim
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.