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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 5559 - 5588 of 9213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5559
Hi There, I was wondering if anyone has used framescript in conversion of word document to structured xml document with the read/write rules and styles. I...
srikanth09090
Offline Send Email
Nov 3, 2004
4:19 pm
5560
... I cannot imagine what you want to do: Open a Word document in FrameMaker and then use Read/Write Rules to structure the file? No, that is not possible......
Michael Müller-Hil...
michaelmh
Offline Send Email
Nov 3, 2004
8:30 pm
5561
In post 2829 (Sept. 2002), Simon Bate talked about running a batch script externally to create a directory listing to use in FrameScript. It's been a couple...
Alex Maynes
alex_maynes
Offline Send Email
Nov 4, 2004
6:47 am
5562
Here is one way you can do it with a single script. 1) Create a string list, i.e., sGraphicsInUse. 2) Loop through all of the FrameMaker documents and their...
Rick Quatro
frameexpert@...
Send Email
Nov 4, 2004
12:21 pm
5563
... FrameMaker and then use Read/Write Rules to structure the file? No, that is not possible... More details needed. ... Michael, Yes, thats true what you...
srikanth09090
Offline Send Email
Nov 4, 2004
2:19 pm
5564
Srikanth, If you are new to FrameMaker you should get professional coaching to master this task. * Read/Write rules work only when opening XML files with...
Michael Müller-Hil...
michaelmh
Offline Send Email
Nov 4, 2004
3:07 pm
5565
Yes, you certainly can. If I recall correctly, the batch script was the basis for an earlier version of a script that does just what you were thinking of...
Simon Bate
simonbate
Offline Send Email
Nov 4, 2004
4:40 pm
5566
... master this task. ... or when saving structured FrameMaker documents to XML. ... applying a structure to unstructured FrameMaker documents; you will find...
srikanth09090
Offline Send Email
Nov 4, 2004
4:43 pm
5567
Thanks Rick, Your comments prompted me to look a little deeper at the ESL Object Reference manual, and there was an example of how to get a list of all the...
Alexander Maynes
alex_maynes
Offline Send Email
Nov 4, 2004
5:24 pm
5568
... I have no method to recommend, this was just to show the possible ways. I am a FrameMaker expert and you may have to ask Word experts for this. - Michael ...
Michael Müller-Hil...
michaelmh
Offline Send Email
Nov 4, 2004
5:40 pm
5569
I've recently tested a script on another PC that came up with the following error: FrameScript: Run Error (Read Only Variable) on command (New) The line in the...
rsdelong
Offline Send Email
Nov 4, 2004
6:21 pm
5570
Rick, It's probably that "ESystem" should be "eSys". Dick...
Dick Girard
dick_girard
Offline Send Email
Nov 4, 2004
7:20 pm
5571
Hi Rick, Check whether the vESystem variable is used in their initial script without being declared as Local: "Variables created in the initial script (see...
Klaus Mueller
klaus_mueller23
Offline Send Email
Nov 4, 2004
7:31 pm
5572
... ways. I am a FrameMaker expert and you may have to ask Word experts for this. ... Michael, anyways Thank you for your input, I will try and keep you...
srikanth09090
Offline Send Email
Nov 4, 2004
8:44 pm
5573
Hi Alex, Here's the script. To run the script, have a book file open and active. The script prompts you for the location of the book's art folder. Any art...
Simon Bate
simonbate
Offline Send Email
Nov 5, 2004
3:26 pm
5574
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com...
Simon Bate
simonbate
Offline Send Email
Nov 5, 2004
3:34 pm
5575
I know you can use a recursive subroutine to cycle through elements in a structured FrameMaker file. However, if I use the following paragraph-based looping...
Bill Marcotte
BillMarcotte
Offline Send Email
Nov 8, 2004
6:52 pm
5576
Hello, ... a structured FrameMaker file. However, if I >>use the following paragraph-based looping method, can FrameScript determine what element the para is...
Karsten Natebus
karsten_natebus
Offline Send Email
Nov 8, 2004
7:35 pm
5577
Hello Bill, Try this code. The code is not fast but functioned. Set objDoc = ActiveDoc; Set vPgf = objDoc.MainFlowInDoc.FirstPgfInFlow; Loop While(vPgf) Set...
Karsten Natebus
karsten_natebus
Offline Send Email
Nov 8, 2004
8:04 pm
5578
Hello Bill, I have an error in the code, replace Set objElement = objDoc.ElementSelection.Begin.Parent; With Set objElement =...
Karsten Natebus
karsten_natebus
Offline Send Email
Nov 9, 2004
7:47 am
5579
Hi, I have a problem that I can't seem to get a handle on. It seems that if you save all files in a book, it remembers those files that were minimized and...
Michael Smith
cnfwriter
Offline Send Email
Nov 11, 2004
12:09 am
5580
When you open your book component, make sure you assign a variable to it using the NewVar parameter. Then use this variable on the Get Object command. Open...
Rick Quatro
frameexpert@...
Send Email
Nov 11, 2004
2:25 am
5581
Thanks Rick, that did the trick!!!...
Michael Smith
cnfwriter
Offline Send Email
Nov 11, 2004
1:18 pm
5582
Hi all, Does anybody have a script which allows me to change the font used in all character and paragraph styles in a document (or better: book)? Ideally, the...
Frank Dissinger
frank_dissinger
Offline Send Email
Nov 11, 2004
2:08 pm
5583
Hi all, I am relatively new to Frame script. I need to change all the headings in my book from title case to sentence case. Is there a script that already...
Yael
yaelabramowitz
Offline Send Email
Nov 11, 2004
5:39 pm
5584
I want to toggle the changebars on and off. In my scripting, I've noticed that there seems to be two different types: one is assigned via character tag, the...
rickrett
Offline Send Email
Nov 14, 2004
1:50 am
5585
Hello Rick, ... If I understand you correct, you want to "reverse" all existing changebars? Could you tell us the background for this? ... There are three...
Klaus Mueller
klaus_mueller23
Offline Send Email
Nov 14, 2004
11:02 am
5586
Hello Yael, ... To loop through your book components, you can start with the following routine: Set vBook = ActiveBook; If (not vBook) LeaveSub; EndIf Set...
Klaus Mueller
klaus_mueller23
Offline Send Email
Nov 14, 2004
11:50 am
5587
Thanks Klaus! This helps alot, thanks! The idea for the script is that we want to use the changebars to flag changes in the documents so that the engineers...
rickrett
Offline Send Email
Nov 14, 2004
5:02 pm
5588
Hello Rick, ... So you do not really want to *toggle* those changebars. But then, if you remove existing changebars (which could be done easily via "Clear All...
Klaus Mueller
klaus_mueller23
Offline Send Email
Nov 14, 2004
8:51 pm
Messages 5559 - 5588 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