Michael, ... [Mary Anthony] I get the same prompt. This is not an Event Script. I have tested it in multiple scripts. ... [Mary Anthony] Thought of this too....
9411
Rick Quatro
frameexpert@...
Feb 1, 2010 5:56 pm
Hi Hrachya, Follow these basic steps: 1) Open a FrameMaker document and insert a TM character in a paragraph "by hand". 2) Select the TM character...
9412
Rick Quatro
frameexpert@...
Feb 1, 2010 6:15 pm
Hi Mary, This will be hard for a lot of scripters to believe, but I have never used the FrameScript debugger. When I started using FrameScript 11 years ago, ...
Rick, Much appreciated response Rick. I think it is always good to repeat these guidelines. I do use most of them, however, there comes a time when the ability...
9417
Rick Quatro
frameexpert@...
Feb 1, 2010 7:10 pm
Hi Mary, I suppose I should figure out how the debugger works one of these days. Thanks for your kind words about the book. Rick Rick, Much appreciated...
I just want to have some of the document placed in A4 and some of the be placed in a A3 and both landscape .Is it possible to do so in a single document but...
9419
Rick Quatro
frameexpert@...
Feb 2, 2010 1:03 am
You can't have mixed page sizes in a single FrameMaker document. You can mix portrait and landscape pages in the same document as long as they are the same...
Reinstalled again on a lark. That fixed it. From: framescript-users@yahoogroups.com [mailto:framescript-users@yahoogroups.com] On Behalf Of Rick Quatro Sent:...
Rajendra, the RefManual tells you this: Format 3: New Document {Portrait Landscape} NewVar(gvDocVar); This format of the New Document command creates a new...
My problem is when I created the master page it creates only the portrait master page (with A2 size) and I am not able to create the both portrait and...
9426
Rick Quatro
frameexpert@...
Feb 2, 2010 2:05 pm
Hi Rajendra, I don't have time to figure this out right now, but I would question how much effort this step is worth. Simply create your template by hand with...
9427
Rick Quatro
frameexpert@...
Feb 2, 2010 2:20 pm
Hello Framers, I am developing some new FrameMaker solutions to help Framers be more productive and to accomplish their work faster. To help me do this, I need...
I am able to import but not able to create template using scriptsI will do by creating the templatethanks Personal address Rajendra Kumar Shrestha GPo Box...
I believe that is what you need. Let me know if this works. Michael Loop ForEach(BookComponent) In(ActiveBook) LoopVar(bookcomp) Run isDocOpenAlready...
Hi I am trying to import the graphics and put the file name just below the imported graphic file in the same page. what happens is the name of the graphic file...
... Rajendra, You could make it easier for others to look at your code if you would take the time to strip it down to the relevant minimum. It surely is easier...
Hey Scripters- I'm trying to write a function to add a condition format to a text range. The script would need to evaluate CHARPROPCHANGE so that it doesn't...
The problem occurs on FM8 with the Fsl5_80.exe install. But....... I just upgraded to FM9 with the Fsl5_90.exe install and the markers now delete. :-) So I...
This is the code which will place the name of the file below the picture file . New EFileInfo NewVar(einfo) FileName(ProcessDir+'\*.wm*'); Set vPgf =...
New Pgf PrevObject(vPgf) NewVar(vPgf); New Text Object(vPgf) einfo.FileName; New TextLoc NewVar(vTextLoc) Object(vPgf) Offset(ObjEndOffset-1) ; vPgf.Name =...
9437
Rick Quatro
frameexpert@...
Feb 4, 2010 1:37 pm
Hi Rajendra, FontAngle refers to the font’s angle (Italic), not its rotation. A font can’t be rotated; only text lines and text frames (and other graphics)...