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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 4742 - 4771 of 9214   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4742
Dear all this is not specifically a FrameScript question, but with all your knowledge you might be able to help? Rick Quatro once upon a time had to change his...
Andreas.Ganzera@...
motorang
Offline Send Email
Mar 1, 2004
10:51 am
4743
Andy, The problem you are having is unrelated to the problem I referred to in the archived message. The problem is caused by the way FrameMaker handles changes...
Rick Quatro
frameexpert@...
Send Email
Mar 1, 2004
11:26 am
4744
... (3.0) ... Anybody? Please let me know if FrameScript doesn't allow to optimize the PDF size. Thanks Tobias...
alro98
Offline Send Email
Mar 1, 2004
12:10 pm
4745
Rick ... the ... prompts ... Usually the way to get around the above problem is this: For the first location, you set the dialog options to "Update document to...
Andreas.Ganzera@...
motorang
Offline Send Email
Mar 1, 2004
12:15 pm
4746
Tobias, You should download the FDK documentation from Adobe.com. Page 702 of the FDK 7 Programmer's Reference contains detailed instructions on calling the ...
Rick Quatro
frameexpert@...
Send Email
Mar 1, 2004
12:55 pm
4747
Thank you very much for your hint, Rick. For those who are interested, the following example shows pretty much what the options are (running Windows): New...
alro98
Offline Send Email
Mar 1, 2004
3:19 pm
4748
Hi, I have a script that tells FrameMaker to perform a series of Save As PDF operations. It works fine, except that Distiller (which was not running at script...
Mike Stockman
me_stockman
Online Now Send Email
Mar 1, 2004
3:37 pm
4749
... I certainly use Distiller command line options to do this. I have a script that calls Framemaker I use Framescript to print the file and exit. The calling...
Marcus Streets
marcus@...
Send Email
Mar 1, 2004
3:56 pm
4750
... Thanks, Marcus. I'll probably rework my scripts to use your solution, since nobody else replied with a magical flag that will make Distiller do what it's...
Mike Stockman
me_stockman
Online Now Send Email
Mar 1, 2004
8:56 pm
4751
** High Priority ** Hi Klaus, I've tried it with setting a TextLoc, but it gives the same result. An error on line 6 "Set vGraphic =...
Jurgen Willems
jw98a
Offline Send Email
Mar 2, 2004
9:27 am
4752
Hello Jurgen, The problem is the following: Each graphic specifies the next graphic in the document. Before you delete a graphic, you need to store the next ...
"Müller, Klaus"
klaus_mueller23
Offline Send Email
Mar 2, 2004
11:26 am
4753
I know very well that this is a FM list, but perhaps a few of you out there have dealt with this situation because it involves PDF creation. On a one-time...
David Schor
dsch_tw
Offline Send Email
Mar 2, 2004
4:08 pm
4754
Hello, Just wondering if anyone has had luck accessing the SelIndexes property of a list box. In the following code Set oTopicList =...
martin.smith@...
audiophileco
Offline Send Email
Mar 2, 2004
6:32 pm
4755
Thought I'd follow up on my earlier post. There is an error in the documentation. The SelIndex property (which the documentation states is an Integer, used to ...
martin.smith@...
audiophileco
Offline Send Email
Mar 2, 2004
8:22 pm
4756
I want to change all of my Index markers to a marker that designates which language is being indexed. I want the script to find the Index marker then change...
Brian Wilkins
wilkinsb1971
Offline Send Email
Mar 3, 2004
1:40 am
4757
** High Priority ** Hi Klaus, the script works fine. Thanks, Jurgen...
Jurgen Willems
jw98a
Offline Send Email
Mar 3, 2004
8:06 am
4758
... Brain, you want your loop to run through all markers not markertypes. So it must be ForEach(Marker). - Michael -- ...
Michael Müller-Hil...
michaelmh
Offline Send Email
Mar 3, 2004
10:15 am
4759
Hello ... It seems that it is not possible to change the Size of an EForm from within a script. From an OnClick-Event (RadioButtons) I tried to set the height...
mlg@...
helpy1963
Offline Send Email
Mar 3, 2004
5:53 pm
4760
I've got a load of tables that contain an anchored frame inside of the heading row. That anchored frame contains another table. I need to pull some data out of...
cwillardr
Offline Send Email
Mar 4, 2004
3:50 pm
4761
Hello Chuck, ... the anchored frame. Use the Get TextList command for returns aframe objects in cells. The vCell is a cell object that contains one or more...
Karsten Natebus
karsten_natebus
Offline Send Email
Mar 4, 2004
10:09 pm
4762
OK... I sort of get it. I can find the table and the Anchored Frame in the table, and I can test for a table in the Anchored Frame. For some reason I keep...
cwillardr
Offline Send Email
Mar 5, 2004
4:59 am
4763
Chuck, ... Take a look at the AFrame in your table: The container of the inner table is not the AFrame, but a TextFrame inside that AFrame. So Get TextList...
Klaus Mueller
klaus_mueller23
Offline Send Email
Mar 5, 2004
10:41 am
4764
Hello Chuck, ... the inner table is a child of a textframe. outer table->tablerow->tablecell->pgf->AFRAME->TEXTFRAME->list of inner tables. add following line...
karsten_natebus
Offline Send Email
Mar 5, 2004
10:47 am
4765
Thanks Karsten and Klaus! That solved the problem. Chuck ... NewVar...'...
cwillardr
Offline Send Email
Mar 6, 2004
5:42 am
4766
Hello, I have an Eform object that displays a set of controls. When the user clicks a button, FrameScript displays the built-in "ChooseFile" dialog box. I want...
martin.smith@...
audiophileco
Offline Send Email
Mar 8, 2004
9:29 pm
4767
Try setting session.IsIconified = False and session.IsInFront = True. Cheers, Ian ... -- Ian Hawkins Sundorne Communications Writing for technology . . ....
Ian Hawkins
ihawkinsca
Offline Send Email
Mar 8, 2004
10:18 pm
4768
Hi! We have some complex tables in our docs which are very difficult to build by hand but quite easily by Framescript. Is there any possibility to set the...
willibutz78
Offline Send Email
Mar 9, 2004
8:54 am
4769
As a new comer to this list, I would like to publicly thank, Klaus Mueller for his outstanding help on line. The help that he has provided, and the scripting,...
William Bernhardt
largeteddybe...
Offline Send Email
Mar 9, 2004
2:01 pm
4770
Hi scripters, I want to place a graphic directly (without an anchored frame) on a master page. When I import the graphic, it appears on the body page, because...
Michael.Kaemper@...
michaka67
Offline Send Email
Mar 9, 2004
3:16 pm
4771
Hello Michael, ... Use the New Inset Command for import a inset on the masterpage. Set objCurrentDoc = ActiveDoc; Set objMasterPage = FirstMasterPageInDoc; Set...
Karsten Natebus
karsten_natebus
Offline Send Email
Mar 9, 2004
3:52 pm
Messages 4742 - 4771 of 9214   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