Quantcast
Channel: Adobe Community: Message List - FrameMaker Scripting
Browsing all 3715 articles
Browse latest View live

Re: [FM10] Some support needed with book save as XML

Interesting. Never knew about that... I guess I never had a need. I've done it a single document at a time and it works. Here is an idea, but it is a long shot. In some older versions of the FDK doc,...

View Article


Re: [FM10] Some support needed with book save as XML

Haha, brilliant !  Using StructureBook indeed did the trick. Thanks a lot Russ

View Article


Re: [FM10] Some support needed with book save as XML

Maybe not so brilliant, just that I've been around too long. Has it been that long? Thanks for marking my answer as correct, but Rick definately deserves more credit. He was originally much more...

View Article

Re: [FM10] Some support needed with book save as XML

Yeah, it's a small annoyance of the system that you can't mark more than one correct answer. But you sure both helped me a lot !

View Article

Script needed to generate a list of paragraph and character styles from the...

Hello, I am using FrameMaker 11 in the Adobe Technical Communication Suite 4 and I need to find a script that will generate a listof paragraph and character styles from the book level. I am working...

View Article


Adding Character Tag based on used Font Family

Hi there,  There are quites some examples available on changing existing styles etc, but is it possible to add them using extend script if they are not added yet ? Example : I'm having quite some frame...

View Article

Re: Adding Character Tag based on used Font Family

In my opinion, this is one of the most difficult aspects of scripting FrameMaker to understand: dealing with text items. But it is very powerful, because you can break down a paragraph by every single...

View Article

Re: Adding Character Tag based on used Font Family

Thanks Rick, I was able to figure most steps out using your script as starting point, but I'm stuck at the final bit, so I hope someone can tell me what I'm missing here. here's the script I use : var...

View Article


Re: Adding Character Tag based on used Font Family

A small point, but you don't need this: doc.TextSelection = textRange; This was used so that you could see each range of text highlighted while you were testing it on a single paragraph, but it is not...

View Article


Re: Adding Character Tag based on used Font Family

Thanks Rick, the syntax did the trick indeed.  And I can only agree the best way to work is taking it step by step, so I focussed on getting the alert working first. Once that was done I tried to make...

View Article

Re: Script needed to generate a list of paragraph and character styles from...

Hi Jim, I think the problem you are having with getting a response is that you are asking someone to write a script for you. Normally, you would have to pay someone for this, as it is something that...

View Article

Re: Script needed to generate a list of paragraph and character styles from...

Jim, If I understand it correctly, you will be using the list of paragraph and character styles to define the first level of a conversion table. Unless your books contain very large numbers of...

View Article

How can I catch a keyboard input and return another character to Framemaker?

Hi, I want to catch an keyboard input and return another character to Framemaker, like e.g. changing a "y" I type into my computer into a "z" and vice versa or changing the arrow key "right" into...

View Article


Re: How can I catch a keyboard input and return another character to Framemaker?

Are you sure about this? Processing every character while it is pressed on the keyboard using a script might seriously kill the performance of your FrameMaker. Just trying to bring in some kind of...

View Article

Re: How can I catch a keyboard input and return another character to Framemaker?

Yes, I am sure about this. But what I will do before further handling is check  if I need the pressed key and abort the script if it is not one of those I need for the issue at hand.

View Article


Re: How can I catch a keyboard input and return another character to Framemaker?

I think there is an example of this in the FDK documentation. You will have to modify it to work with ExtendScript, but if it works in the FDK, it should work with ExtendScript.

View Article

Get Table Continuation Variable from Table Title

Hi, I have a table object, and I've determined that the table has a title by finding a valid FirstPgf object. Now I want to check that FirstPgf object to see if the system variable, Table Continuation,...

View Article


Re: Get Table Continuation Variable from Table Title

#target framemaker var doc = app.ActiveDoc; // Cursor in the table title paragraph. var pgf = doc.TextSelection.beg.obj; // Get a list of the variables in the paragraph. var textList = pgf.GetText...

View Article

FDK - Add custom modeless dialog to workspace

(cross-posted to framedev and Framers, having no luck getting an answer) Hi,  Has anyone successfully added their own dialog to a workspace, then gotten it to appear when that workspace is selected or...

View Article

Re: How can I catch a keyboard input and return another character to Framemaker?

Okay, what I did after a day of research in the FDK (and some other) documentation(s), is this piece of code: Notification(Constants.FA_Note_PreFunction,Constants.FA_Note_PostFunct ion, true); function...

View Article
Browsing all 3715 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>