The official community for FrameMaker.
Als letztes aktiv
Hallo,FrameMaker 2019 (64bit, strukturiert) ist abgestürzt, was vorher schon hin und wieder vorgekommen ist, insbesondere wenn man in der Betriebsart "Strukturiert" eine unstrukturierte Datei öffnet und dann etwas in eine strukturierte Datei hinüber kopiert.Was neu ist: Fm startet nicht mehr, das Startfenster erscheint zwar kurz, aber nur bis beim Fortschritt "Doc Preferences" angezeigt wird. Hat jemand eine Idee außer neu installieren?Beste Grüße.
Working with a test document set that behaves correctly outside FM, I've run Update references on the Structure View. The console now mentions four DITA+FM errors (topicref with empty href attribute).Not a problem in itself, as I can guess what's happening … but as an aid to resolving problems that's not much beyond SharePoint's "Something has gone wrong"! How do I find my way from the console message to the topicref that's throwing the problem?
The FM book model seems obvious and comfortable, just like DITA maps … but while using a "mere" text editor, I've suddenly realised there's something I don't know how to do in either structured or unstructured FM. Imagine some keen-eyed editor tells you "your capitalisation of Aardvark isn't consistent!" I can point a text editor at the directory and run "search in files" to get a list of all files where Aardvark occurs plus a list of all occurrences per file. (sorry, no source files with aardvark …)I can point my current DITA IDE at the files and get a list of all files where Aardvark occurs.But with FM, all I can do at the moment is find where the first occurrence of Aardvark is in all the files referenced by the book.Tell me I'm missing something!
Pushing the boundaries of scripting here. I am trying to retrieve conent that is currently hidden. I can find the marker showing hidden content and through the corresponding markers I can find the content on the hidden page, but setting the text selection to the hidden page and using Doc.Copy gives an error -59 (bad selection for this operation). Does anyone have a clue how to get to the hidden content (without making it visible - as that will cause lots of layout changes that need to be undone later). Thanks Jang
Hello, Is there a way to share a FrameMaker book that neither causes conflicts in the source file (or locking), nor is unable to be viewed as a copy elsewhere? We saved a copy of the book, and sent it over to another person, but they cannot view any of the .fm files within the book. Below is the message we get when we try to play around the copied file. We are concerned to let the other party have access to our source file because it locks the other person working on the document out. It's not clear how what we are trying to do is possible, which does not seem a likely occurrence because there should be a functionality to save a local copy that is editable without changing anything in the source file. Thank you.
Previously I generated chm files from FM using WWP and HTML Help workshop, and the toc had no heading numbers. Like: Recently I've switched to FM19 and generates the chm files directly from FrameMaker. The same toc now looks like: How can I skip the numbering here? The headings are numbered in the body pages:
Hi,I am trying to register the framemaker service with somename to use the same in FDK Asynchronous script. I use the register command with /progid option and /auto option to automatically start service if not started. The register command open framemaker and executes successfully. After that when I use my client program then it always says no connection to the new process created.It works till yesterday. But due to some reason I reinstalled framemaker product again. Since then this issue started. I have attempted this multiple times to register different names. Any idea on what I am missing here or is there any limit on number of registrations or ?. It seems very difficult to clean all registry keys it creates during registration
We upgraded to FrameMaker 2019 from 2015 (unstructured). Now when we open our files, all of the anchored frames that we had imported gif files into at 133 dpi are not displaying the image. Only a dotted line where the referenced graphic should be displays. This did not occur with past upgrades. Did something change with the new version? Is there a simple solution to fix the issue? Lynette Schwend
Hi,I am working on a structured document and intend to use the following numbering style. 1.1 (A:<$chapnum>.<n+>\t) [Style1]1.1.1(A:<$chapnum>.<n>.<n+> \t)[Style2]1.1.1.1 (A:<$chapnum>.<n>.<n>.<n+> \t)[Style3]a) (B:<a+>)< =0> \t)[Style4]and i) B:<r+>) \t[Style5] Only style 1 2 3 are suppose to be nested and style 4 and 5 are nested. Problem is Style 4 doesn't reset even if :Style 1,2 or are on different number. It keeps following the previous letter.Similarly Style 5 also doesnt reset. Please help.
Normally the anchored frame around an imported graphic is just a placeholder for that graphic. But in one of my current projects, a set of small graphic files is represented in a table that explains usage for each of the symbols depicted. The customer wants to have the graphics displayed in the middle of the cell, not at the bottom or top. Normally I would make the anchored frame as large as the table cell and align the graphic inside that anchored frame. But the anchored frame information is lost when writing the DITA file to disk. This might be a behaviour of the DITA client or something that cannot be done in FM. If anyone has experience with this and knows which combination of read-write rules and other settings are required, let me know. I could write a script to correct positioning of the graphics in the table but if some settings can do the job that saves me a bunch of time. Jang
Hi thereI'm working on a very simple project with FM 2019: 1 page with 1 table using the default style "Format A".The paratag "Cellbody" has "Cell vertical Aligment" set to "middle" and it works in Framemaker. But when I export to responsive HTML5, FM sets the css vertical-align property to "top"..td3 {width:72.000pt;border-top-style:solid;border-top-width:1px;border-top-color:#000000;border-right-style:solid;border-right-width:1px;border-right-color:#000000;border-bottom-style:double;border-bottom-width:3px;border-bottom-color:#000000;vertical-align:top;padding-left:6.00pt;padding-top:3.00pt;padding-right:6.00pt;padding-bottom:3.00pt;} Am I missing some point? Is this a bug?Thaks a lot for your time
A number of our FrameMaker files were moved from their original location, (lets call it folder A) on a network to (folder A\1). All of our graphics are linked to a separate network location from the FrameMaker files. When the files were moved it appears they broke the links to the graphics. Is this normal? This will force us to relink all the graphics.Second question is when/if the FrameMaker file is renamed and moved back to its folder A, will the links be restored?
Dear all,Just to tell what's all possible in FrameMaker (15.0.5.838):I wanted to use my ETBdocNav to get t he navigation panel - but for a particular file it reported that there are no heading paragraphs in the document. Of course there are plenty of those visible...With the following script #target framemaker main (); function main () { var oDoc = app.ActiveDoc; $.writeln (oDoc.ObjectValid()); var oFlow = oDoc.MainFlowInDoc; $.writeln (oFlow.ObjectValid()); var oTframe = oFlow.FirstTextFrameInFlow; $.writeln (oTframe.ObjectValid()); var oPgf = oTframe.FirstPgf; $.writeln (oPgf.ObjectValid()); } only oDoc is valid, all other objects are reported invalid.A MIF wash did not helpSaving as very old did not helpJumping in the miniTOC to the nearly last heading showed me a page with missing 3-D object and missing Flash object - then FM quit with dump.For the reconstruction starting with the template I needed to restore an older version to get these two 'strange' objects.The
I work for company that uses FrameMaker extensively. We have a complex structured application that automatically swaps RGB values of colors when producing color or grayscale versions of .fm files. As a result, we often get hundreds of color inconsistency messages on the Error Console resulting in long file update times. It would best to disable error reporting for inconsistent colors. Is there a hidden setting for the maker.ini file to ignore color error messages. We tried setting ShowErrors=Off but that has no effect. Is there any other way to control the console error messages?
I am working in FrameMaker 11. After importing a file, there are blank pages appearing at the end of the file.Any ideas as to why this is occurring and how this can be fixed?
A third party created a template for us and entered some sample (nonsensical) text in the Title and Subject fields of the File Info dialog. When I delete that information, click Set, and close & save the file, the deleted information comes back when I reopen it. I can't get rid of it! Any suggestions would be greatly appreciated.
I'm trying to create a script that will remove color definitions other than the default plus our corporate colors. I'm thinking some kind of "while" loop to go through the doc's color list, matching it to an array of named colors.I see that there is a Color object and methods such as Delete(), but it's not coming together for me.Any help would be appreciated.
In Structured FrameMaker 11, I am trying to get 2 tables to align, and have not been able to resolve it. Any suggestions as to how I can get these tables to align?
I am trying to un-install FrameMaker 2019 from Control Panel and I am getting the message "Administrator privilege needed to proceed with the install. Please click Retry to install again after providing the necessary permissions (Error Code 24)". I have also tried running the command listed here https://community.adobe.com/t5/framemaker/filemaker-2019-silent-uninstall/td-p/10454737?page=1 and get the same error. I don't care if the install is silent or not. According to my search online Error Code 24 is that I cancelled the install, the user account being used is in the administrators group on the computer.
I have a problem with the autonumbering. I have a format that simply counts up usinga simple <n+> tag ( [T:Fig. <n+>:] and used in tables). I have various files combined into one book and NORMALLY it would count up when using the same format across the files in the book (i.e.counting up from the the last value in the file previously listed in the book). I have tried everything I can think of: cleaning up the formats catalogue, changing the paragraph setting in the book settings for each individual file, restarting FrameMaker, restarting the computer, fiddling with the format itself, importing the formts from the file that goes before and more – n will just not behave and I am at my wits' end and getting really annoyed. I doubt that throwing the PC out of the window will help.I am using the latest FM version on a Windows 10 Pro.Any ideas anybody?
I have installed license Frame Maker 12 in my home laptop and when I try to save as pdf file I get the error message as follows: 'internal error 12004, 17691988,17692282, 20622517 Frame Maker has detected a seroius problem and must quit". A fiel named "C:\Users\Sharmila-PC\AppData\Roaming\Adobe\FrameMaker\12\FrameLog_20.40.10_18.03.31.txt" has been generated which contains information that may help Frame development improve the product for future releases" But could not found any such file logs. I could not find the AppData directory. When I got the above error, I tried to uninstall the software and install again but still it gave the same error when I tried converting a frame maker file as PDF. My laptop is installed with Windows 8. Could you please help me to sort out this issue. Appreciate your immediate response.
Hi All, I want to change the settings of CSS rule definition file for Framemaker 2019. This command is located here: Publish > Responsive HTML5 > Setting File > Edit > Style Mapping > Paragraph Style > [select paragraph style to edit] > Edit Style. Clicking the Edit Style button displays a pop-up window "CSS Rule definition for p.FM_[name of the selected paragraph style]." Please see the attached screenshot. How do I scroll on the right for viewing and editing the various settings?Am I correct in understanding that the effect of the changes in .CSS file can be seen only after the HTML5 output is created? Is there an easier and more direct way to edit the CSS file and view the result? FM2019 installed on another computer shows scroll bars to view the complete CSS rule definition pop-up window.I am running Win 10 with the latest updates and a fresh FM 2019 installation of version 15.0.0.393. I normally have 125% scale for fonts (old age approaches...)
Hi, I am saving a series of ditamaps to Composite FrameMaker documents. Is there a way to apply an XSLT stylesheet as it does the conversion from the ditamap to the structured Composite document? Thanks in advance.
To make clear what I actually mean: By default, Framemaker 2017 seems to prefer square logos only. In the Publish settings for Responsive HTML5 the logo can be defined but not its aspect ratio/size of the container containing it. (Publish > Edit > Responsive HTML5 > General > Manage Layout > Edit > Header).Our company logo however isn't square and so I wanted to widen the "logo" Div-Container that can be found in the index.htm file (<div class="logo" data-attr="title:@KEY_LNG.HomeButton">). The corresponding CSS is to be found in the layout.css file in the \template\Azure_BlueResponsive_HTML5 folder (we are using the Azure_Blue screen layout):div.header div.logo { background-color:transparent; cursor:pointer;
I am having trouble getting the edited sts file to work. Last month, I unzipped it, made a minor edit, re-zipped it, changed it to the .sts file extension and it works fine.This week, I copied the working sts file and made a minor edit. Now, I can't get it to work. When I select this sts file from the Settings File drop-down in the Publish dialog box, the message "Failed Parsing Setting File" appears. It fails even if I simply unzip/rezip the working sts file. No changes to the contents of the Settings file, just unzip, rezip and it fails. Maybe it's something about how I'm unzipping/rezipping? I might have done it differently a month ago. Do you change the sts file extension to .zip before you unzip? Do you use the zip or 7z utility or something else to unzip? To re-zip? I've tried all variations with no luck. I'd appreciate any help! Under a deadline...of course!FYI, FM 13.0.2.433. Creating HTML5 ouput.
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.