Skip to search.
framescript-users · FrameScript Users

Group Information

  • Members: 630
  • Category: Software
  • Founded: Aug 20, 1999
  • Language: English
? 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.

Messages

  Messages Help
Advanced
Messages 5379 - 5408 of 10298   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5379 Klaus Mueller
klaus_mueller23 Offline Send Email
Sep 1, 2004
7:49 am
John, ... 1. The EMEdit Method Copy does not return a value. You need to remove "Set vCB = ". ... 2. "editCtl" is no valid control/variable name. You did use...
5380 Rick A. Henkel
rickhenkel Offline Send Email
Sep 1, 2004
2:11 pm
When I run some third-party tools such as Master Page Tools on a book file, the tool displays the progress of the operation at the bottom of the book...
5381 Rick Quatro
frameexpert@... Send Email
Sep 1, 2004
2:31 pm
Hi Rick, The property you want is the book's StatusLine property. For example, if oBook is your book object, use Set oBook.StatusLine = 'Message etc. etc.'; ...
5382 Rick A. Henkel
rickhenkel Offline Send Email
Sep 1, 2004
2:51 pm
Thanks, Rick. I'll give that a shot. Rick ... example, if ... string so...
5383 Michael Müller-Hil...
michaelmh Offline Send Email
Sep 1, 2004
3:18 pm
Rick, I use the title (caption, label?) of the FrameMaker window (Session.Label) to display my progress information. This is especially useful if you Set...
5384 Michael Müller-Hi...
michaelmh Offline Send Email
Sep 1, 2004
3:18 pm
Matthias, to me it is not clear what you are talking about: Pagination is not defined on master pages, it is part of the paragraph formatting. The selection of...
5385 Michael Müller-Hil...
michaelmh Offline Send Email
Sep 1, 2004
3:23 pm
Rick Quatro's script bundle contains "ChangeParaFormat" and "ChangeParaFormatBatch": http://www.frameexpert.com/scripts/superwebbundle.htm - Michael ... -- ...
5386 Lisa Bronson
techielmb Offline Send Email
Sep 2, 2004
10:51 am
I will be out of the office starting 09/02/2004 and will not return until 09/03/2004. If you need immediate assistance, contact Brad Johnson at ext. 591, or...
5387 crothwell15 Offline Send Email Sep 2, 2004
3:26 pm
I end up using Rick Quatro's "ChangeParaFormatBatch" script. It works like a charm. I recommend it to anyone who needs to change style tags quickly. Christina ...
5388 pmanago Offline Send Email Sep 2, 2004
8:12 pm
I have no issues on single directories, but now I have to find over 400 books nested throughout a drive and save every one to pdf. Any suggestions? Paul...
5389 khclaas Offline Send Email Sep 4, 2004
11:35 am
Hello Paul, for a similar task I used the recursive procedure below. With this procedure you can loop through the whole foldertree of a chosen drive or...
5390 khclaas Offline Send Email Sep 4, 2004
8:49 pm
5391 khclaas Offline Send Email Sep 4, 2004
8:57 pm
Hello Paul, sorry there is a little typing mistake within the code I mailed. Please exchange the codeline "If (not vParentDir)" with "If (not vFoundParentDir)"...
5392 Paul Manago
pmanago Offline Send Email
Sep 6, 2004
3:00 pm
Thanks so much. I will give it a try....
5393 yourmom_of_course
yourmom_of_c... Offline Send Email
Sep 7, 2004
2:22 pm
Is there any way to clear the FrameMaker console from within a frame script? Thanks....
5394 nw998907 Offline Send Email Sep 9, 2004
2:57 pm
I would like to embed some CDATA sections in an XML document so that I can quote XML fragments without having to convert the tag delimiters to entities. ...
5395 Michael Müller-Hil...
michaelmh Offline Send Email
Sep 9, 2004
3:53 pm
... I have never done this, but the text is stored in console.txt in the FrameMaker installation directory. I wonder what might happen if you delete that file?...
5396 Michael Müller-Hil...
michaelmh Offline Send Email
Sep 9, 2004
4:00 pm
... Nick, this group is for users of the FrameMaker plug-in FrameScript and we discuss programming for that plug-in. You might want to ask your question in...
5397 martin.smith@...
audiophileco Offline Send Email
Sep 10, 2004
4:31 pm
Hi, I tried accessing the FrameScript web site today but wasn't able to connect. Does anyone know if the site moved or if they're just having trouble. I'm...
5398 Rick Quatro
frameexpert@... Send Email
Sep 10, 2004
4:39 pm
I talked them a week or so ago and they were having trouble then. I am not sure about now. Rick Quatro Carmen Publishing 585 659-8267 rick@... ...
5399 jimbatchlett Offline Send Email Sep 10, 2004
6:00 pm
Back in September 2002 Klaus Mueller posted a question about implementing quick keys. The fslref document shows how to set the tag area, but not how to...
5400 Rick Quatro
frameexpert@... Send Email
Sep 10, 2004
6:07 pm
I have never been able to get this to work, but I haven't tried it in awhile. Rick Quatro Carmen Publishing 585 659-8267 rick@... ...
5401 framerjeffk Offline Send Email Sep 10, 2004
7:02 pm
I am new to FrameScript, and I'm having a problem with a script I am trying to write. I am trying to align all of the images imported into anchored frames in a...
5402 yourmom_of_course
yourmom_of_c... Offline Send Email
Sep 10, 2004
8:58 pm
Hi Jeff, Try Set vGraphic.GraphicIsSelected = true; BTW, I'm not sure youre check for an empty anchored frame will work. I think you would have to examine the...
5403 Rick Quatro
frameexpert@... Send Email
Sep 14, 2004
3:16 pm
Hello Scripters, I need to write some scripts to interactive with a WebDAV server. Has anyone on the list done this? I might need some advice. Thank you very...
5404 Rick A. Henkel
rickhenkel Offline Send Email
Sep 15, 2004
8:24 pm
I've been getting this error on more and more files lately. I can't for the life of me figure out what the problem is. Any suggestions? Rick ... script ... the...
5405 Klaus Mueller
klaus_mueller23 Offline Send Email
Sep 15, 2004
8:34 pm
Hello Rick, Try to add the line If not vMarker LeaveLoop; EndIf or something after the line Set vMarker = vMarkerNext; If that does not help, Write Console...
5406 Dick Girard
dick_girard Offline Send Email
Sep 15, 2004
10:14 pm
Rick, Another thing you might try is to make whatever the variable is on that line a Local variable at the top of the script. That has worked for me before...
5407 Rick A. Henkel
rickhenkel Offline Send Email
Sep 16, 2004
12:56 pm
Thanks, Dick and Klaus. I tried all three suggestions, but I still got the same error. Regarding your WRITE CONSOLE suggestion, Klaus, that displayed several...
5408 John Francis
jfrancis999 Offline Send Email
Sep 16, 2004
2:34 pm
I have seen that behavior too... originally I just skipped the text insets... I see that you can unlock them so that they can be edited and then lock them...
Messages 5379 - 5408 of 10298   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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