[Framers] Track Text Edits

2018-08-06 Thread gill6034
I am using Frame 2017. I am trying to turn on Track Text edits but it doesn't seem to want to work. It doesn't display the deleted text. I configured the colors but they don't display. I enable it for the book or document, make some changes and then try to accept them, but then it says that

[Framers] Order of Reference Pages

2018-08-06 Thread Doug
The most-edited reference page in my experience is the TOC/LOP/LOE/LOM/LOT page, which by default is at the END of the reference pages. So I'm always having to scroll down if I'm to view/edit the page. Is there a way to jump directly to the page? Or better yet, can I re-order the reference

Re: [Framers] Order of Reference Pages

2018-08-06 Thread Doug
That's not working for me...I made a named destination on the TOC reference page, and a GoToLink for it, but when I try to execute the link nothing happens. On Mon, Aug 6, 2018 at 10:43 AM, David Artman wrote: >Perhaps make a list of hyperlinks on the first reference page, in its >own

Re: [Framers] Order of Reference Pages

2018-08-06 Thread Rick Quatro
Copy the code below to a text file and save it with a .jsx extension. Go to File > Script > Catalog and click the Autorun radio button. Add the script to the list. Select the script and click Run. Now when you choose View > Reference Pages, it will jump to the TOC reference page, if it exists.

Re: [Framers] Order of Reference Pages

2018-08-06 Thread David Artman
Perhaps make a list of hyperlinks on the first reference page, in its own text box? Original Message Subject: [Framers] Order of Reference Pages From: Doug <[1]dbailey4...@gmail.com> Date: Mon, August 06, 2018 10:22 am To: "An email list for people using

Re: [Framers] Order of Reference Pages

2018-08-06 Thread Rick Quatro
Here is a better version that will go to any one of these pages: TOC/LOP/LOE/LOM/LOT. #target framemaker // Set the notification for after a book is updated. Notification (Constants.FA_Note_PostFunction, true); function Notify (note, object, sparam, iparam) { var page, doc, regex;