Skip to search.
framescript-users · FrameScript Users

Group Information

  • Members: 630
  • Category: Software
  • Founded: Aug 20, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 3784 - 3813 of 10298   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3784 yourmom_of_course
yourmom_of_c... Offline Send Email
Jun 2, 2003
4:00 pm
Hi Scripters. Is there a limit to the amount of information one can store in the UserString property of a document? Thanks. Maman/Mutti/Mom PS Extra dessert...
3785 Michael Müller-Hil...
michaelmh Offline Send Email
Jun 2, 2003
7:54 pm
254 or 255 characters. - Michael ... -- _______________________________________________________________________ Dipl.-Ing. Michael Müller-Hillebrand...
3786 Frank Dissinger
frank_dissinger Offline Send Email
Jun 3, 2003
6:25 am
Hi all, I need a script which loops through all documents of a book and changes any text tagged with certain conditions to normal text (without the condition)....
3787 Karsten Natebus
natebusk Offline Send Email
Jun 3, 2003
8:35 am
Hallo Frank, i have written a little script for changing conditional formats in a doc or a book. Kind regards, Karsten Natebus Dipl.Ing.(FH), EMD ... Brückner...
3788 Frank Dissinger
frank_dissinger Offline Send Email
Jun 3, 2003
5:41 pm
Hi Karsten, Thank you for your script which is extremely useful, though not exactly for what I want to do currently. What I need is a script which removes the ...
3789 John Francis
jfrancis999 Offline Send Email
Jun 3, 2003
9:32 pm
Frank, Take a look at this chapter from Rick Quatro's excellent FrameScript: A Crash Course (highly recommended). It should point you in the right direction. ...
3790 Kühn Wolfgang
wkuehn32 Offline Send Email
Jun 4, 2003
12:07 pm
Hi All, I would like to copy a paragraph format from a table cell and paste it into another table cell. The Background: I would like to copy all cell para...
3791 Kühn Wolfgang
wkuehn32 Offline Send Email
Jun 4, 2003
12:10 pm
Hi All, I would like to copy a paragraph format from a table cell and paste it into another table cell. The Background: I would like to copy all cell para...
3792 dick_girard Offline Send Email Jun 6, 2003
12:20 am
I can set the volume number for each file, but I also need to set the volume number for the book (the same as seleting all files in book, right-clicking,...
3793 Michael Müller-Hil...
michaelmh Offline Send Email
Jun 6, 2003
8:38 am
... There is only one type of volume number for each document = book component. - Michael -- ____________________________________________________________ ...
3794 Larry Owens
lowens1967 Offline Send Email
Jun 6, 2003
2:08 pm
Is there such a thing as a column object in FM script? I'm trying create a loop that looks for a particular paratag at the top of each column. If it finds...
3795 Marcus Streets
marcus@... Send Email
Jun 6, 2003
2:46 pm
... The loop you are looking for is: Set displaying=0; Set reformatting = 1; Loop ForEach(SubCol) In(IndexDoc.MainFlowInDoc.FirstTextFrameInFlow) ...
3796 larry owens
lowens1967 Offline Send Email
Jun 6, 2003
3:39 pm
Thanks ... Do you Yahoo!? Free online calendar with sync to Outlook(TM)....
3797 Wade Courtney
wcourtne Online Now Send Email
Jun 10, 2003
5:22 pm
I'm looking for a way to list text insets in a book along with their full paths. Is there a way to do this in Framescript? Wade ... C. Wade Courtney Sr....
3798 Wade Courtney
wcourtne Online Now Send Email
Jun 10, 2003
5:24 pm
<embarrassed>never mind.</embarrassed> ... From: Wade Courtney Sent: Tuesday, June 10, 2003 10:22 AM To: framescript-users@yahoogroups.com Subject:...
3799 dick_girard Offline Send Email Jun 10, 2003
7:26 pm
Is it possible for FrameScript to access the book's Numbering Properties (right-click on the book, then click Numbering)? I need to set the book's volume...
3800 Richard Combs
rgcombsvoyant Offline Send Email
Jun 10, 2003
7:57 pm
... The book itself doesn't have numbering properties. You can't right-click on the book and select Numbering; it isn't available. When the book file is...
3801 dick_girard Offline Send Email Jun 11, 2003
12:12 am
Hi Richard, ... of a _file in the book_ in two different places: (1) in the file itself, by selecting Format > Document > Numbering, and (2) from the book...
3802 Karsten Natebus
natebusk Offline Send Email
Jun 11, 2003
6:36 am
this is a simple way to list all ti's in a fm-book. If ActiveBook Set vCurrentBook = ActiveBook; Run OpenAllComponentInBook; Else leavesub; EndIf //***[Alle...
3803 Michael
michaelmh Offline Send Email
Jun 11, 2003
10:20 am
Has anyone found a method to suppress this confirmation dialog? - Michael...
3804 Richard Combs
rgcombsvoyant Offline Send Email
Jun 11, 2003
2:26 pm
dick_girard wrote: <snip> volume numbers, I don't consider them to be the same. So I refer to ... <snip> ... But the semantic difference causes the confusion....
3805 dick_girard Offline Send Email Jun 12, 2003
12:55 am
... property (p. 167 of the FSL Reference). As I said, it's not a property of the book, but of the _files in the book_, so you have to set it for each file in...
3806 Rick A. Henkel
rickhenkel Offline Send Email
Jun 12, 2003
12:56 pm
I may be overlooking something obvious, so I thought I'd better ask before I spend any more time on it. Is there any reason why this script to convert manual...
3807 eric.dunn@...
Ford_Prefect... Offline Send Email
Jun 12, 2003
1:03 pm
You should be able to get it to work. I assume you are looping through each book component and then openeing the component and processig the file. I have...
3808 devenzke Offline Send Email Jun 12, 2003
1:31 pm
Dick, You should be able to do what you want if you modify the BookComponent object properites and the Document properties appropriately. I've added two small...
3809 "Müller, Klaus"
mueller_itl Offline Send Email
Jun 12, 2003
2:09 pm
Hello Rick, ... I assume that you missed adding the "DocObject" parameter to some commands. When working with an ActiveDoc, this is not necessary, but when...
3810 yourmom_of_course
yourmom_of_c... Offline Send Email
Jun 12, 2003
3:06 pm
Hi. I want to open a palette and specify its location on the screen. I have been unsuccessful thus far. Below is my code. Can anyone tell me what code...
3811 Rick A. Henkel
rickhenkel Offline Send Email
Jun 12, 2003
3:22 pm
... Thanks, Klaus. I took a look at the updated version, and I found the places where I forgot to make changes. For example, I didn't specify a flow to check...
3812 dick_girard Offline Send Email Jun 13, 2003
1:00 am
Hi Dave, Thank you for your input. Based on your sample code, I was able to figure out why my script wasn't setting the book's volume number. I was using the...
3813 "Müller, Klaus"
mueller_itl Offline Send Email
Jun 13, 2003
8:16 am
Mom, ... If vPalette is a valid document variable, your code should work. You can also specify ScreenX(700) ScreenY(100) within the "Open Document" command. ...
Messages 3784 - 3813 of 10298   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