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 7200 - 7230 of 9213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7200
Hi Everyone, It appears that although I had set the linkend attribute of my xref elements to the new value (with underscores), I had forgotten about the...
Alan Broomhead
abroomhe
Offline Send Email
Oct 2, 2006
3:58 pm
7201
Hi, I have a script that makes a list of valid conditions from a specified template file then compares a list of the condition formats in the active document...
sbats123
Offline Send Email
Oct 3, 2006
2:22 pm
7202
You have to loop through each row in each table in the document and check its InCond property. This is an integer list that lists the condition integers that...
Rick Quatro
frameexpert@...
Send Email
Oct 3, 2006
2:50 pm
7203
Yeah. I figured that out. I think I've got that working in a small test script. Now my problem is that when I put it into my big script, it goes along for a...
sbats123
Offline Send Email
Oct 3, 2006
4:55 pm
7204
I'm not sure, but maybe you'll need a Delete Object(vCondInt) at the end of the inner loop? I guess that FrrameScript bails out if there are too many "new...
Peter Vanroose
peter_vanroose
Offline Send Email
Oct 3, 2006
6:15 pm
7205
I was trying to convert to text or remove all the Cross References from a doc before saving it in XML I tried this but it does not work! Sub DeleteAllXRefInDoc...
at_fmc
Offline Send Email
Oct 6, 2006
3:51 pm
7206
Andrea, Take a look at my Loops and Lists tutorial at http://www.frameexpert.com. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Send Email
Oct 6, 2006
3:57 pm
7207
Hi, I have a script that does autoediting, going through over 100 variables and placing *** in the document. I would like the script, once through the...
carey_bates
Offline Send Email
Oct 8, 2006
3:30 pm
7208
Hello Carey, ... Do you want to select the first book component in the book window or to place the insertion point in the first book component? First, you need...
Klaus Mueller
klaus_mueller23
Offline Send Email
Oct 8, 2006
3:56 pm
7209
Klaus: My goal was to place the insertion point in the first book component once the script was complete. I changed a variable to match my script...and added...
carey_bates
Offline Send Email
Oct 9, 2006
11:43 am
7210
Dear all, I have the same need, If one can post the John Francis file in this site, I will appreciate. Thanks in Advance Andrea ... subscribe@yahoogroups.com ...
at_fmc
Offline Send Email
Oct 9, 2006
12:17 pm
7211
Hi, I have written a script MoveUnUsedGraphicFiles.fsl (available in Files folder in framescript-users Yahoo Groups page) which will move all the unused image...
Raghu Ram
praguram
Offline Send Email
Oct 12, 2006
6:40 am
7212
Hi Raghu, Instead of using Loop ForEach(File) In(Folder), you should use an EFileInfo object instead. This allows you to precisely identify files and folders. ...
Rick Quatro
frameexpert@...
Send Email
Oct 12, 2006
12:10 pm
7213
Why not get the plug-in "Archive"? This program takes all the files related to a book (BK, FM, text insert, IX, TOC, and grahics) and places them in a folder...
William Bernhardt
largeteddybe...
Offline Send Email
Oct 12, 2006
12:13 pm
7214
Rick - just wanted to say that this little db has proven itself effective yet once again. I've created a script that uses insets with named flows, and using...
carey_bates
Offline Send Email
Oct 16, 2006
2:06 pm
7215
Hi FrameExperts, I am new to frame makerscript.I had 2 quesions questions. 1) Instead of writing in console using Set vMsg = 'Cannot open "'+ gvBookName +'"...
prasadvrp
Offline Send Email
Oct 18, 2006
6:56 pm
7216
Hi Prasad, Yes, you can use the TextFile commands to create, open, read, and write to a text file. See the Basics.pdf file for more information. Here's some...
Simon Bate
simonbate
Offline Send Email
Oct 18, 2006
9:13 pm
7217
Hello Scripters, I am spending some time learning Perl, which I find a facinating language. One thing that it allows you to do is to read a text file, make...
Rick Quatro
frameexpert@...
Send Email
Oct 23, 2006
2:19 pm
7218
We have a requirement to supply alternate text ALT for all of our graphics. In Frame, you do this by right-clicking on the Anchor Frame and choosing "Object...
Jay Hershkowitz
jay_hershko
Offline Send Email
Oct 23, 2006
3:27 pm
7219
Hello, This is the ObjectAttributes property. This property is a stringlist. Select a aframe object and try the following codesnipped: Set vGph =...
Karsten Natebus
karsten_natebus
Offline Send Email
Oct 23, 2006
5:35 pm
7220
I'm looking for an Event of moving files around in a book. Often, our users accidentally move a file in a book. 1) Is there a way to lock the files? 2)...
Jay Hershkowitz
jay_hershko
Offline Send Email
Oct 24, 2006
3:51 pm
7221
Hello Jay, ... Unfortunately, there is no such event. ... Well ... you could make the book view only Set ActiveBook.BookIsViewOnly = True; but then you cannot...
Klaus Mueller
klaus_mueller23
Offline Send Email
Oct 24, 2006
4:26 pm
7223
Hello, ... A event for moving bookcomponents in a book is not available. ... This is not possible. ... moved, for a confirmation (a simple message box) Try the...
Karsten Natebus
karsten_natebus
Offline Send Email
Oct 24, 2006
4:42 pm
7224
Karsten, Jay, The Event NoteBackToUser wont trigger moving book components, but Event NoteDirtyBook does. Event NoteDirtyBook could be used in combination with...
Klaus Mueller
klaus_mueller23
Offline Send Email
Oct 24, 2006
5:08 pm
7225
Karsten, Okay I have to ask... What the heck does "AW:" mean when you add it to the beginning of the subject line? -- JR...
JollyRoger
monoclast
Offline Send Email
Oct 24, 2006
5:15 pm
7226
Hello Jolly, 'AW:' (AntWort) is the german correspondence for 'Re:' (reply). Best regards Karsten 'MAC' Natebus ... Von: framescript-users@yahoogroups.com ...
Karsten Natebus
karsten_natebus
Offline Send Email
Oct 24, 2006
5:29 pm
7227
Jay, Karsten, ... OK: I just checked this - it won't work. When checking the book comp order if that event is triggered, one will receive still the old book...
Klaus Mueller
klaus_mueller23
Offline Send Email
Oct 24, 2006
5:34 pm
7228
AW is obviously not handled properly by some/most popular email software (see the multiple, stacked "AW"s in the subject of this message). Is AW: part of some...
JollyRoger
monoclast
Offline Send Email
Oct 24, 2006
5:44 pm
7229
AW is the standard standard attitude from outlook (german). Best regards Karsten 'MAC' Natebus ... From: framescript-users@yahoogroups.com ...
Karsten Natebus
karsten_natebus
Offline Send Email
Oct 24, 2006
6:07 pm
7230
Hello Klaus, thanks for your addition and your correction. best regards Karsten 'MAC' Natebus ... Von: framescript-users@yahoogroups.com ...
Karsten Natebus
karsten_natebus
Offline Send Email
Oct 24, 2006
6:14 pm
Messages 7200 - 7230 of 9213   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