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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 3070 - 3099 of 10298   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3070 joeh456 Offline Send Email Nov 1, 2002
2:52 pm
I would like your help fixing this script, AddTableContVariable.fsl, that I posted to this group in hopes someone will take pity on me and help fix it. I...
3071 thestevemeister1
stephen_murphy@... Send Email
Nov 1, 2002
2:55 pm
I have a script that is supposed to insert new text into a document. Following is the command I use: SET vPgf = vTargetDoc.MainFlowInDoc.FirstPgfInFlow; NEW...
3072 Rick Quatro
frameexpert Offline Send Email
Nov 1, 2002
3:16 pm
You don't need the DocObject parameter. vPgf already has the DocObject parameter implied. Rick Quatro Carmen Publishing rick@... ...
3073 dycannibi5 Offline Send Email Nov 1, 2002
5:51 pm
Hello, I have a question on how to change the Paragraph Format for some text. Say I want to make some text I select to be "Numbered" (a PgfFmt that is...
3074 Victor Caston
vmcaston Offline Send Email
Nov 1, 2002
5:53 pm
if at first you don't succeed I'm reposting this query about the Save command -- any help greatly appreciated. Thanks. Victor I'm getting an error on Save ...
3075 dblayout
dblayout@... Send Email
Nov 1, 2002
6:09 pm
I have a large number of scripts that are installed under the Framescript menu when Framemaker starts. I would like to be able to create some sub-menu sections...
3076 Raskob, Elizabeth
eraskob2 Offline Send Email
Nov 1, 2002
6:13 pm
You're very close. Change Set vPgf = vPgfFmt.Properties; to Set vPgf.Properties = vPgfFmt.Properties; Elizabeth ... From: dycannibi5...
3077 dycannibi5 Offline Send Email Nov 1, 2002
6:20 pm
Holy crap, SUCCESS!!!!!!!!!!! Thank you ... (a ... http://docs.yahoo.com/info/terms/...
3078 Raskob, Elizabeth
eraskob2 Offline Send Email
Nov 1, 2002
6:21 pm
Yes, there is - and you can have menus off them, too. Here's a snippet that creates a menu for events that come later in the script: Event Initialize New Menu...
3079 Klaus Mueller
klaus_mueller23 Offline Send Email
Nov 1, 2002
6:59 pm
Hi, ... When did you post this script? I did not find any message from joeh456 or halleman@anywhere. ... I did not find any posted script (attached/named in...
3080 Klaus Mueller
klaus_mueller23 Offline Send Email
Nov 1, 2002
7:19 pm
Hi Victor, ... Are you really sure that Write console vCurrentDoc; Write console ' -> '+ vNew; (placed directly before your SAVE line does show both valid...
3081 Klaus Mueller
klaus_mueller23 Offline Send Email
Nov 1, 2002
9:11 pm
Hi dblayout, ... Well: Creating sub-menus: No problem. Unfortunately, you can place scripts (script commands) there only from within EventScrips. I would...
3082 Victor Caston
vmcaston Offline Send Email
Nov 2, 2002
12:31 am
Re: [framescript-users] if at first you don't succeed Are you really sure that Write console vCurrentDoc; Write console ' -> '+ vNew; (placed directly before...
3083 Victor Caston
vmcaston Offline Send Email
Nov 4, 2002
6:53 am
I've been working on a few scripts to tidy up typographical matters, and thought I'd ask for comments or suggestions. I've included a script below that...
3084 joeh456 Offline Send Email Nov 4, 2002
11:22 pm
Klaus, Sorry, I posted the script under Files on the framescript-users Yahoo Groups board. If you cannot find it, can I email it to you? Regards, Joe...
3085 Fotosatz Buck
fotosatzbuck Offline Send Email
Nov 5, 2002
9:14 am
Hi Victor! I have a similar Problem (Frame7.0p492, FS2.0r3): SAVE Document DocObject(vCurrentDoc) File(vNew); this command does nothing. Even Save Document...
3086 michael.kaemper@...
michaka67 Offline Send Email
Nov 5, 2002
12:10 pm
Hi Steve, how did you define vNew? You only need the "File" parameter, if your file is "untitled" or you want to save the file under a new name. Regards ...
3087 Steve Howe
fotosatzbuck Offline Send Email
Nov 5, 2002
2:18 pm
Hi Michael, the vNew Sting is 'Mactintosh HD:Test.fm' but what i don't understand is why Save Document DocObject(activeDoc); Close Document...
3088 Rick Quatro
frameexpert Offline Send Email
Nov 5, 2002
2:24 pm
Check the spelling. If the spelling is wrong, the command will not work. Rick Quatro Carmen Publishing rick@... http://www.frameexpert.com Author...
3089 Steve Howe
fotosatzbuck Offline Send Email
Nov 5, 2002
2:54 pm
Hi Rick! That's the Problem, I didn't find an error in the spelling. The lines are copied from your script "ChangeParaFormat.fsl". And this Script won't save,...
3090 Rick Quatro
frameexpert Offline Send Email
Nov 5, 2002
3:20 pm
Steve, How are you setting up the string for the File parameter? Rick ... From: Steve Howe To: framescript-users@yahoogroups.com Sent: Tuesday, November 05,...
3091 Lisa Bronson
techielmb Offline Send Email
Nov 5, 2002
3:23 pm
Steve, Are you copying any characters other than letters and numbers, such as single quotes? Once when I was trying to copy and paste from another script,...
3092 jharrison100 Offline Send Email Nov 5, 2002
9:24 pm
I get an invalid datatype during an Add Member to StringList command. The string is in a TexList from a paragraph object. What am I doing wrong? New StringList...
3093 Rick Quatro
frameexpert Offline Send Email
Nov 5, 2002
9:33 pm
You are using the same variable name for the StringList and the TextList. Use two different names and the script should work fine. Rick Quatro Carmen...
3094 jharrison100 Offline Send Email Nov 5, 2002
9:54 pm
Doo! Thanks. Some day I'll pull it out just far enough to see. By the way, your book is great. I've been using it for two weeks now. The only thing I would add...
3095 Klaus Mueller
klaus_mueller23 Offline Send Email
Nov 5, 2002
10:04 pm
Hi John, ... Ok. "vFigTitleList". ... Oops. "vFigTitleList" used again. ... Ok. TextItem is "vFigTitleItem". ... Oops. "vFigString.TextType" isn't valid. It's...
3096 rsdelong Offline Send Email Nov 6, 2002
8:28 am
Hi, I'm trying to loop *backwards* from the last paragraph to the target paragraph in a document. I set my start TextLoc (vEnd) at the end of the last...
3097 Rick Quatro
frameexpert Offline Send Email
Nov 6, 2002
1:08 pm
Hi Rick, Here is the revised code with some comments. Set vDataDoc = ActiveDoc; Set vFlow = vDataDoc.MainFlowInDoc; Set vDataPgf =...
3098 Rick Quatro
frameexpert Offline Send Email
Nov 6, 2002
1:37 pm
Hi Scripters, I want to deliver some compiled, prototype scripts to a potential client. I would like to make them "expire" on a certain date. Has anyone done...
3099 Johan Decock
jdecock@... Send Email
Nov 6, 2002
1:49 pm
Hi Rick, I just saw a discussion about this on the Winbatch Webboard (http://webboard.winbatch.com). The possibilities with Framescript are more limited but...
Messages 3070 - 3099 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