The official community for FrameMaker.
Als letztes aktiv
Dear friends,A Notify function is invoked even before I have explicitly started the script. Well this seems to be purpose of registering a script, but...The Notify function is executed before the script could initalise and hence I get the message at start of FM (line number according to the code below):Script Error : Error Message : wPalC is undefinedScript, Line# : E:\_DDDprojects\FM-calc\FM-calc\FM-calc.jsx, 13(actually this refers to the line 14, because only there wPalC appears.The Notify routine handles two different dialogues the core of which are set up in functions. Only the window definition is global: var wPalC = new Window('palette',"FM-calc : Handle #Calc Markers",undefined);var wPalDS = new Window('palette',"FM-calc : Manage Document Settings",undefined);//...function SetupNotifications () { // Watch for the following notifications ========================= Notification (Constants.FA_Note_PostActiveDocChange, tru
This is the error that I received everytime I have to save my graphic into PDF file. Any solution?
I know almost nothing about coding, but I need to edit XML files. When I open my XML files, I get the following error message, " validation of xml file failed adobe framemaker." Does anyone know how I can either resolve the problem or suppress the message and continue editing without it?
Hopefully my question is short and easy. I'm a developer and haven't used FrameMaker before. However for unforeseen reasons, I've inherited our technical help documentation constructed in FrameMaker which I've never used. Unfortunately I'm under a very tight deadline and I'm attempting to update our already existing and fairly extensive application help files. However, I'm getting a "Validation of XML file failed" error for 90% of our .xml help docs. I opened our .book file in FrameMaker fairly easily, and can see all of our .xml files. However the variables already embedded in the documents aren't being recognized and seem to be causing the above error. I've located our variable definition files (xml) in the concepts folder, but FrameMaker doesn't seem to recognize them. Any suggestions on what I can check or how I can get FM to refer to the variable definitions? I'm working with a new installation of FM, is there some setup I overlooked? Many thanks, dana.
We are using FrameMaker 10 in a Windows 7 environment.We use File > Import > File to bring graphics into our FrameMaker files.Apparently, when you import graphics like that, the default setting in FrameMaker is "Import By Reference."This default setting has created hours of rework for us, because we do not use linked graphics, and we do not automatically think of linked graphics when we import several graphics into FrameMaker files. So, when someone else attempts to open the FrameMaker file, we see the error message that User A's FrameMaker cannot find the graphic that is on User B's hard drive.So, we have to stop work, and then have User B go into all of the graphics and manually change them to "Copy Into Document."This has happened many times.Is there some way to make the default setting for importing graphics: "Copy Into Document"?Thank you!Tim
Hi,I've had FM 2015 installed since last summer and have not had any problems with printing the book to a Postscript file. However,this is the first time I've tried to do so since upgrading to Windows 10 (a few days ago). I'm not doing anything differently from before. Prior to starting the print, I updated the book and didn't get any errors, the chapters open if I double-click on them from the book file, and the cross-references are all resolved. But as soon as I start printing, FM goes into "Not responding" mode, and then crashes.Another possible cause is that I also just installed Acrobat 2015 a couple of days ago. I don't know if the Adobe PDF virtual printer gets data from files associated with Acrobat, but if so, maybe a file is missing, or corrupted?I also looked at the Print Setup and nothing seemed unusual.Thanks,Joyce
Had problems with Adobe FrameMaker 7, then 11 for many years now. Each time I start dragging the cursor over a series of paragraphs, or holding the mouse button while selecting tracts too long, it stops responding. I put it down to incompatibility with Windows XP as per Troubleshoot system errors and freezes in FrameMaker 9 (Windows XP) . I also thought it could be my laptop or a corrupted file so installed FM time and again. Two weeks ago, I upgraded my laptop to the latest Dell Precision 16 which came loaded with Windows 10. I also upgraded to Adobe FrameMaker 15. And voila.... THE SAME PROBLEM! Adobe FM15 also STOPS RESPONDING even with all these brand new investments. Watching the ever-turning wheel go round and round is very frustrating!!!!I was about to refer FrameMaker to other colleagues but this puts a stop to that unless maybe someone out there can provide a solution.Any ideas?
Yesterday I purchased and downloaded the Tech Comm Suite (upgrade with RoboHelp11). RH2015, Acrobat and FrameMaker all installed with no issues. However, I don't see Captivate and Presenter anywhere. My understanding is that they were supposed to be included as well. How do I get them?
How can I open or convert old v5.5 frame maker files on my Mac? I have heard this is possible but seem to be running into dead ends?
I'm suddenly unable to see some of the pods in FrameMaker 11. For example, the Variables pod. I tried View > Pods > Variables, Window > Panels > Variables, and Special > Variables, but nothing shows up. What am I missing?
Hello everyone.I'm newbie in ExtendScript FrameMaker, and it seems a great tool!My problem is that I have a folder in which I have full subfolders.In this subfolders, I have structured ".fm" files in which, I would like to import a format and edd ...I can't.Someone could help me for the beginnig?Thank a lot
Hi, I have a 7 page document, that should be 8 pages, but the text at the end of page 7 does not flow onto page 8.If I paste in the text, it get's squashed up at the end of page 7 instead of flow to the next page.Any suggestions? Thanks in advance.
We have just upgraded from FM 11 to FM 2015. We write exclusively in structured mode and use Dita 1.2. Our graphics are about 90% in .png format.All of our graphics were correctly sized in FM 11, but after importing the files into FM 2015, they have lost all of their scaling. Not only that, but when we do scale them, they still take up three pages in the file: one for the title, one for the graphic, and one (just for good measure it seems) after the graphic.We could manually resize each one, but since there are over 900 of them, this will get monotonous, tedious, boring . . . time consuming.Why are they resizing, and what can we do about it?Joseph
Dear friends,Yet now I can not reproduce the following situation in a short test script:A document is opened and the script looks for existence of a Reference page "FM-calc"If found, skip to step 4If not found, such a reference page is copied from a templateWork on the reference page: replace some paragraphs.The user does no see that the script has worked on the ref page and invokes a dialogeThis dialog inserts a marker at the current locationThe marker is inserted in the reference page where the work has been leftHow to go back to the current body page (which is the first one)?Just placingvar pgf = goCurrentDoc.MainFlowInDoc.FirstTextFrameInFlow.FirstPgf;prior to the insertion of the marker does not do the trick.Normally the user woud place the cursor into the document at a specific location and then invoke the dialog: this works fine.But this dialog stays open when the user changes the document.In the new document there may be no reference page and hence the script creates one.The us
When I upgrade FM 11 to 13, do I need to leave 11 on my computer? I'm having crashing issues in 13, but when I uninstalled 11, I lost my licensing for 13.
I'm trying to migrate legacy unstructured documentation to a structured format. That legacy documents contain a lot of discretionary hyphens. Those are written to XML as ordinary hyphens, which is terrible 😃 Is there a way to remove those at any stage? Maybe with conversion table, or EDD or read/write rules?Any help is appreciated, thanks!
FrameMaker 2015 trial version closes automatically when more than one FM file are opened at the same time.Could it be a trouble due to the trial version? We are not sure to buy two FM licenses if this problem persists in the complete FM 2015 version.Thanks a lot
I need help with an error message “couldn't update this book because it contains no openable nongenerated files” when trying to create a book in Framemaker 12. Not sure what is happening but I am a new framemaker user so it could be operator error.
In a structured document, is there a way to remane an ElementDef. I want to search for some specific names and rename them.Example code:var doc = app.ActiveDocvar elem = doc.MainFlowInDoc.HighestLevelElement;if (elem.ElementDef.Name == "some_string"){ //Change the name of the ElementDef here} I am assuming I need to use the SetProps function, something like this.var props = elem.ElementDEf.GetProps();var i = GetPropIndex(props, /*Constants.something_to_get_the_name*/ ) //need help here I think.props.propVal = "some_new_string"elem.ElementDEf.SetProps(props)Is it possible to do this?ThanksEthan
How do I do the following when editing a book in FM 12:1. Replace images in an Images folder? When I attempted to replace them with new images by the same names as the previous ones, the document that references them kept crashing when I opened it and did not show the images.2. How do I add new referenced images to an Images folder? Some of them will need to be renumbered. If I do all of this in the Images folder, will the document automatically reference the new images?3. How do I resize an image and the graphics container? I am able to drag the image from the corner to resize it, but not the container.4. How do I replace a chapter in a book? If I just drag in the new chapter and delete the old one and click "Update Book," will that work?
I have a conversion table generated for a group of files I am trying to structure. I want to be able to apply the conversion table with Extendscript. The script I have doesn't save any converted file. I am not sure why is it not saving the file. I was under the impression that the "Structure Generator" should create the new file. If this incorrect.Here is the code I am trying to use.var myFile = File.openDialog ("Select File to Convert"); var myCT = File.openDialog ("Select ConversionTable"); var CT = openFile (myCT.fsName, 0); applyConversionTable (myFile.fsName, CT) closeFile (CT); function applyConversionTable(fileName, CT){ var doc= openFile (fileName, 0); var name = fileName.replace(/[\w\.]+$/,"test.fm") CallClient("Structure Generator", "InputDocId " + doc.id); CallClient("Structure Generator", "RuleDocId " + CT.id); CallClient("Structure Generator", "OutputDocName " + name); &nbs
However, 5 pages in I cannot add any additional text. Page Break command does not go to new page...it just seems fixed at 5 pages. I did change the first page from 2-column to single column because two columns were not needed. But now I cannot add any additional material into this one "chapter". What the heck is wrong?
This is a new install of FrameMaker on a VDI environment to allow me to work remotely. However, we have not been successful and getting the PDF function to work properly. I have checked every setting, set the Adobe PDF printer as my default and still it will not produce a PDF. However, I can PDF in Word and Excel, just not in FrameMaker. Below is the error that I receive in Distiller:Any suggestions?River
I am using FrameMaker 2015 and our documents are stored on a network.When I copy text from one document to another that contains graphics that are imported by reference, the graphics maintain their original link, which can get very messy if you do a lot of copying/pasting from documents in different locations.Is there a way to move these graphics into the new location when you copy the text?
I have been using my FrameMaker version 10 for several years on the same PC, but some weeks ago I couldn't open FrameMaker and it showed the message that the max number of computers were activated.What can I do? There is no other computer in our company that is using my serial number. We are two persons here working with two different licenses. Never had such a problem before.I tried to find a solution in the internet, but couldn't find any helpful answer. There is no other computer that I knew of using the same serial number.Has anybody of you had the same problem?
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.