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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 9179 - 9208 of 9208   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9179
Hello Philip, ... Make sure you have an active document containing a main flow. Kind regards, Klaus...
Klaus Mueller
klaus_mueller23
Offline Send Email
Oct 23, 2009
2:17 am
9180
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...
Klaus Mueller
klaus_mueller23
Offline Send Email
Oct 23, 2009
2:17 am
9181
Thanks for that info, Klaus. That's a keeper! Simon...
simonbate
Offline Send Email
Oct 23, 2009
1:57 pm
9182
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....
Philip Sharman
phs
Offline Send Email
Oct 23, 2009
7:52 pm
9183
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...
Fred Wersan
fredwersan
Offline Send Email
Oct 27, 2009
4:33 pm
9184
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...
simonbate
Offline Send Email
Oct 27, 2009
4:50 pm
9185
Three writers on my team reported too-frequent crashes in FrameMaker 8, especially notable because it crashed disproportionately during idle time. (As opposed...
jxopher
Offline Send Email
Oct 28, 2009
12:19 am
9186
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...
Fred Wersan
fredwersan
Offline Send Email
Oct 28, 2009
2:35 pm
9187
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...
yoavk37@...
yoavk37...
Offline Send Email
Oct 28, 2009
2:44 pm
9188
Here's my routine I use for manipulating all documents in a book. Seems to work fine for me. Steve ============================================= //Here we look...
Batsford, Steve
sbats123
Offline Send Email
Oct 28, 2009
2:47 pm
9189
Hi, i had a similar problem, and i solved it like this: loop while(vtruefoundergebnis) //write console 'zeil6'; Find FromTextLoc(vtextloc) CharTag('brutto')...
Richard
sbrv22
Offline Send Email
Oct 28, 2009
3:18 pm
9190
Great idea! what did you set vtextloc in the beginning? Yoav...
yoavk37@...
yoavk37...
Offline Send Email
Oct 28, 2009
3:46 pm
9191
Hi, ... Set vtextloc = ActiveDoc.Mainflowindoc.FirstPgfInFlow.Textrange.Begin; Greets Richard...
Richard
sbrv22
Offline Send Email
Oct 28, 2009
3:58 pm
9192
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...
yoavk37@...
yoavk37...
Offline Send Email
Oct 28, 2009
4:28 pm
9193
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...
Richard
sbrv22
Offline Send Email
Oct 28, 2009
4:43 pm
9194
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...
yoavk37@...
yoavk37...
Offline Send Email
Oct 28, 2009
5:19 pm
9195
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...
hvkauffe
Offline Send Email
Oct 28, 2009
11:28 pm
9196
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...
syed.hosain@...
szhosain
Offline Send Email
Oct 29, 2009
1:29 am
9197
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...
Mary
m_m_anthony
Offline Send Email
Oct 29, 2009
11:57 pm
9198
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...
Michael Müller-Hil...
michaelmh
Offline Send Email
Oct 30, 2009
9:05 am
9199
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...
hrachya.aghajanyan
hrachya.agha...
Offline Send Email
Oct 30, 2009
10:33 am
9200
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...
cwillardr
Offline Send Email
Oct 30, 2009
12:40 pm
9201
... Chuck, just for clarity, the method ToStringList{} removes the separation character (here the colon), but the source string had multiple lines and the...
Michael Müller-Hil...
michaelmh
Offline Send Email
Oct 30, 2009
1:55 pm
9202
Thanks Michael, it was the line feeds. Your removal lines did the trick. You were right, I was using the colon as a separator. Mary From:...
Mary Anthony
m_m_anthony
Offline Send Email
Oct 30, 2009
3:21 pm
9203
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...
bong_death_rabbit
bong_death_r...
Offline Send Email
Oct 30, 2009
4:36 pm
9204
... 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...
Steve
stever_two
Offline Send Email
Oct 30, 2009
9:26 pm
9205
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@...
Send Email
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...
Rick
rickhenkel
Offline Send Email
Nov 4, 2009
4:35 pm
9207
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...
cwillardr
Offline Send Email
Nov 6, 2009
5:53 pm
9208
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...
simonbate
Offline Send Email
Nov 6, 2009
8:26 pm
Messages 9179 - 9208 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