『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
I was working on a Conditional text script for a client and realized that conditions can now be applied to table columns as well as table rows. Here is some code where you can see the table Column properties. Put your cursor in a table and run the code. #target framemaker var doc, tbl, col; doc = app.ActiveDoc; tbl = doc.SelectedTbl; col = tbl.FirstColumnInTbl; alert (col); alert (col.reflect.properties.sort ().join ("\r"));
Helle gurus,Can you please provide a redirect for the javascript codes required to sort the rows of the table below in descending order according to the date and start time, that is, from old to new?I wrote the code but it was not successful. First table is binding one. Second one can be used for sorting one or first one. var tableRows = xfa.resolveNodes(“FormServiceRequestConfirmation.bdyMain1.frmTimeEntries.tblTimeEntries1.Row1[*]”);// Convert rows to an array for sortingvar rowsArray = [];for (var i = 0; i < tableRows.length; i++) {rowsArray.push(tableRows.item(i));}// Sort array by colDaterowsArray.sort(function (a, b) {var dateA = new Date(a.colDate.rawValue); // Parsing colDate as a datevar dateB = new Date(b.colDate.rawValue);// Compare dates (ascending order)if (dateA < dateB) return -1;if (dateA > dateB) return 1;returns 0;});// Reorder the table by sorted rowsfor (var j = 0; j < rowsArray.length; j++) {// Copy sorted row values back to table rowsvar sortedRow
Hi, I need help with regards to the figure numbering in FrameMaker. I have preexisting styles for figures and I started using the figure style on the first document, but when I use the same figure style in the proceeding documents, the number restarts. Is there a way I can set the figure number to continue from the previous document in the book? Thank you.
Update #2: Problem solved. I expected to find it in a dropdown menu of a dropdown menu, but it was in the main dropdown menu. Not sure why it disappeared, but I found it again. Thanks all.Update: I fixed the "Find" menu problem. It was under the "Edit" menu. But the Object Format menu is totally MIA.HELP! Suddenly for NO REASON that I can discern (I have NOT messed with my menus AT ALL) The Object Format menu is completely gone from my menus on the right, and there is no option for it in the toolbars or panels menus.Nor is it under the "Graphics" menu: Behold. They no longer exist. This is really messing me up. I need those menus. There is an "Object Properties" menu, but it doesn't do what I need to do. I want to edit the actual object, not create an object style. This doesn't let me adjust the size by percentage or edit an object in any way, it only lets me create a style.I don't want to create a style. I want to format an individual object, and that menu disappered. F
Hi there,we got a new standard to comply with. The layout looks like I achieved that with a change in the Structured FM template, in Column Layout with Room for Side Heads checked and width of 40 mm. I also managed to have the images fit in the 125 mm working area of the layout.I have problem adjusting the tables, and this is a problem because one of my documents have a lot of tables. It looks as shown below.I tried a lot of changes:1. in my structural FM template ChapterOutputTpl, I used Resize Table and the Table Designer (as per https://community.adobe.com/t5/framemaker-discussions/framemaker-dita-tables/m-p/10953831 ), and the table looks correct. I made sure that the updated template is imported in the DITA Template, in Publish Settings and saved before publishing.2. To avoid the width not getting stored on saving and reopening, as per https://community.adobe.com/t5/framemaker-discussions/framemaker-dita-tables/m-p/10953831, I also made change t
HiI have FrameMaker 2022 17.0.5.725 installed on my laptop and use it to maintain a structured application which requires XSL transformations on XML load and save. I have a modified maker.ini file which specifies a different path for the SAXON XSL processor rather than the one which us delivered with FrameMaker. Everything is working fine in my environment.This week I have been inducting a colleague into the FrameMaker world so that they can take over some of the responsibilities for the application. We've installed the identical version of FM, correctly specified the Saxon path for their environment, and gone through loading, editing and saving a number of our documents. So far as we can tell the inputs and outputs are identical, but when their FM runs the import or export XSL transform, their FM console echoes the following line hundreds or thousands of times:There are two autorec.dll libraries, one is in "Program Files\Adobe\Adobe FrameMaker 2022\Legacy32" and the other is in "
I want to use clikable images in structured FM (DITA). In other words, I want to use an image as a clickable button. Click the image and you arrive at the target content. I can easily do this in other DITA authoring tools but can't figure it out in FM (I'm new). I'm familar enough with DITA to know I have to create a content ID and then create and xref to reference it. I can create xrefs in FM to the content IDs I want to link to. I just can't figure out the image part of it. In other tools I can insert an image within an xref element, and voila, the image becomes clickable. I must be going about it the wrong way in FrameMaker.
Has Adobe discontinued support for the ESTK Object Model Viewer (OVM)? I've searched the forum and tried various workarounds, but the Object Model Viewer (F1) remains grayed out in ESTK. I am able to use the Data Browser, but it doesn't provide functionality of the OMV. If discontinued, is there a workaround a person can use.
Adobe has a page where you can sign up for a free trial vesion of FrameMaker. I completed the form on that page, and got the download, and installed it.However, when I start the app, it presents a dialog box as follows: Clicking the "Start free trial" button opens a page to start a free trial of Adobe Creative Cloud, which is something I already have, and does not include FrameMaker. So I am confused about how to actually start the free trial. Closing the dialog box exits the application. I got a confirmation email saying "Welcome to your Adobe FrameMaker Trial." It gives an email address for queries, but no one has responded to an email I sent asking how to start the free trial. It seems like the free trial enrollment system is broken.
Como formatar texto de um elemento do Framemaker 22?
Hello I am trying to create an ExtendScript that takes contents from a FrameMaker document and write it to the Console in the first instance:This is my attempt:var doc = app.ActiveDoc; var firstPgf = doc.MainFlowInDoc.FirstTextFrameInFlow.FirstPgf;floop(firstPgf);function floop(Pgf){while(Pgf){var pgfText = Pgf.GetText(Constants.FTI_String);Pgf=doc.MainFlowInDoc.FirstTextFrameInFlow.NextPgf;for(var i=0; i<pgfText.length;i++){$.writeln(pgfText[i]);}$.writeln(pgfText);}}------The output I get is:[object TextItem]Result: undefined[object TextItem][object TextItem][object TextItem][object TextItem][object TextItem][object TextItem],[object TextItem],[object TextItem],[object TextItem],[object TextItem]Result: undefinedThe object instances returned seem to be empty or not read at all.Can you advise?Thanks
Does anyone know where I can find definitive instructions for setting up framemaker in sharepoint? Is there a step-by-step video on it? I'm afraid that if we do it, the way we have our artwork and illustrations (one all-inclsuive folder at the same level as the projects) would require a lot of reconnecting links. Maybe. Don't know. There doesn't seem to be any detailed info, anywhere. Thanks in advance!
Our company is about to implement Sharepoint as a CMS and I am waiting for an upgrade of my Frame version from 2017 to 2022. Some changes to our methodology are occuring with the shared drive we were using on the network drive soon to be unavailable.So now I think we need to push forward with this integration. Before, with the network drive and me as the only writer, I didn't think it would be necessary. We will be taking on another writer, but will never be working on the same books.I need some info:1.) How are graphics handled? Currently, I have a graphics subfolder under the project folder. The graphics folder typically has a subfolder for Visio and PPT source docs. Do I just upload the entire graphics folder - using the same basic structure - as a subfolder within the project folder. Then I assume that graphics that were imported by reference will need to be redirected to the new location on Sharepoint. Any details on how that works would be helpful. when you import by r
Some of my templates have a lot of paragraph styles. While I try to make the easy to access, it is sometimes useful to use a customised view on the paragraph catalog like this: The customised view seems to be document specific, though. Meaning, that the next document I open will not have the same customised list of paragraph styles. Much like View Options which are also document specific. Is there a way to export these customised palette settings from one document to another? I suppose they must reside somewhere in the document?...
In manchen Anleitungen von uns haben sich im Inhaltsverzeichnis leere Seiten verirrt, die man nicht löschen kann. Diese sind komplett leer, sowohl auf der Arbeitsseite als auch auf der Vorgabeseite.Wie kann man diese leeren Seiten löschen?
Hallo zusammen.Wir haben folgendes Problem: Wenn wir eine ältere FrameMaker Datei umwandeln in MIF (2022), um es übersetzen zu lassen, kommt es im Übersetzungsprogramm so an:Die Ausgangsdatei sieht im FM so aus:Ich habe schon probiert alles in eine andere Schriftgröße oder Fett hin und zurück zu formatieren, das bringt nix.Wie kann man diese "unsichtbaren" Infos raus löschen, hat da jemand eine Idee?
Hallo zusammen. Ich habe ein ganz einfache Frage, denk ich mal.Mit welcher Tastenkombination mach man dieses Sonderzeichen?Es sorgt dafür, das ein Teil des Textes Link- und der andere Rechtbündig ist mit Punten in der Mitte. Dankeschön!
Hello, I'm trying to create text in the paragraph designer with a background color. I'm utilizing the numbering properties and it would beS:\t<n=1>\tIt almost works, but the tabs don't have the colored background and spacing doesn't work since it isn't consistent with the size of the spacing. Looking for any other work arounds or suggestions. The goal is to have a colored box background with equal spacing for each number in the center of the background square.
Hello all We've been having this problem for a while now and sadly, this entry did not really help.We're using FrameMaker 17.0.4 on Windows 11 Enterprise. The regular text is in Univers Pro Next but there are a few Greek symbols. These used to be in the Symbol font but we've replaced them with Noto Serif. These don't display properly in the PDF which we export through the regular publish function, not via Distiller. The fonts are locally installed and the display in FrameMaker is correct. However, the PDF displays Noto Serif Light with a slight contour (0.0857mm says PitStop). If I "bolden" it with the Acrobat edit functionality and then "unbolden" it, the font looks correct. Even stranger: Noto Serif Bold is exported as Noto Serif Extra Condensed Bold in the PDF. They are not displayed at all if Extra Bold Condensed is not installed on the system. I could not find anything regarding this font in the maker.ini but I might've missed something. I'm pretty sure th
Como embutir fintes em um documento framemaker 22?
Hello, community,I am attempting to uninstall Adobe FrameMaker 2022 silently but can't bypass the Delete User Preferences pop-up. This is the lines have tried:"C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\HDBox\Uninstaller.exe" --uninstall=1 --sapCode=FM --productVersion=17.0.4 --productPlatform=win64 --productAdobeCode={FM-17.0.4-64-ADBEADBEADBEADBEADBEADB} --isNonCCProduct=true --productName="Adobe FrameMaker" --mode=3 –silent=1Set-up.exe --silent=1 --uninstall=1 --sapCode=FM --productPlatform=win64 --productAdobeCode={FM-15.0.5-64-ADBEADBEADBEADBEADBEADB} --deleteUserPreferences=true Can anybody advise on what I am doing wrong? Many thanks!
Greetings, I work in a structured FrameMaker template provided by a Swedish authority for a specific project. They provide their templates as *.mif files and we save them as *.fm and create the documents as needed. Works well. There is no structured application and one isn't needed, as there is no requirement for roundtripping in xml. However, the document needs to be translated and for that reason I need to update a couple of strings when the translations arrive, such as those that go before figure numbers ("Bild") and those that go before warnings ("Varning"). What is the process in FrameMaker to do this? I've never had a need to do it before, so have only a vague recollection of the EDD route etc. When I export the EDD from the document, I can easly find the strings that come into effect in different languages, (prefix rules with if/else statements) but how do changes in the EDD come into effect in the document? I assumed it had something to do with "Update EDD to Cu
Hi, I just wanted to check whether something is reported on the Adobe Tracker. However, I cannot search for any FrameMaker related bugs. I only get the symbol for "Loading Form". On the start page none of the bugs which I had created is listed. I tested this on my work PC (logged in) and on my mobile phone (not logged in). I also cannot report a bug for Adobe Tracker (TKR). Can anyone check this as well. https://tracker.adobe.com/#/search Does anyone know who we could contact? Best regards, Winfried
3. I suspect that the generated reference page does not have a Running H/F 1 or 2 in the associated Master Page. The LOT, LOF and AML all have the correct formatting after customizing the reference page. No idea where to include a frame to infuse the Running H/F variables. I made a few unsuccessful attempts, but don't want to disturb the documents structural integrity. This is probably rudimentry query for the crowd here.
Hi I have a document which I divided into two volumes.I want the chapter numbers in the second volume to follow the numbering from first voulme. First volume ends with Chapter 8.Volume two when I update it, it starts automatically at Chapter two. How do I renumber it so it start at number 9. Many thanks
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.