Skip to main content
Inspiring
August 19, 2002
Question

[Closed] FrameMaker 7.x/8 Feature Requests

  • August 19, 2002
  • 625 replies
  • 78447 views
Time to start entering these. If you are unsure about whether FM has the feature yet, please do some research and figure it out before posting.

Please don't post requests for assistance in here, either.

Cheers,

Sean
This topic has been closed for replies.

625 replies

November 30, 2006
Rebecca:

I agree -- it's especially annoying after a somewhat length PDF generation cycle to receive this message.

I wonder, though, if the functionality you suggest wouldn't need to be implemented in Distiller rather than FrameMaker; methinks it's Distiller (albeit Distiller invoked from within FrameMaker) complaining that it can't work with a file that's been marked in use by another application(?)

Cheers, thanks & hope this helps,
Riley
Participating Frequently
November 30, 2006
When you use Save As PDF and already have the PDF open, the save fails. That's after 8 mouse clicks or a fair few key presses and drives me batty every time I forget to close the PDF.

It'd be much more helpful if it gave a dialog box saying "Close PDF. Yes/No".

Cheers, Rebecca
Arnis Gubins
Inspiring
December 1, 2006
Rebecca,

Riley's correct. It is an Acrobat issue - Distiller can't overwrite a
file that Acrobat has open. The FM "Save As PDF" function always
invokes the Distiller - it's just done silently in the background.
Known Participant
November 29, 2006
EDD access to the remaining properties in the Table Designer and everything in Table | Row Format would complete table support in EDDs. This is particularly pertinent to round-tripping XML: formatting properties could be stored as attributes on table elements.
Known Participant
November 29, 2006
It would be nice to be able to set an autonumber counter to the value of an attribute, in an EDD. e.g.:
Autonumber format: <$chapnum><n = $attribute[number:section]>
This would make it easy to have non-contiguous numbering controlled by attributes.
Participating Frequently
November 21, 2006
Would like to have the option to be able to allow \\ for a path name in as a hypertext option thus a vaild link in a PDF and WebWorks. Currently one can use "Go to URL //..." but if enter "Go to URL \\.." the \\ becomes // and does not result in the same address within a network. Example needed as a link when added in the address of browser is \\adobe\test.
Arnis Gubins
Inspiring
November 22, 2006
Sherman,<br /><br />No need. FM doesn't change the string that you enter in the marker.<br /><br />When using the "message URL" marker (Goto URL from the hypertext),<br />your entries are passed through verbatim to the postscript as the URI<br />(uniform resource identifier) for the /ANN pdfmark. If you examine the<br />intermediate postscript file, you'll find that FM properly takes a<br />"\\adobe\test" and enters it as "\\\\adobe\\test" in the URI portion.<br />The double backslash is the escaped version of a backslash required<br />for proper parsing (otherwise a single backslash will treat adjacent<br />characters as some special symbols).<br /><br />The problem is at the Acrobat end interpreting this string. If no Base<br />URL is supplied for the document, Acrobat assumes<br />file:///<drive>|<folder>/\\adobe\test, where the drive and folders are<br />the location of the open pdf file. However, if you enter a "file:///"<br />for the Base URL of the document, then the links are correctly<br />interpreted as "\\adobe\test".<br /><br />You can automatically add the base URL using the /PUT pdfmark<br />operator, e.g.<br /><br /> [ {Catalog} << /URI << /Base (file:///) >> >> /PUT pdfmark<br /><br />Hint: you put that command in a postscript text frame on your first<br />page.<br /><br />Sorry, but I don't know what the supplied Webworks does with the FM<br />hypertext, as I never use this particular tool.
Participating Frequently
November 14, 2006
How about having the book feature with the scrolling capabilities of Acrobat, but with the added ability to edit as you scroll?
Participating Frequently
November 8, 2006
Flesch Readability Index and Flesch-Kincaid Grade Index Tools
Arnis Gubins
Inspiring
November 8, 2006
FWIW, Rick Quatro has developed a plug-in that does this. Contact info
via http://www.frameexpert.com
Participating Frequently
November 8, 2006
I would really like shading behind text without having to use tables. This has become a need because I suddenly have to share work from a template that has shaded headings to one that doesn't.

I guess I'll have to play with frame above and negative space settings, but a simple shading feature would be hugely better!

Rebecca
Participant
November 7, 2006
Full support for eastern European languages.
Arnis Gubins
Inspiring
November 7, 2006
That's already been addressed to a workable degree in the FM7.2p158 patch.

From the readme file:

*****************

#1199273
CodePoint Correction:

We have added support for few missing characters on Cyrillic, Central European and Baltic Codepages for Windows.

Following is the list of characters added with their corresponding shortcuts.
Character with Code CodePage ANSI Code
Shortcut Standard Name
Hex Unicode Code

0403 Ѓ \xa1 Windows1251(Cyrillic) 0129
Control+q ! CYRILLIC CAPITAL LETTER GJE
040F Џ \xde Windows1251(Cyrillic ) 0143
Control+q ^ CYRILLIC CAPITAL LETTER DZHE
0452 ђ \xdf Windows1251(Cyrillic) 0144
Control+q _ CYRILLIC SMALL LETTER DJE
045C ќ \xfd Windows1251(Cyrillic) 0157
Control+q } CYRILLIC SMALL LETTER KJE
0179 Ź \xde Windows 1250(Central Europe) 0143
Control+q ^ LATIN CAPITAL LETTER Z WITH ACUTE
0165 ť \xfd Windows 1250(Central Europe) 0157
Control+q } LATIN SMALL LETTER T WITH CARON
00B8 ¸ \xde Windows 1257(Baltic) 0143
Control+q ^ CEDILLA
00AF ¯ \xfd Windows 1257(Baltic) 0157
Control+q } MACRON

You can also type the characters in a document by using their ANSI number:
1. Press Num Lock to make the numeric keypad active.
2. Hold down the Alt key while typing the ANSI number (including the leading zero) using the keys on the numeric keypad.

You need to use an appropriate font to display these characters correctly. For using characters from, lets say, Cyrillic code page, you needs to use the corresponding cyrillic font, e.g., Times New Roman CYR.

Please note that we havent added full support for these codepages. We have just enabled these codepoints. You can enter these characters in a document and use them only for display/print and pdf creation. You however still cant use these characters for pdf bookmarks or save as HTML or save as XML. These codepoints are also not supported with WebWorks Publisher Standard Edition 8.0 and for RTF Import/Export. You cant copy/paste these characters to/from other applications. Also, there is no dictionary or spell-check support for the languages supported by these code pages.
October 25, 2006
T:

Take a look at Leximation's BookVars plug-in:

http://www.leximation.com/tools/info/bookvars.php

You can download and experiment with a trial version to see if it helps you manage FrameMaker variables at the book level

Cheers & hope this helps,
Riley