... Victor, I finally looked up what ESLMSSMENU is: It is the internal name for the "Scripts" menu command in the FrameScript menu (ESLMMENU) that is visible ...
1247
adamfnewton@...
Aug 1, 2001 5:43 pm
Does anyone know of a quick way to save Frame 5.5.6 files as Frame 6.0 without manually having to open and save each file? I've got a list of 600+ 5.5.6 files...
1248
Victor Caston
vmcaston@...
Aug 1, 2001 5:59 pm
[framescript-users] Re: trouble again with error log Could it be your installed scripts somehow have internal names that could cause irritation with other...
1249
Victor Caston
vmcaston@...
Aug 1, 2001 6:02 pm
OK, it turns out I can produce the "Expired Version" message box very simply. I'd be interested if anyone else can reproduce this, especially on computers...
1250
Rick Quatro
rick@...
Aug 1, 2001 6:52 pm
Victor, You're right! I just confirmed it on FrameMaker+SGML 6.0 on Windows 98SE with FrameScript 2.0R3. Rick ... simply. ... save....
1251
Raskob, Elizabeth
elizabeth.raskob@...
Aug 1, 2001 7:21 pm
I tried this procedure on Windows NT and didn't get the "Expired Version" message. I haven't seen anything reproducible about when I get the message. It'll be ...
1252
valeco2000@...
Aug 2, 2001 9:55 am
Hello, does anyone know any sites, or document with help on frame script?????????? and help on the commands etc Please i would really appreciate it if you gave...
1254
Rick Quatro
rick@...
Aug 2, 2001 11:47 am
See my web site for a few FrameScript tutorials. Rick Quatro Carmen Publishing 716 659-8267 rick@... http://www.frameexpert.com...
1255
valeco2000@...
Aug 2, 2001 11:55 am
Hi everyone!! i'm new in frame script, just been using it for three days, but i like it...The company where i work has asked me to report the graphics of a...
1256
valeco2000@...
Aug 2, 2001 12:00 pm
1.THIS ONE WORKS OK 11111111111111111111111111111111111111111111111111111111111111111 IF ActiveDoc = 0 MSGBOX 'No Active Document'; LEAVESUB; ENDIF SET SrcDoc...
1258
Michael Mueller-Hille...
info@...
Aug 2, 2001 5:19 pm
... I have never seen an application that can save files in a future format... Well, instead of hitting the return key 600 times while opening the docs in FM6...
1259
Michael Mueller-Hille...
info@...
Aug 2, 2001 5:19 pm
... You did not tell us, what error happens with your second script. But maybe it is something simple as those lines above, which were missing in your script...
1260
Michael Mueller-Hille...
info@...
Aug 2, 2001 5:52 pm
A few days ago I saw that we have 199 members in this list and I wanted to see the nice 200 in the listing, but missed it. Anyway - whoever you are (I am not...
1261
Medvitz, Robert
robert.medvitz@...
Aug 2, 2001 6:16 pm
I've experienced the bug twice on my Mac (Frame6+SGML running under OS 9.1) prior to your posting. One of my co-workers has also encountered it once using...
1262
David Slonosky
ds_webber@...
Aug 2, 2001 6:24 pm
Actually, on my NT system, I can reproduce the bug. Interesting...wonder if it has to do with Frame/FrameScript versions colliding? David ... ...
1263
Tim Meiers
Tim.Meiers@...
Aug 2, 2001 7:13 pm
Valerie, Check the spelling of vGraphicInsets, ovGraphicsInsets, and gphi in your original code. You had these misspelled in a few places. Also, check the ...
1264
valeco2000@...
Aug 3, 2001 7:06 am
Hi Michael!!! thank you very much for wanting to help me! in the second one it stops on the line where i want to get from the list the inset "how do i do...
1266
valeco2000@...
Aug 3, 2001 7:11 am
Thanks youuuuu! im very happy to join you too, i see that everyone is so helpfull and friendly.... Valerie ... wanted ... right ... of...
1268
valeco2000@...
Aug 3, 2001 8:15 am
Actually i'm really ashamed to ask this, i don't know if it's normal..or if i'm not catching a thing here.. so please forgive this firstsquestions, but i...
1269
Johan Decock
jdecock@...
Aug 3, 2001 8:36 am
You need to do the following: 1. Create a script that installs the scripts for you. 2. Set this script up to load when you start FrameMaker. You can accomplish...
1272
valeco2000@...
Aug 3, 2001 11:50 am
Hi!! sorry, i know i'm pushing it, i've already posted today like 4 messages...but i'm trying to get a grip on this.. i've been reading everything i find... ...
1273
pmiculka@...
Aug 3, 2001 12:36 pm
Hi, I am having problems with a script that adds a textframe to a master page in a document (for background text). I have no problem adding a textframe to a...
1274
Johan Decock
jdecock@...
Aug 3, 2001 12:43 pm
Hi Patrick, All the messages on this list are searchable at Yahoo Groups. Maybe you can find what you need in the archives: ...
1275
Rick Quatro
rick@...
Aug 3, 2001 12:51 pm
Patrick, When you use the New TextFrame command, you must supply it with a ParentObject. The parent object on a page would be the PageFrame object. To get the...
1276
pmiculka@...
Aug 3, 2001 1:35 pm
Thanks for the quick reply, Rick. Actually, that was what I was doing. After I saw your solution, I looked at my script more closely--I feel like a dummy...
1277
Tim Meiers
Tim.Meiers@...
Aug 3, 2001 2:32 pm
Valerie, Take a look at the partial subroutine below. The routine accurately reports the page on which an inset appears. You don't have to sort by page...
1278
Michael Mueller-Hille...
info@...
Aug 4, 2001 9:38 am
... I do not want to appear rude, but especially to that looping & order problem there is an excellent tutorial on Rick Quatro's website (under Tips) called...
1279
valeco2000@...
Aug 6, 2001 9:06 am
Thank you sooo much Tim!!! It really helped me...it opened my eyes!!! I'll work on it.. Best Regards, Valerie ... accurately reports ... number. ... the code, ...
1280
valeco2000@...
Aug 6, 2001 9:09 am
sometimes you don't see things that are just under your nose (i think it happens to everyone...) when i entered Rick's Page i printed everything, and i...
1281
Robert Caceres
robert_caceres@...
Aug 6, 2001 1:44 pm
When you create pathnames in scripts, be sure NOT to use backslashes. Instead, use "BKSL" or "BackSlash", a FrameScript "special variable." Thus the pathname...