I noticed something interesting while playing around with conditions: if I apply a second condition on top of the FM8_TRACK_CHANGES_XXX condition, then hide...
Wow. Nice job. That's a hack but a cool one and solves an issue for me. When I'm using track text edits, I want to hide the deleted text (which is the way I...
I just tried running this and it only half works. :-( It finds all the tracked changes in the document and outputs them to the console (that part is worthwhile...
Dear colleagues, Has anybody had the chance to deal with arrow head sizes? Purpose: Line and Polyline are often use to point to parts of images. To improve...
Does anyone know if you can use FrameScript to change the default line style? I would like to change the default line style to a 2.0 pt thick, red arrow....
Did you create the new conditions (vFoundTrackAdd, vFoundTrackDel) before running? I didn't include code in the script for that, because I'll be importing...
Hi Jonathan, You may want to take a look at the following EventScript. FrameScript must be initialized as "TakeControl" instead of "Standard". (maker.ini:...
Hello Michael, If you want to receive good results, I'm pretty sure you need not only to consider the ArrowLength and ArrowScaleFactor properties for the...
Hello Michael, I did some investigations on the arrow issue. As presumed previously, for me it still seems to be necessary to adjust the size and position of...
Thanks to Keith Soltys for pointing out that the new conditions are CommentTrackAdd and CommentTrackDel, NOT vFoundTrackAdd, vFoundTrackDel (which are the...
... No, I don’t think it is the weather... I was not able to find clear connections between ArrowScaleHead and ArrowLength. I measured certain values from...
Hi oldies, hab kein bock, jetzt das javascrict zu lernen. Wollen wir uns mal treffen. Zeit und Bier investieren und über den translator quatschen. Aber nicht...
Hello! I have a script that does the following in this order: * creates a PS file * loops until the postscript file is found to exist * executes the postscript...
Might you find it easier to set up a Distiller Watched Folder? That way you don't have to loop for the PS file, nor do you have to execute Distiller and delete...
Brandon, Out of curiosity I have looked for an API property representing this option, but haven’t found one. To avoid this and other timing problems I use...
I was using "save as pdf" in an earlier version of my script, but font style issues arose, and required me to change to postscript. I have simply asked the...
Hello. I'm having some difficulty figuring out how to specify bookmarks at a book level. From what I've gathered so far, the "AcrobatLevel" property of a...
... You have to, since this is a document property. The book does not know about paragraph formats. As you are likely to update your book and as this happens a...
I have a script (the same one I mentioned in a previous post) that generates a PS file by printing to a file. However, it would seem that on my particular...
Hello Rick, I have very similar issues with FS5.2 in FM9 and FM10. I use WebWorks along with FM and FS to produce online help and PDFs. My scripts use FS to...
Liebe Kollegen, Adobe hat einen (lange überfälligen) Vergleich der FrameMaker-Versionen 7.2 – 10 auf der Produktwebseite veröffentlicht, der den Eindruck...
... Iana, Saw this post and would appreciate any additional info you discover on this subject. Obviously, a number of our users take advantage of FrameScript,...
Hi All, Â Â Greetings for the day! I have recently begun learning FrameScript and found out about its immense capabilities. I'm currently struggling with a...
Hi Nilesh. Welcome to the wonderful world of FrameScript! You are not very far off the code that is needed to do what you want. Let's take the first block of...
Thanks a lot, Malcolm. That was helpful guidance, I wasn't sure where I was going wrong and how to correct. I will try out your suggestions. Regards, Nilesh ...
Thanks, Malcolm for your help with this. With your guidance I could get a little more further towards solving my problem. However, I'm not there yet. I've run...