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...
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...
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@...
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...
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@...
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...
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...
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@...
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@...
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...
Hello Rick, Did you try to import the document properties BooleanConditionExpression, BooleanConditionState und BooleanConditionExpressionTag [FM10]? I did...
Hello Rick, See also "Boolean Conditional Expression" in \FDK1192;include92;fapidefs.h: [cid:image003.jpg@...] Kind regards, Klaus...
10477
Rick Quatro
frameexpert@...
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@...
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...
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...
Hi Klaus, Thank you very much for the link. I had forgotten that this was already discussed. Best regards Winfried ... ________________________________ This...
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...
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...
TextPad and UltraEdit have FrameScript files that allow you to add syntax highlighting for FrameScripts. Instructions are here for various editors. ...
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...
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...
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...
Hi , the correct syntax is: Run putText pvString('test string'); Michael ________________________________ Eaton Industries GmbH ~ Sitz der Gesellschaft:...
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@...
May 16, 2013 6:19 pm
ThisScript Rick Quatro Carmen Publishing Inc. 585-283-5045 rick@......