The official community for FrameMaker.
Als letztes aktiv
Hi,I am creating a manual and would like to centre the title on the first page. I am having trouble finding the answer. What do I do?Thanks!
When I try to open a topic that contains a xref element with a valid href attribute, the program freezes for more than 5 minutes. This has caused significant problems with using this editor as our topics contain an extensive amount of xrefs.Does anyone have any idea on why this is happening or is there a fix I need to install to correct this issue?
I am working in FM 11 and needed to merge one file that two writers worked on at the same time with different sections of that file updated. I used the FM Utility > Compare Documents. The result CMP file showed me the inserted text in bright green and the deleted text in red. How do you accept/reject these changes? My workaround is to retype what I wanted to keep and select and delete text I wanted to delete. I also tried to use SVN update to merge the files, but SVN didn't seem to be able to merge my two files (even though SVN merged a text file that user 1 UPDATED before they COMMITTED their change. The UPDATE merged the changes from writer 1 to the working copy from writer 2 without disturbing writer 2's changes. Then writer 2 was able to COMMIT. But this only worked on a TXT file and did not work with FM files. With FM, SVN just would not let writer 2 UPDATE if his copy was not in sync with the committed copy. Ideally I would like to be able to merge changes on the same file fro
A PostScript file, created by printing from Adobe FrameMaker, when processed using Adobe Distiller, gives the above error message. I wonder what is the cause?thanks,
Hi,We're considering moving from our current authoring solution to using Framemaker. We store files in Perforce and want to continue leveraging Perforce. I believe we'd have to create a custom connector to connect Frame with Perforce. Has anyone out there ever done anything like this? If so, I'd appreciate it if you could provide some pointers. We've got the FDK and a sample custom connector, but I was wondering if anyone had any "real world" experience in putting one together.Thanks.
Hello.We have FrameMaker plugin system, which manages our own saving of FrameMaker files.It works in FrameMaker 10. But now in FM12 this dialog appears:And we need to disable this dialog and continue with close of FrameMaker.I have tried to use FA_Note_Dialog and return CancelOperation, but then the close event chain of FrameMaker is not continuing.Basicaly we need to have Close of FrameMaker event chain same as in FM10.Is it possible to do this?[Moved to Scripting Forum by moderator]
We've recently run into a problem when printing directly from FM (using FM 12, structured, EDD - not DTD)We import Illustrator .ai files into our FM files. Some are schematics that use white fills inside boxes (essentially line art with white fills). These files print as intended from Illustrator as well as from a generated PDF - even when I print a screen resolution (aka RGB, low-res) PDF file. The AI files are created in Illustrator from scratch in a CMYK color space. They are saved as CMYK .ai files. They are imported into FM as referenced illustrations. We print to a Canon iR-ADV C5045/5051 color laser printer using its postscript driver. Color management settings for the printer are set to system default for all renderings. While it is possible for us to generate pdf files and print exclusively from those, I'm trying to troubleshoot why this is happening all of a sudden (last week, printing direct from FM was fine). Where would you start looking? Thanks for any help on this.
I suspect I've asked this before … what became of esc,t,m,d? this 'in Table, Move cursor Down one row' doesn't seem to work in FM10, and I had become quite comfortable with it in 9.0If it's one of those things that can be reactivated, do let me know; also, if there's a new shortcut to do the same thing.
I am trying to use conditional paragraphs I have a document that uses 6 paragraphs only 2 of which might be used of the possible six as is they are written one after the other on the page. The problem I have is how can I automatically adjust the page for the resulting spaces that come about when I hide 4 other conditions. I want the document to " move up and eliminate the spaces" as it is, one condition might be at the bottom of the page and another somewhere in the middle resulting in huge gaps between the two.I have many documents like this where we want to use conditional language. What I have done is line up the optional language on the given page and then I have put conditional tags on them. The Idea was to toggle the one I wanted to use on and the others off. But then I have a big formatting problem resulting from the empty lines between conditional paragraphs or spaces,the lines before and after which I have played with endlessly without catching the trick.&nbs
I have table which has 20 rows:First 3 rows are on one page, then half of the page is blank hen remaining 17 rows are on second page.How can I keep table from breaking rows. I want all rows in table to follow one another.Please help. Thanks.
How can I manually uninstall the Suite?
Hi everyone,I need to rename files in a book, but from within the book. A Save as... won't update the cross refrences.I see an fcode for this (FCodes.KBD_BOOKRENAMEFILE), but I've been advised not to rely on these types of shortcuts.I don't see anything else documented in the Scripting Guide. Does anyone else have any other suggestions?Thanks so much!Heather A
Greetings,We have a Framemaker 10 TLP multi-license software certificate which includes 4 licenses.One of our machines hosting a Framemaker license broke down before we could deactivate the license (it was part of a secure network, and it was effectively locked out of the internet). Is there any way to deactivate the license for this machine or otherwise or retire this machine from the Adobe server records? We do not want the broken machine to count against the number of allowed activations.Thanks in advance.
I have observed some things the reason for which I do not understand:What is the purpose of function Main () ?Is it just a wrapper around the initial stuff ?I assume that global definitions must still precede this.Adobe's examples (e.g. SnpCreateDialog) use the formSnpCreateDialog.prototype.run = function() { ...}rather than simply function SnpCreateDialog () { ...}What is the rationale behind this?I have also found a that certain Unicode characters are not allowed in comments of an UTF-8 coded script. In my lengthy script (now > 1000 lines) I needed a regex in the editor to find the culprit: [^\p{L}\p{N}\p{P}\s\$\<\>=+\^] // goRtfDoc.Close ... // must be postponed to keep the ¶-IDs intact This creates the error Error Message : Character conversion errorScript, Line# : H:\Adobe\framemaker.12en\AdobeFrameMaker12\6, 0 Replacing the symbol ¶ by the word paragraph fixed
I have started a custom smart paste script for copying from word to framemaker 12 and most of my code works except for the table template. That is, it works perfectly fine the first time I use smart paste to get a table, but the second time (and all times after that) it fails. I get the tgroup element within the entry element istead of outside the tbdy element, and I have no idea why this is. Can anyone help me?My code:<xsl:template match="table"> <xsl:variable name="cols-in-first-row"> <xsl:choose> <xsl:when test="tbody[1]/tr"> <xsl:value-of select="count(tboy[1]/tr[1]/td|th)"/>
Hi,This is just a heads up, perhaps someone could verify... if I put the character sequence ]]> anywhere within a JSX file, even within a comment, the script won't run when invoked from the toolkit window. It just hangs at the outset.Russ
FrameMaker Version: 12.0.4.445 (latest, part of TCS5)I have a structured project, where several XML files have been arranged into a ditamap.For one of the XML files, I have a table, where I need to set Cell Vertical Alignment of the cells to MIDDLE.So using Paragraph Designer > Table Cell, I change the entries from Top to Middle (The defaults were Top).With the ditamap pane selected, I then go File menu >> Save Ditamap AsI save the ditamap as "Book 12.0 with fm components (*.book)" file type.In the resulting book, the XML files are now .FM files.However, at this point, when I open the .FM file that has the table, the cell styles have reverted to TOP.I've searched high-and-low for a similar issue. This is looking like a bug to me, but can someone confirm?Thanks
FrameMaker plug-in Mif2Go is available for download, at no charge: http://mif2go.comJoin the new Mif2Go list:https://groups.yahoo.com/group/mif2goDITA2Go is available for download:http://dita2go.comJoin the new DITA2Go list:https://groups.yahoo.com/group/dita2gouDoc2Go has not yet been released; read about uDoc and this new processor:http://udoc2go.comJoin the new uDoc2Go list:https://groups.yahoo.com/group/udoc2goOmni Systems is closed. As Jeremy Griffith wished, source code will be made available for all three software tools. Scott Prentice has very kindly agreed to set up projects for this purpose on SourceForge. Scott has already set up a list as a gathering place for people interested in helping with maintenance and development, so we can communicate in preparation for the move to SourceForge. For example, we might discuss whether to use SVN or GIT. If you wish to help, please join:https://groups.yahoo.com/group/omsys-dev
I need urgent assistance! I am working on a FM11 doc that was originally created in FM8. When I try to print to pdf there are no elements in the element list and I get no bookmarks generated in the pdf. We are racking our brains!
Trying to get the Robohelp Menus in Framemaker. I have found instructions on how to add dhtml effects. I am trying to create expanding text to publish in HTML. The 2nd step says select Select Adobe RoboHelp > Dynamic HTML Effects > Drop Down Caption. I don't see this anywhere and I looked for instructions on how to add it but couldn't find anything. Using structured Framemaker 12
Can we import html or pdf files generated from Adobe Framemaker 12 (as the source files) into Jive software? Or do we have any connectivity between Jive and any Adobe products?We are looking for releasing the output of the documents in html format in Jive. So was looking about if any Adobe products support this feature?
I am beginning to work with (unstructured) FrameMaker 10 and struggling a bit with no expert help around. Hence, I have a few queries:Which is the best format to be used for images: gif, png or jpeg?Since I am working on a template designed for Japanese target group, the title of the guides and in some other parts the text used is Japanese. At my end, it should be English-English, unlike Japanese-English for them. Any tip that would help me managing the selection of fonts would be helpful.Is there a way to auto-caption the images in individual chapters? Or any useful tip that would help me to manage numbering of images?Do we have something similar to 'Navigation Pane' (View > Navigation Pane) in MS Word, whereby I can switch to different headings? How do I enable that?If there are any other important things to consider for beginners while working on FrameMaker, please share.
Hi everybody,I've been learning FrameMaker for just under a year and I'm tasked with being the resident expert. So far using FM has been strictly a research endeavor but now we are looking to use it for all of our standardized plans (approximately 250 business units in 60+ locations with any number of plans and associated documentation). The plans have to be living documents that will be reviewed and updated annually (in an ideal world).I was hoping to hear what others have done for organizing working documents at this scale. At the end of the day there will be shared sections but I will be producing 250+ PDFs and RoboHelp menus to house all of these plans. My plan was to put them all into a single book file (I could do multiple books but then if I add any shared chapters I would have to open up all of the books to include it). I have written an ExtendScript code that will cycle through and include/exclude based on top-level element attributes. That way I have everything I need in one
When I try to copy a section of another user's installation chapter, the entire document is selected. I only need a few paragraphs, not the whole thing. I have done this before with other documents without any difficulty. What is going wrong? Many thanks for your help.
I run FrameMaker 12 and often use the Symbols button on the menu bar. I would like to customize what symbols go into the buttoon. Is that possible?best regardsBjørn
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.