Hello Philip, ... I'm pretty sure your problem is that you specified the hexadecimal value (263A) of the character WHITE SMILING FACE instead of its decimal...
Thanks Klaus. It works now! I didn't realize there was a UTF-8 setting for FrameScript in its options. That was the magic piece that I was missing. Philip....
I am working on a script that looks at each file in a book. It adds some new variable formats, changes existing variables to use the new format, and then...
Hi Fred, This often happens if you don't use a DocObject option in your commands. When you're working on a single document, that doc is usually the ActiveDoc...
Three writers on my team reported too-frequent crashes in FrameMaker 8, especially notable because it crashed disproportionately during idle time. (As opposed...
Simon, Adding the DocObject seems to have fixed the problem. Thanks. I copied my New VariableFormat from Rick's book, but that example was in the context of an...
Hi, For some reason I can't solve this simple problem. I have a script that finds a certain condition in the document(using find fromtextloc) The script finds...
Here's my routine I use for manipulating all documents in a book. Seems to work fine for me. Steve ============================================= //Here we look...
Hi, i had a similar problem, and i solved it like this: loop while(vtruefoundergebnis) //write console 'zeil6'; Find FromTextLoc(vtextloc) CharTag('brutto')...
You made my day. I just stumbled on another problem. is there anyway i can run the find procedure on 2 things - for instance - a certain element and a...
I did searched for more than one Charformattag, it worked. I think also different Objects can be search. Maybe you run in problems because Textrange.End will...
for some reason it isn't complying. if i try to search on all three(incond,notincond and element) either nothing happens or it finds just the element. do you...
Hi Fred, I saw that you've fixed the issue already, but thought I'd also pass along a plug for a related tool - BookVars. It is a tool from Leximation which...
Hi, Hal, I agree entirely! Leximation's BookVars is the most heavily used plug-in in my set of tools ... by far! Combined with EZVars (from EZTools), makes...
Hi, I have an ant build that is spitting out a list of Framemaker books and .fm files to a Text File. I wrote a script that takes that file, translates it to...
Hi Mary, from looking at the code the problem seems to be that all but the first entry start with a line feed character which is then considered part of the...
Hi group, Is there a custom script available somewhere for taking care of referenced files in a book? When I use the SaveBookAsPdf.fsl from the samples...
I think Michael is right (the colon is not removed), but I thought I'd throw in my two cents here and suggest that if I was to test a routine like this, I'd...
... Chuck, just for clarity, the method ToStringList{} removes the separation character (here the colon), but the source string had multiple lines and the...
I'm going to need to get some training for FrameScript in the next 2 to 3 weeks. I'm located in Austin TX and will be using it for template wrangling. I have a...
... Can't help you there. ... Other than what comes with FrameScript, this is pretty much the only book on the topic. It's a good book, but I believe it is out...
I posted this last week to the Framers Lists, but I forgot to post it here: Hello All, For a limited time, I am making a PDF of my book "FrameScript: A Crash ...
Rick Quatro
frameexpert@...
Oct 30, 2009 10:20 pm
9206
I have ECollection values displayed in a dialog box. Currently, they appear in the same order that they appear in the script. Is it possible to sort them...
ok, smart FrameScripters... I'm working on a multi-book printing script. The script is supposed to print any open books in the session. I have a modeless...
I would suggest rather than attempting to process the data in your dialog and setting activebook directly, go through your dialog and make an EVector list of...