Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

framescript-users · FrameScript Users

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 901
  • 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

Advanced
Messages Help
Messages 10462 - 10492 of 10492   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
10462 russwardwsc Send Email Mar 27, 2013
4:56 pm
Hi Keith, I'm not a FrameScript user, but I'm pretty sure it is not good to delete markers while iterating through the stack. I think as soon as you delete...
10463 russwardwsc Send Email Mar 27, 2013
4:57 pm
After all that, I forgot to say how I always do it... collect the candidate objects for deletion in an array, then iterate through that array after the first...
10464 rlauriston Send Email Mar 28, 2013
5:37 pm
I have to redo my scripts to reflect some directory reorganization and moving from CVS to SVN. As long as I'm doing that, I'd like to make the scripts more...
10465 Rick Quatro
frameexpert@... Send Email
Mar 28, 2013
9:53 pm
Hi Robert, Check out the EslObjects Reference which documents some eSys utility functions. For example, you can use this to find a script in the same folder as...
10466 rlauriston Send Email Apr 1, 2013
8:27 pm
The answer to that question is no. Apparently the current path for the script is the FrameMaker application directory....
10467 Rick Quatro
frameexpert@... Send Email
Apr 1, 2013
8:46 pm
Then answer is certainly not no, unless I misunderstood your question. Did you see my post? Rick Quatro Carmen Publishing Inc. 585-283-5045 ...
10468 rlauriston Send Email Apr 1, 2013
9:05 pm
You answered my second question. To rephrase my first question, does the path . in an .fsl file resolve to the directory where the .fsl file is located?...
10469 Rick Quatro
frameexpert@... Send Email
Apr 1, 2013
9:14 pm
What do mean by the "path"? You can get the full path to the currently running script in the ThisScript variable. If you want the folder name only, you can use...
10470 azhaodeal Send Email Apr 5, 2013
10:14 pm
Hi, I need to find all the pargraphs of a document. There are independent paragraphs, paragrpahs inside tables (cell paragraph). I have this basic question I...
10471 rlauriston Send Email Apr 5, 2013
10:24 pm
A flow is a series of connected frames. Here's the relevant section of the help: ...
10472 Amy Zhao
azhaodeal Send Email
Apr 5, 2013
11:47 pm
So does it mean if I have single flow in the document, using either NextPgfInDoc or NextPgfInFlow will let me loop through pargraphs in the same path, when...
10473 Rick Quatro
frameexpert@... Send Email
Apr 6, 2013
2:20 am
Hi Amy, Here is a chunk of code for discussion: Set oDoc = ActiveDoc; Set oPgf = oDoc.MainFlowInDoc.FirstPgfInFlow; Loop While(oPgf) // … do something here. ...
10474 Rick Quatro
frameexpert@... Send Email
Apr 10, 2013
1:27 pm
Hi Scripters, I am posting this to the FDK group as well. I actually need to do this with ExtendScript, but help from any corner will be useful. I am trying to...
10475 Mueller, Klaus
klaus_mueller23 Send Email
Apr 11, 2013
10:11 am
Hello Rick, Did you try to import the document properties BooleanConditionExpression, BooleanConditionState und BooleanConditionExpressionTag [FM10]? I did...
10476 Mueller, Klaus
klaus_mueller23 Send Email
Apr 11, 2013
10:14 am
Hello Rick, See also "Boolean Conditional Expression" in \FDK11&#92;include&#92;fapidefs.h: [cid:image003.jpg@...] Kind regards, Klaus...
10477 Rick Quatro
frameexpert@... Send Email
Apr 11, 2013
10:43 am
Hi Klaus, As it turns out, I was wrong about this. The FF_UFF_COND (ExtendScript) flag DOES import the Boolean Condition Expressions. However, it does not...
10478 Rick Quatro
frameexpert@... Send Email
Apr 11, 2013
11:12 am
I thought I would post a general follow up to this issue of dealing with Boolean Condition Expressions. Unlike Condition Formats, Paragraphs, etc., Boolean...
10479 Reng, Dr. Winfried
winfriedreng Send Email
Apr 18, 2013
6:55 am
Hi, In many of my scripts I have a command to not display the changes until the script has processed its commands. This means at the beginning: Set Displaying...
10480 Klaus Mueller
klaus_mueller23 Send Email
Apr 18, 2013
7:30 am
Hello Winfried, See http://tech.groups.yahoo.com/group/framescript-users/message/10403 ... Kind regards, Klaus...
10481 Reng, Dr. Winfried
winfriedreng Send Email
Apr 18, 2013
7:57 am
Hi Klaus, Thank you very much for the link. I had forgotten that this was already discussed. Best regards Winfried ... ________________________________ This...
10482 azhaodeal Send Email Apr 22, 2013
6:18 pm
Hi FrameScript users! What kind of text editing tool are you using? Do you have a tool that lets you set syntax highlighting for FrameScript? I am using...
10483 rlauriston Send Email Apr 22, 2013
7:43 pm
In EditPad Pro, try changing the File Type setting. Some of the choices will highlight some of the syntax. I'm using an older version, newer releases have more...
10484 Keith Soltys
keithtsx Send Email
Apr 22, 2013
8:26 pm
TextPad and UltraEdit have FrameScript files that allow you to add syntax highlighting for FrameScripts. Instructions are here for various editors. ...
10485 Jay
jharrison100 Send Email
Apr 23, 2013
8:12 pm
Hey All, I've been away from Framescript for 5 to 6 years and now I'm trying write a new script. I need to cycle through the text frames in the master pages. I...
10486 Jay
jharrison100 Send Email
Apr 24, 2013
2:05 pm
Never mind. I answered my own question (using Rick Quatro's book). I looped through the Graphic objects and looked for TextFrames. It doesn't matter if it's on...
10488 Robert Piper
rob_ea_piper Send Email
May 10, 2013
11:04 pm
Hello, I am very sorry to report that my email account was hacked. Apologies for this appearing on the user group email. Regards, Rob Piper. ...
10489 technodoode001 Send Email May 15, 2013
11:06 pm
I've done a fair amount of FrameScripting, but I'm stuck. Why does this NOT work? The console reads pvString = 0 when I expect the 0 to be "test string". I...
10490 michaelkmper Send Email May 16, 2013
7:07 am
Hi , the correct syntax is: Run putText pvString('test string'); Michael ________________________________ Eaton Industries GmbH ~ Sitz der Gesellschaft:...
10491 technodoode001 Send Email May 16, 2013
5:59 pm
Can FrameScript report the currently running FrameScript filename? This would be the equivalent to the $0 parameter in shell programming. Many compiled...
10492 Rick Quatro
frameexpert@... Send Email
May 16, 2013
6:19 pm
ThisScript Rick Quatro Carmen Publishing Inc. 585-283-5045 rick@......
Messages 10462 - 10492 of 10492   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