Hi Alex, ... you can make a new condition format: New ConditionFormat Name('myCondFmtName') DocObject(vDoc) NewVar(oCondFmt); To test, if a condition format...
4803
Michael.Kaemper@...
michaka67
Mar 18, 2004 7:58 am
Hi Tobias, ... use the frame global script variable QUOTE. You will find it (and many other useful informations)in the general information part at the...
4804
alro98
Mar 18, 2004 8:25 am
... many other ... beginning of ... Thank you Micheal. I must admint that I had skipt this chapter. Shame on me. Tobias...
4805
bsz23
Mar 18, 2004 10:14 am
Hi all, I have already heard that there was a memory leak in FS v3.0. I made a small test to see how bad it was. Test machine is: Pentium4 with 500MB physical...
4806
dan visel
viselsparknotes
Mar 18, 2004 8:16 pm
Hi all, I've got a structured doc to which I'd like to automatically add cross references. I've done this using essentially the method in Rick Quatro's...
4807
asweiner2003
Mar 18, 2004 10:37 pm
Thank you, Tobias, for taking the time to (try to) solve my problem. Nonetheless, the AlertUserAboutFailure(False) did not "make the difference"! I'm using the...
4808
Rick Quatro
frameexpert@...
Mar 18, 2004 10:48 pm
Add these to the list. UpdateTextReferences(No) UpdateXRefs(No) RefFileNotFound(AllowAllRefFilesUnFindable) Rick Quatro Carmen Publishing 585 659-8267 ...
4809
Klaus Mueller
klaus_mueller23
Mar 18, 2004 11:30 pm
Hello Anne, My experience is the same as Tobias': The unresolved XRef message can be suppressed with AlertUserAboutFailure(False). ... I am not aware of that...
4810
asweiner2003
Mar 19, 2004 12:57 am
Thank you, Rick, for supplying the right combination of options. Problem solved! Thank you also, Tobias and Klaus, for your input. Anne ... problem. ... all ...
4811
Michael Müller-Hil...
michaelmh
Mar 19, 2004 9:27 am
... In Structured documents you do not necessarily need a marker at the source of the cross-reference if you have Id and Idref attributes. If the...
4812
Rick A. Henkel
rickhenkel
Mar 19, 2004 4:50 pm
We use the same tables in two guides. In one guide, the table includes three columns that we don't want in the second guide. I was hoping that I could import...
4813
dan visel
viselsparknotes
Mar 19, 2004 7:08 pm
Thanks Michael, this worked perfectly....
4814
Michael Müller-Hil...
michaelmh
Mar 20, 2004 9:55 am
... You can do almost everything you want with an inset, because it is a full copy of the external inset file. You just have to unlock it using the script,...
4815
Rick A. Henkel
rickhenkel
Mar 20, 2004 5:25 pm
... a full copy of the external inset file. You just have to unlock it using the script, which is something the user interface does not ... Thanks, Michael. I...
4816
martin.smith@...
audiophileco
Mar 22, 2004 8:13 pm
Hi, Just wondering if anyone has worked out a way to detect whether or not Frame is currently running in structured or unstructured mode. Thanks, Martin ... ...
4817
Rick Quatro
frameexpert@...
Mar 22, 2004 8:40 pm
You can query the Session object's ProductName property. When you are running unstructured, it returns FrameMaker When you are running structured, it returns ...
4818
Wouter de Vaal
wouterv2000
Mar 23, 2004 1:42 pm
Hi, I've got a structured document which uses different masterpages. I use framemaker to open XML files and create frame files from it. Now I get the following...
4819
Rick Quatro
frameexpert@...
Mar 23, 2004 3:13 pm
On the Open Document command, try using DontNotifyApiClients(False). Rick Quatro Carmen Publishing 585 659-8267 frameexpert@... www.frameexpert.com ...
4820
Rick Quatro
frameexpert@...
Mar 24, 2004 1:29 pm
There is an upgrade on the near horizon, perhaps within a couple of weeks. It will be a free upgrade for 3.0 users and will have a couple of new features (in...
4821
keith.soltys@...
keithtsx
Mar 24, 2004 1:47 pm
A new standalone script editor...sounds cool. Of course, it'll be built on the MS .Net editor control and support syntax highlighting, intellisense, and...
4822
Johan Decock
jdecock@...
Mar 24, 2004 1:51 pm
In addition to that it will have a macro recorder and a psi interface that reads your mind, which will generate fully functional code on the fly. Somebody...
4823
framescript-users@yah...
Mar 24, 2004 2:02 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the framescript-users group. File :...
4824
keith.soltys@...
keithtsx
Mar 24, 2004 2:02 pm
I'd settle for the macro recorder. Keith -- Keith Soltys Technical Writer, Quality Assurance TSX Technologies keith.soltys@... (416) 947-4397 In addition...
4825
Rick Quatro
frameexpert@...
Mar 24, 2004 2:02 pm
There is a beta of the upgrade at http://www.framescript.com/beta If someone downloads it, can you let me know what the size of the zip is? I may ask you to...
4826
Johan Decock
jdecock@...
Mar 24, 2004 2:13 pm
It's 8342 kb. Let me know if you want me to mail it to you. Johan, who's glad he might be able to do something back for the help Rick provides here. ... ABIS...
4827
mlg@...
helpy1963
Mar 24, 2004 2:13 pm
... =============================================================== FrameScript - syntax highlighting for Proton You can download the editor "Proton" on the ...
4828
Rick Quatro
frameexpert@...
Mar 24, 2004 2:33 pm
Hi Johan, Thanks anyway, but it's a little to big for my email account. I will borrow a www connection and get it. Rick ... From: "Johan Decock"...
4829
crothwell15@...
crothwell15
Mar 24, 2004 2:36 pm
Please read the attached file....
4830
Wouter de Vaal
wouterv2000
Mar 25, 2004 10:12 am
That did the trick, cheers! With DontNotifyApiClients(True) by the way Wouter ... From: Rick Quatro To: framescript-users@yahoogroups.com Sent: Tuesday, March...
4831
Klaus Mueller
klaus_mueller23
Mar 28, 2004 7:25 pm
Hi all, I fail creating a new flow in a document. New Flow Name('Z39;) DocObject(ActiveDoc) NewVar(vNewFlow); tells me: Missing Parm (ParentObject) but I did not...