Search the web
Sign In
New User? Sign Up
framescript-users · FrameScript Users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7939 - 7968 of 9208   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7939
Has anyone found a fix for the memory error 0x0034199f. I have checked Google and found that it has something to do with the amount of history undo's that are...
William Bernhardt
largeteddybe...
Offline Send Email
Dec 4, 2007
3:32 pm
7940
Hello, FrameMaker 8, FrameScript 5.0, unstructured Back in Oct I got some help for part of a script we will use to update our files to a new template. The...
cloud_nine_video
cloud_nine_v...
Offline Send Email
Dec 5, 2007
4:40 pm
7941
I just happened to be working on a similar problem. Click in a paragraph and run the code below. It will highlight and display each string of text that has a...
Rick Quatro
frameexpert@...
Send Email
Dec 5, 2007
5:22 pm
7942
Is there a way to structure an If statement to check if an object contains a value (not equal to). I am looking at attributes. Sometimes the attribute I am...
Dave
davidcono
Offline Send Email
Dec 5, 2007
6:44 pm
7943
... Dave, if you talk about attributes, do you mean variable values? If that is true, you may look in the EslObjects.pdf to check out the methods of the EStr...
Michael Müller-Hil...
michaelmh
Offline Send Email
Dec 5, 2007
6:55 pm
7944
Hi Dave, Assuming that you able to return the attribute value as a string in sValue, you can use this string function: Set iPos = eStr.FindString{sValue,'?'}; ...
Rick Quatro
frameexpert@...
Send Email
Dec 5, 2007
6:57 pm
7945
Thanks, Rick. This got me closer than I had ever managed to get, but I have to admit defeat. At this point I have wasted so much time that I could have just...
cloud_nine_video
cloud_nine_v...
Offline Send Email
Dec 5, 2007
9:13 pm
7946
Alexandra, I mostly lurk on the list as I don't do much script writing these days but another thing that you might be running into is whether Frame sees the...
heather92103
Offline Send Email
Dec 6, 2007
1:20 am
7947
Hi Alexandra, Don't give up so fast! If you need clarification on any of the code, please let me know. Thanks. Rick...
Rick Quatro
frameexpert@...
Send Email
Dec 6, 2007
12:51 pm
7948
Hi Heather, You raise some excellent points. When you use Get TextList InObject(oPgf) CharPropsChange NewVar(tTextList); you get a list of all of the character...
Rick Quatro
frameexpert@...
Send Email
Dec 6, 2007
1:00 pm
7949
Well, it didn't seem fast to me :-) since I worked on this for days in Oct. without getting anywhere, lol. I appreciate your offer to clarify. Heather, thanks...
cloud_nine_video
cloud_nine_v...
Offline Send Email
Dec 6, 2007
5:37 pm
7950
Hi Alexandra, When you loop through the charcter formats in the document with Loop ForEach (CharFmt) In(vCurrentDoc) LoopVar(vCharFmt) If vCharFmt.Name =...
Rick Quatro
frameexpert@...
Send Email
Dec 6, 2007
5:48 pm
7951
Oh. Well that was embarrassing. At one point I did know what CharFmt meant, and I had forgotten. Yes, Rick your script does work with my cursor in a paragraph....
cloud_nine_video
cloud_nine_v...
Offline Send Email
Dec 6, 2007
6:06 pm
7952
Hi Alexandra, Here is how I would do this with a couple of functions. The first three lines before the functions are so you can test them on the paragraph ...
Rick Quatro
frameexpert@...
Send Email
Dec 6, 2007
6:47 pm
7953
Rick, thank you so much. It works now. I will add it to my mega script and we can now update our files with a new template in minutes. I understand what you...
cloud_nine_video
cloud_nine_v...
Offline Send Email
Dec 6, 2007
7:53 pm
7954
I'm using "Print bookObject (bookvar); to produce a PS file that I then run distiller on to produce the PDF file. I could never get the Save Book BookObj...
Dan Vint
dvint1_99
Offline Send Email
Dec 6, 2007
11:35 pm
7955
... do this ... Heya Rick, I use this command line utility, which is free: http://www.beyondlogic.org/solutions/cmdlinemail/cmdlinemail.htm And then I use: Run...
jxopher
Offline Send Email
Dec 7, 2007
12:52 am
7956
JX, Thanks for the excellent information. Rick...
Rick Quatro
frameexpert@...
Send Email
Dec 7, 2007
1:00 am
7957
I purchased the FrameScript software on 12/5. Since then, I have been trying to register the software so I can get a software key and actually use the...
sjmagain
Offline Send Email
Dec 8, 2007
10:43 pm
7958
Hi Sue, What version of FrameScript did you buy? What version of FrameMaker did you install it with? Thanks. Rick Quatro Carmen Publishing 585-659-8267 ...
Rick Quatro
frameexpert@...
Send Email
Dec 8, 2007
11:43 pm
7959
Hi Rick: FrameScript 5.0 (full version) and Frame 8. Sue ... did you install it with? Thanks....
sjmagain
Offline Send Email
Dec 9, 2007
4:29 pm
7960
... Have you downloaded and installed the Plug-in? Do so. You have created an account at framescript.com? Most probably. After installation you will see one...
Michael Müller-Hil...
michaelmh
Offline Send Email
Dec 9, 2007
6:30 pm
7961
Hi Michael: Yes, I have downloaded and installed. Yes, I have entered the EX-XX number into the website. When I hit the "Generate Key" button, I get the...
sjmagain
Offline Send Email
Dec 9, 2007
9:07 pm
7962
Hi Sue, I forwarded your message to Marjorie at Finite Matters Ltd. Here is their direct phone number: Finite Matters Ltd. 804.556.1180 - Phone 804.556.1183 -...
Rick Quatro
frameexpert@...
Send Email
Dec 10, 2007
9:33 pm
7963
Hello Framers and Scripters, FrameScript 5 adds new structured FrameMaker import/export functionality. It allows you to make modifications to your XML files on...
Rick Quatro
frameexpert@...
Send Email
Dec 11, 2007
3:09 am
7964
I know there is a parameter in the Import File command that will let me specify which page of the PDF to import, but I forgot what it is. Any help would be...
Rick Quatro
frameexpert@...
Send Email
Dec 12, 2007
1:59 am
7965
Hello Rick, the Import File command has not a page number option. Use for import the New Inset command. // Sample:  // Pdf mit mehr wie einer Seite  If...
framescript@...
karsten_natebus
Offline Send Email
Dec 12, 2007
8:08 am
7966
I've written a FrameScript that searches for a CellNote paragraph tag in either running text or a table. When it finds one, it tests to see whether the text...
Ava Carmel
ava_carmel
Offline Send Email
Dec 13, 2007
6:58 am
7967
Hi Ava, it seems to me that there's something's wrong with your ifs. In the first example, if the Pgf.Name is CellNote, it is shifted to next pgfinflow twice...
Lehner, Oliver (GE He...
oliver.lehner
Offline Send Email
Dec 13, 2007
8:53 am
7968
Thanks to Brad Anderson for the solution. The parameter is PDFPageNum at it takes an integer value. If you specify a value greater than the number of pages in...
Rick Quatro
frameexpert@...
Send Email
Dec 13, 2007
11:26 pm
Messages 7939 - 7968 of 9208   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help