『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Maximum Number of Conditional Tags? I have a document that has standard content and 65 customers who have custom alterations to that standard content. Does Framemaker have the capability of handling large numbers of Conditional text tags for at least 65 customers and a color for each of them? Thank you!
I'm trying to deactivate FM 2015 on one computer in order to transfer the license to another computer, however, FrameMaker insists that it isn't connected to the internet. Well, it surely is, all other web related commands in FrameMaker work as expected.Is deactivating/logging off also corrupted by no longer supporting communication of the activations servers with old Internet Explorer versions? So how am I supposed to transfer my license?Bernd
Hi all,Is there any way that we can change the default font of equation say from default (para) font to bold? Thanks
Hi there, I want to change the default font in my Structured Output templates.C:\Program Files\Adobe\Adobe FrameMaker 2022\Structure\xml\DITA\outputTemplates. As per the answer from the Adobe TS:In order to use a default font in FM document, user can create a template(fm file) and define his fonts then use that template to create new documents.There is no maker flag that can be used to achieve this. So I opened the ChapterOutoutTpl output template and saved it as ChapterOutoutTpl_PxC.Changed the default font to PxC GillAltOneMT (the font has been added to C:\Program Files\Adobe\Adobe FrameMaker 2022\fminit\fonts\adobe directory). The new font appeared in the top Font menu. However, after I saved the file, the default font went back to Calibri. What I have to do to save a change to the output templates? I am running Structured Framamaker - 17.02. and have admistrators rights on my laptop where FM is loaded. Regards,Zornitza Doneva
I need to change the tabs in a paragraph via scripting. Here is what I have so far: var oaTabs = oPgf.Tabs; var oaNewTabs = []; for( n = 0; n < oaTabs.length; n++ ) { if( oaTabs[n].x < iLeft || oaTabs[n].x > iRight ) oaNewTabs.push( oaTabs[n] ); } var oaProps = oPgf.GetProps( ); var i = GetPropIndex( oaProps, Constants.FP_Tabs ); oaProps[i].propVal.tsval = oaNewTabs; oPgf.SetProps( oaProps ); Replacing the tsval inside the propVal for the paragaph tags does not work. I believe tsval is an alias to an array that is actually there, but what is the property name of the array that I need to replace ? Can this be done at all in this manner ? Thanks for a quick reply
I'm having trouble getting the Last Line Right property to work correctly.In the TOC, I want the highlighted line to be 'wrapped' at 2cm from the right, with the page number still appearing in the correct place. When I enter 2.00cm and -2.00cm in the Right and Last Line Right fields, as soon as I click Update Style or Apply, the Last Line Right resets to 0.00 cm. The text is also not 'wrapped'. As a test, I tried setting the Right indent to 5cm and the text is still not 'wrapped' 5 cm from the right. What am I missing?
Hello,I work alot in Unstructured FrameMaker with differerent types of books which reference a single file.Can the first paragraph within a FrameMaker File change depending on which book references it? For example: I have a procedure file 'Powering up the tool'.When referenced by the Owners manual, I need it to use the Subsection 2 paragraph like this:3.2.1 Powering Up the Tool.When referenced by a Training manual, I need it to use the Subsection 1 paragraph like this:3.2 Powering Up the Tool.Is this possible?
Is there any way that I can set Bold as the default for "functions", "Numbers", "Strings" and "Variables" every time I create the new equation. Thanks
Hi, I am developing a small ExtendScript extension for FrameMaker and I need to periodically check a service. As I see, there is no setTimeout/setInterval implementation available, so from ExtendScript that is not possible to implement a non-blocking wait cycle. 1) Am i right? Or is there any workaround that I haven't found yet? 2) I also saw that you can subscribe for idle task in InDesign. I wonder if there is any similar function to subscribe to the main loop in FrameMaker?3) If none of above exists, my final idea for the problem is to start a script in Framemaker from outside (command line). Is there any solution for this?Thanks in advance! Best regards,Balazs
You all do know that engineers love diagrams - and some also love nomograms - and I am such a person. Since long time I wanted to provide nice logarithmic scales in this project. It happened now which allows me to close the project. See daube.ch/docu/fmaker82.html There is now also a function (and panel) to create arbitrary scales (e.g. quadratic, trigonometric). Examples of DrawLogScale: Or here the well known Ohm's law:
Hello,I am trying to create some cross-references to some paragraphs.With what I wrote so far, a cross-reference appears to be added to the text Frame, but not text is shown and the Source Type is selected as "Cross-Reference Markers". Here I would like to have "Paragraphs".Also, the cross-reference doesn't seem to be formated with the format I specify (it is not blue).This is what I wrote so far:// I wrote this function to get the UID from a table I have.function getUID(paragraphFormat, text) { table = doc.FirstTblInDoc; try { row = table.FirstRowInTbl; } catch (e) { $.writeln("There was an error. No table found: " + e); } rowNr = 1; while (rowNr < table.TblNumRows) { cell = row.FirstCellInRow; paragraph = cell.FirstPgf; if (paragraph.Name == paragraphFormat &
Hi, some page in my document need t have a grey banner down the outside page. I have added a rectangle to the outside edge of the master page for these pages, placed outside the text frame. How to I get it to print outside the page? I can't seem to see or access past the edge of the page? Thanks in advance.
Hello,I am trying to create a new text line on a graphic frame.The line is created corretly, in the correct position and with the correct text.But I cannot see any option to set the font size, the font color and font name for this content.This is what I tried so far: var graphic = null; var doc = app.ActiveDoc; graphic = doc.FirstSelectedGraphicInDoc; var frameParent = graphic.FrameParent; var textLineObj = doc.NewTextLine(frameParent); textLineObj.LocX = 20 * MM; textLineObj.LocY = 50 * MM; var textLocation = new TextLoc(textLineObj, 0); doc.AddText(textLocation, "Hello World"); textLineObj.Width = 30 * MM; textLineObj.Height = 10 * MM; textLineObj.Color = Constants.FV_COLOR_BLACK; textLineObj.Fill = Constants.FV_FILL_BLACK; doc.Redisplay();
Hi My name is Fredrik Viktorsson and I have a problem with the latest version of framemaker. When I try to Save as PDF (original manual/book is an older frammaker file -10) with multiple embeded pdf:s in it. It will randomly exclude some of the pdf:s in the final document when i Save as or Publish.Even when I save it with the same settings again It will exclude different pdf:s inside every time. Anyone know what I need to do? //Fredrik
I have a deadline coming up and run into a problem with FrameMaker when saving to XML. Non-breaking spaces - which are put into the XML before opening the file, using the &#160; character code - are handled correctly when reading the XML file into Frame, but when I save the XML, all of those spaces are replaced with simple (breakable) spaces. Not what would be expected. Looking for a global setting or an entry in the read-write rules to keep Frame from corrupting my XML. Any pointers are welcome, as long as I get them asap. Thanks
My license is for Framemaker 12.0 - NOT the 2015 updated version. Where can I find a link to download the older version of Framemaker 12?
I am still fairly new to FrameMaker and need help to figure out how to remove the white space to the right of my anchored side head image. I am hoping this is something I am just missing in the Paragraph Designer options. Please see below.
I am typesetting a law book and I have small challenge. The publishers want the running header to display the header from the previous page rather than the header from the present page. I have made an illustration hoping to clarify my cumbersome explanation:
Hello,I am trying to automate the creation of some graphic shapes in Framemaker using ExtendScript and I had trouble adjusting the Line Width of the lines.I was thinking to check all properties of the Line Object and see which is the correct property to change.But I cannot understand at all how the PropVals work. Each PropVal has only a num and the Value. Do they also have a descriptive name? var graphic = null; var doc = app.ActiveDoc; graphic = doc.FirstSelectedGraphicInDoc; var frameParent = graphic.FrameParent; var lineObj = doc.NewLine(frameParent); for(var pos = 0; pos < lineObj.GetProps().length; pos++) { PrintPropVal(lineObj.GetProps()[pos]); }I also tried the PropVal function which is confusely named that same way as the PropVal object class.And indeed, the script fails with error "PropVal is not a function", even though in the Framemaker Scripting Guide it is listed under Function Summary.Any ideas how I can find out the correct property for Line Width? (Simply Wid
What is group 1 or 2 here? Can I delete this from my book. Please someone exaplain.
Hello, first post here. I am productin an approximately 800-page book for an AI company. The files are all produded in the book, with files nested under folders, with one file formatted as Chapter, and subsequent files formatted and Heading 2 or Heading 3. However, when I publish in Responsive HTML, the table of contents displays everything in a single display, even showing files in Heading 4. In the "Set Up Table of Contents" option, I select entries up to TOC 2, but FrameMaker seems to ignore this. Any help is greatly appreciated.
She said if I go into the .pdf and select File > Document Properties, and then select Fonts, I can change this. Well, I see each of the fonts there, and I see which ones do not have the Embedded label, but how do I go about fixing them to embed them? Will this require me to do something in Frame first and then create a new .pdf, or can I do it in Acrobat? Do I need to go into the maker.ini file and modify something? I knew I didn't want to relax too much...something always comes up and the last minute. It's Murphy's Law! Thanks in advance! Laini
Bug #: 14321 Problem Description: Links Don't Work In HTML if Text in Table Cell Goes to a Second Line. If a table cell has text in it that is linked using a hypertext marker and character tagging AND the text wraps to a second line, when the HTML is generated, the tagged text is not clickable. This doesn't appear to be a problem outside of tables and doesn't appear to be a problem in the PDF version. Steps to Reproduce: Create a table. Put in a couple of lines worth of text. Select all of the text. Apply a character tag (e.g., Link Blue). Open Hypertext panel, add a link with Go to. Save. Generate HTML5 output using the Publishing module. Actual Result: The text has the tagging, but is not clickable. PDF copy works fine. Expected Result: The text should be a clickable link. Any Workarounds: Break the text into smaller, linked units, using multiple hypertext markers. It would be great if some of you upvoted the bug. Thanks!
I have been attempting to copy paste a paragraph format. But nothing happens when I try to paste special. I merely get this dialogue: The paragraph format is not being applied. Does the feature work, or am I merely using it incorrectly?
how to create warning and caution in the paragraph formats
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.