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 5379 - 5408 of 9208   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5379
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...
Klaus Mueller
klaus_mueller23
Offline Send Email
Sep 1, 2004
7:49 am
5380
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...
Rick A. Henkel
rickhenkel
Offline Send Email
Sep 1, 2004
2:11 pm
5381
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.'; ...
Rick Quatro
frameexpert@...
Send Email
Sep 1, 2004
2:31 pm
5382
Thanks, Rick. I'll give that a shot. Rick ... example, if ... string so...
Rick A. Henkel
rickhenkel
Offline Send Email
Sep 1, 2004
2:51 pm
5383
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...
Michael Müller-Hil...
michaelmh
Offline Send Email
Sep 1, 2004
3:18 pm
5384
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...
Michael Müller-Hi...
michaelmh
Offline Send Email
Sep 1, 2004
3:18 pm
5385
Rick Quatro's script bundle contains "ChangeParaFormat" and "ChangeParaFormatBatch": http://www.frameexpert.com/scripts/superwebbundle.htm - Michael ... -- ...
Michael Müller-Hil...
michaelmh
Offline Send Email
Sep 1, 2004
3:23 pm
5386
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...
Lisa Bronson
techielmb
Offline Send Email
Sep 2, 2004
10:51 am
5387
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 ...
crothwell15
Offline Send Email
Sep 2, 2004
3:26 pm
5388
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...
pmanago
Offline Send Email
Sep 2, 2004
8:12 pm
5389
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...
khclaas
Offline Send Email
Sep 4, 2004
11:35 am
5390 khclaas
Offline Send Email
Sep 4, 2004
8:49 pm
5391
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)"...
khclaas
Offline Send Email
Sep 4, 2004
8:57 pm
5392
Thanks so much. I will give it a try....
Paul Manago
pmanago
Offline Send Email
Sep 6, 2004
3:00 pm
5393
Is there any way to clear the FrameMaker console from within a frame script? Thanks....
yourmom_of_course
yourmom_of_c...
Offline Send Email
Sep 7, 2004
2:22 pm
5394
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. ...
nw998907
Offline Send Email
Sep 9, 2004
2:57 pm
5395
... 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?...
Michael Müller-Hil...
michaelmh
Offline Send Email
Sep 9, 2004
3:53 pm
5396
... 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...
Michael Müller-Hil...
michaelmh
Offline Send Email
Sep 9, 2004
4:00 pm
5397
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...
martin.smith@...
audiophileco
Offline Send Email
Sep 10, 2004
4:31 pm
5398
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@... ...
Rick Quatro
frameexpert@...
Send Email
Sep 10, 2004
4:39 pm
5399
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...
jimbatchlett
Offline Send Email
Sep 10, 2004
6:00 pm
5400
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@... ...
Rick Quatro
frameexpert@...
Send Email
Sep 10, 2004
6:07 pm
5401
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...
framerjeffk
Offline Send Email
Sep 10, 2004
7:02 pm
5402
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...
yourmom_of_course
yourmom_of_c...
Offline Send Email
Sep 10, 2004
8:58 pm
5403
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...
Rick Quatro
frameexpert@...
Send Email
Sep 14, 2004
3:16 pm
5404
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...
Rick A. Henkel
rickhenkel
Offline Send Email
Sep 15, 2004
8:24 pm
5405
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...
Klaus Mueller
klaus_mueller23
Offline Send Email
Sep 15, 2004
8:34 pm
5406
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...
Dick Girard
dick_girard
Offline Send Email
Sep 15, 2004
10:14 pm
5407
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...
Rick A. Henkel
rickhenkel
Offline Send Email
Sep 16, 2004
12:56 pm
5408
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...
John Francis
jfrancis999
Offline Send Email
Sep 16, 2004
2:34 pm
Messages 5379 - 5408 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