Rick, I downloaded FrameScript 2 and tried to register it. I put in my original registration number and got an error message that the number was not the ...
634
Brenda Barkey
bbarkey@...
Jan 2, 2001 4:32 pm
Hi Helen, Did you send money? For version 2, you have to have a new FrameScript key. The price for the FrameScript 2.0 upgrade is $79.95 for registered users....
635
hperez@...
Jan 2, 2001 4:50 pm
Thank you Brenda, I spaced out about that. Hp "Brenda Barkey" <bbarkey@...> on 01/02/2001 08:32:19 AM Please respond to...
636
jonesbk@...
Jan 2, 2001 4:52 pm
I don't know if Rick answered you or not, but I had the same problem. I emailed the problem to the Framescript people and they had to send me a new key. ...
637
Antje Reeker
reeker@...
Jan 4, 2001 2:20 pm
Hi! Does anybody know if the update to RO2 is also available for the German version of FrameScript? After downloading and reinstalling FrameScript, it still...
638
Bradford Engels
bradford@...
Jan 4, 2001 2:36 pm
Hi Martin, A while ago I developed a few subroutines for sorting lists of strings that did the exact same thing with memory. I asked Rick about the DeleteVar()...
639
Rick Quatro
rquatro@...
Jan 4, 2001 2:49 pm
Hi Brad, The DeleteVar command is fixed in FrameScript 2. The memory leak problem that Martin reported has been fixed and will be released as a minor update to...
640
Smith, Martin
martin.smith@...
Jan 4, 2001 3:26 pm
A big thanks to Frank Elmore who worked hard to fix the memory leak that I reported on earlier. The leak originated from a problem with the Add Member command....
641
Smith, Martin
martin.smith@...
Jan 4, 2001 3:32 pm
Just wondering whether FrameScript 2.x supports recursion. In other words, can you write a subroutine that calls itself. Has anyone ever tried this? How well...
642
Rick Quatro
rquatro@...
Jan 4, 2001 3:48 pm
Hi Martin, Yes, FrameScript 2 supports recursion. It has to in order to be able to traverse SGML elements. Here is a subroutine that illustrates recursion. ...
643
Michael Mueller-Hille...
info@...
Jan 4, 2001 3:53 pm
Martin, I did that using FrameScript 1.2x. Not exactly, it was two subroutines calling each other in circle. It worked but it consumed memory. Since the ...
644
Smith, Martin
martin.smith@...
Jan 4, 2001 3:56 pm
Thanks Rick, I just started playing with FrameScript 2.0 and FrameMaker+SGML. I wrote a script that traverses the SGML structure without using recursion. ...
645
Rick Quatro
rquatro@...
Jan 4, 2001 4:00 pm
Hi Martin, Actually, I got stuck trying to figure this one out. Frank Elmore provided the solution for me. Rick ... nested ... got ... up--and ... you...
646
Smith, Martin
martin.smith@...
Jan 4, 2001 4:12 pm
Rick, I had to laugh out loud when I read this. I was still marveling at your brilliance for crafting such an elegant solution and then you confessed that ...
647
patrick.baker@...
Jan 5, 2001 10:22 pm
Over time, conditional tags proliferate in Frame files. I'm now trying to reduce the number of different conditions in a file set. I've tried the following...
648
Rick Quatro
rquatro@...
Jan 6, 2001 2:43 am
Hi Patrick, I tried your ProcessDoc subroutine on a single file and it works fine. Check your Loop ForEach(File) loop and make sure it's actually opening,...
649
pcarey@...
Jan 6, 2001 4:40 pm
Hello. This is my first post and I'm a real rookie with FrameScript. Question: I need a script that, for every file of a book, will: cut a line of text on a...
650
pcarey@...
Jan 6, 2001 4:46 pm
I just found your "Tips" section at the Carmen site. I'm like a kid in a candy store. -Pete Carey...
651
Michael Mueller-Hille...
info@...
Jan 6, 2001 7:51 pm
Pete, Can you be a bit more specific? ... How would you identify that line? Is it in a text frame or is it formatted with a unique pgf format? ... Where would...
652
pcarey@...
Jan 8, 2001 2:33 am
Hi all. I have been sifting through the archives and have found much good stuff. I have been in the technical writing business for only about six months, but...
653
Smith, Martin
martin.smith@...
Jan 8, 2001 3:00 am
Pete Carey wondered "...How do you magicians incorporate FrameScript into your workflow? How heavily do you rely upon it..." I have written a script that I use...
654
Michael Mueller-Hille...
info@...
Jan 8, 2001 12:15 pm
The website is relaunched and there seems to be a time-limited tryout version (but who on this list might need it?) - Michael Michael Mueller-Hillebrand...
655
Michael Conner
michaelconner@...
Jan 8, 2001 3:30 pm
... I've been working with FrameScript for about a year with Mac FM 5.5.6 and 6.0. I could probably do more with it than I do, but have developed several ...
656
Wagner, Scott (INV-RC)
scott_wagner@...
Jan 8, 2001 8:18 pm
Single-source publishing has been my department's goal for the last few years. We use FrameMaker (of course), FrameScript, and WebWorks Publisher to produce...
657
Andy Gaus
andygaus@...
Jan 9, 2001 7:59 pm
This script changes the first paragraph in my active document to 18-point type: New PropertyList NewVar(myprops) Name ('BigHead') FontSize(18) ; set thePgf =...
658
Rick Quatro
rquatro@...
Jan 9, 2001 8:30 pm
Hi Andy, The problem with your script is the DocObject parameter, which is supposed to specify a Document object. Here is the explanation from the ...
659
Simon Bate
sbate@...
Jan 9, 2001 8:33 pm
Hi all, While FrameMaker is frustrating in NOT finding FM variable text when you use Edit>Find/Change, I'm finding a case where FrameScript is equally...
660
Rick Quatro
rquatro@...
Jan 9, 2001 8:52 pm
Hi Simon, Here is a way you can *cheat* that should work in most circumstances. Put this little snippet before and after your find routine. It will temporarily...
661
Simon Bate
sbate@...
Jan 9, 2001 10:16 pm
Brilliant! Thanks, Simon ... http://www.egroups.com/group/framescript-users To contact the list owner, email: framescript-users-owner@egroups.com...
662
tu
tu@...
Jan 15, 2001 4:47 am
... From: <Mail Man TU Int> To: <Mail Public> Sent: Sunday, January 14, 2001 7:22 PM Subject: framescript-users@egroups.com re: Changing Sort Order Dear...