『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
The official community for FrameMaker.
新着順
Hi,I inherited scores of frame files with hundreds of embedded graphics. Does anyone know of a 3rd-party utility thatcan remove the graphics files, place them in a graphics directory, and then import them by reference into the file(s)?Thanks,--Jim
All of the sudden in a document I'm writing, my Figure Titles have started back at 1 (1-1, 1-2, 1-3, etc and then back to 1-1).Here's a screenshot -- I'm using Text Boxes to overlay the titles with a Paragraph Style applied to the text in each box.It was all working fine until I got to the end of a page that for some reason needed me to add a disconnected page and then connect it to the previous page.What am I doing wrong here? I checked my Paragraph Designer and the equation looks solid.I'm guessing this has something to do with a text frame being disconnected somehow, but I can't determine which.
I'm using good OLD dzbatcher to automate FrameMaker book builds. Part of the build requires that I save a FrameMaker 8 FM file to MIF 7.0.FrameMaker 8 provides two save-as MIF options: MIF 8.0 and MIF 7.0, where MIF 8.0 is the default.Does anyone know how to make MIF 7.0 the save-as default? Failing that, how to remove the MIF 8.0 save-as option which I don't need).
I am working on a script to apply a hypertext marker to text with a specific character tag (Framemaker 19). The script will find the text with the tag, read the text, and apply the marker. The problem is that it applies the marker to any text with this character tag and I need it to only apply to certain text (F1, T2, etc.). This is why I'm trying to use regex, but it's not working. My script and notes are below. I'm been staring at this way too long. Can anyone see what I'm doing wrong?//This first part finds text that has the character tag "Link." (I know it needs to be a function, but I'm having trouble with that, too, so I'll deal with it later.)var doc = app.ActiveDoc;var charFmt = doc.GetNamedCharFmt("Link"); var findParams = AllocatePropVals(2);var fmtName = "Link";var pgf = doc.FirstPgfInDoc; findParams[0].propIdent.num = Constants.FS_FindCharTag; find
Hi,I always buy a perpetual licence for all my software so don't upgrade at the drop of a hat unless I see some real benefits. My previous upgrade was from FM8 to 2017 which resulted in some really significant gains.I am a self-employed freelancer and only use Unstructured FM. There's no group access, file sharing, or content management systems to take into consideration, and little likelihood of ever using 'Structured' content. I keep receiving upgrade information from Adobe, but looking at the 'new' features in 2019 I can't immediately see anything that's going to improve my working methods greatly beyond those I currently enjoy using 2017, so I was wondering if I've missed or overlooked something.Any comments as to how 2019 is going to set the world alight in my given circumstances would be most welcome.Thanks.... mike
On FM15 without Robohelp, is it possible to search CSH marker using a search parameters in HTML5 ? And get all the pages tagged by this CSH ?Best,William
I publish a document to html5 from FrameMaker 2019. I would like to set a scaling factor to the output, like you can do when printing. Is it possible somehow to make a setting which scales the out to 125% for instance?
One of the participants on the Frameusers list is asking if there are any applications that can import a FrameMaker binary file for the purpose of editing it. The company is a large financial company with tight network security and industry and legal regulations controlling access and authorization. For obvious reasons, the company doesn't want to have programs on its network that have to "call home" for authentication. Unfortunately, they've been unable to get either his previous version of Frame (11) to work or to get the most recent version (2019) to work, but I am unclear as to why they haven't been able to.They are no longer using Frame at his place of business, so all new work is in a different application. However, he still needs to be able to update old files and convert them into the new format. I am unaware of any application that can import .fm files, but that doesn't mean they don't exist. I'm hoping someone here either knows of one or can help provide him with a way to get
Using FrameMaker 12, unstructured.We are changing the corporate font to Corbel. The default Corbel number style is awkward and would like to change it from 'old style' to 'lining'. It is possible in Microsoft apps, in FM, cannot find any options for defining the number stylistic set. Woul appreciate any hints.FM MS Word
Hi,I've just decided to look into using extendscript on FM2017 but the IDE doesn't open when I click File>Script>New Script.I see a recent question on here concerning FM2019 but nothing relating to FM2017.Any clue how to get this working?Thanks.... mike
HiI have tried to use the abbreviated-form element but all I get is empty place when publishing PDF. But when I publish the exactly same file in HTML5 I get the wanted output.Is there a limitation with PDF? Or can this be fixed?Another thing related to this is that I have an error mark in my ditamap, console doesn't give any explanation. See the attached pictures. (After publishing I checked the console again and there were marks "condition settings indicator is inconsistent").
I am opening XML files which may have large tables that force the page layout to landscape. But as the table location is just the anchor and not the entire table contents, only the first page on which the table occurs is getting the landscape format. When I apply the master pages via the menu, this problem is corrected. So I tried to call that function after opening the file, but there is no effect. Does anyone have experience with calling the ApplyMasterPages function from a script when opening the file ?Here is the event handler code that fires when opening an XML file. The ProcessTables( ) function takes several layout attributes and applies them to the table properties, so applying master pages has to be done after that, as the layout changes may affect the number of pages spanned by the table.ProcessTables( oDoc );var oCmd = app.GetNamedCommand( "ApplyMasterPages" );Fcodes( [oCmd.Fcode] );This does not do a thing on the opened document. But when I take the last two lines and put t
I've had FrameMaker 2019 crash on me multiple times since I installed it yesterday. This is horribly unstable. Today, while inserting a table. it hung briefly, then just shut-down.I'm using Windows 10, OS Build 15063.1508Processor Intel Core i7-7920HQ CPU@3.10GHzRAM 64 GB62 bit OS and x64-based processorI installed the 64 bit version.I haven't yet uninstalled 2015. If 2019 proves to continue to be so unstable, I will have to switch back until the team gets it stabilized. I had hanging issues with 2015, too, but they were different. It would literally hang, and you'd have to kill it. 2019 randomly kills itself. I thought 2015 was misbehaving because of the parallel installation, but the issues continued after I uninstalled 2019. I wasn't having them before the parallel installation.
We are currently looking for a s1000d authoring software, and an IETM viewer. Do you know if DM's created from framemaker can be viewed in most viewers like NSIV, Eagle, or Contenta to name a few.
When using the search feature integrated with html5 output from FrameMaker 2019, search does not highlight the search terms. In the last version of FrameMaker you would get yellow highlightning of the search terms found, but that feature seems gone. Can it be fixed?Is it a bug?Best regardsBjørn
I have just switched from FM12 to 19 and now can't seem to generate a PDF with Bookmarks. What am I missing?
I would like to add a line of code to the head element in my HTML5 publishing.Does anyone know the name/location of the HTML5 template file?I can't seem to find it in the install dir or in the roaming dir.-Matt
FrameMaker 2019 Release, Version 15.0.2.503Is there a way to apply change bars to an anchored frame? I have had some luck if I create empty paragraphs before and after, select both empty paragraphs (and everything in between and then apply a change bar. But I have inconsistent results, and this seems like a clumsy workaround. I have been drawing them in manually (gasps).
FRAME 12, first folder holds a .fm file, the other folders hold books. On a book update only the first folder is updated. If I exclude it, FRAMEtells me no file to update. Net/net is FRAME is not updating the hierarchy. Is there a way to fix this?Thanks!--Jim
Hi,This morning, suddenly FM2019 crashes on startup. The splash screen appears and then just disappears. I think it gets a little past "Filters" but it is hard to tell. Both 32bit and 64bit crash. I've tried full reinstallation, manual deletion of the app settings folder, all the basic tricks I know. This is a major problem for me, obviously.My OS is Windows 10 v1803 - Build 17134.523If no one knows any more tricks, does anyone know if I can get Adobe support for this?Russ
Not sure whether I've forgotten how to do this, or in fact never done it before :-}Page after page of reference information … styles with autonumbering for the blue labels, style with "across all columns and sideheads" for the bold black numbering.Either of these by itself works like a charm, as shown over 'spacious' – but I'm wondering whether I can make the two styles work together and deliver something like the example over 'compact'.Thanks in advance for any tips.
Hi everyone,I'm using the utility to compare two documents: a .FM and a .FIM. I've set the colors for the diff in the menu Special --> Track Text Edits --> Configure Color. But when I run the command Utilities --> Compare Documents, the colors used are a very light green (for marking the added text) and a red for deleted text, which does not match the colors I've picked for the Configure Color step.Any suggestion on how to change these colors when comparing documents would be very appreciated,Thanks!Naji
Hello!I want to edit color and background of a condition tag in FrameMaker 2019, but the respective fields in the "Edit Conditional Tag" window are deactivated and cannot be edited. What can be wrong? There are several colours defined in my document, and I can select them elsewhere (e.g., for fonts, table shading, ...)Bye,Kerstin
Over on the Frameusers email list, a list member has reported that Frame 2019 on Windows 10 (64-bit) will randomly blank the screen for a few seconds (sometimes longer) and then return to view. I was having the same issue on Windows 7 (64-bit). I haven't seen it since I upgraded to Windows 10, but since that was only last Friday and the issue is intermittent, that's not entirely surprising. Amitoj Singh has responded to the email list saying that Adobe has some leads on what might be causing the issue and that they expect to include a fix for it in Update 3, which should be released in March.
FrameMaker Release 2019, version 15.0.2.503.I've inherited a document, and having one hiccup on TOC generation. One particular paragraph style is not showing up.The paragraph style that is not showing up is called "Heading 3E". It is listed as included on the setup TOC window. I don't know enough about this book file and the chapters to know where to look next.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.