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 8479 - 8510 of 9213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8479
In a document I open PDF files using a click on a hypertext command (Message openfile path/name.pdf). If the PDF file name contains an apostrophe, the link...
soqcy
Offline Send Email
Sep 11, 2008
2:47 pm
8480
Post your Hypertext command so we can see the syntax. Rick Quatro Carmen Publishing Inc 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Send Email
Sep 11, 2008
2:55 pm
8481
Sorry, here is the command... message openfile \\civette/4654 Création du format de projet d'IMSurvey.pdf The above command does not work because of the...
soqcy
Offline Send Email
Sep 11, 2008
3:13 pm
8482
This is the marker text; I was hoping to see the entire FrameScript command that is using the marker text. Rick Quatro Carmen Publishing Inc 585-659-8267 ...
Rick Quatro
frameexpert@...
Send Email
Sep 11, 2008
3:34 pm
8483
Hi. Not sure I understand. I insert in my document the hypertext marker using Special > Hypertext, I choose Message Client in the Command list box, and give...
soqcy
Offline Send Email
Sep 11, 2008
3:45 pm
8484
Hi Stephen, Since this is a FrameScript forum, I assumed that you were using a FrameScript command to invoke the marker. I am not sure what the problem is. You...
Rick Quatro
frameexpert@...
Send Email
Sep 11, 2008
4:51 pm
8485
I have an event script that triggers after I insert an indexEntry element in a document. If I insert the element from the FrameMaker window the event script...
Fred Wersan
fredwersan
Offline Send Email
Sep 17, 2008
2:20 pm
8486
Why don't you just call the installed event script whenever necessary from your script? That is, make the Event call a subroutine, which then can be called ...
Michael Müller-Hil...
michaelmh
Offline Send Email
Sep 17, 2008
4:35 pm
8487
Hi Fred, Events are not usually triggered when you perform the action programmatically. But like Michael says, just have the script that inserts the element...
Rick Quatro
frameexpert@...
Send Email
Sep 17, 2008
5:06 pm
8488
What would be the best way to compare two versions of the document and highlight the differences in terms of text but not layout, automatically using the...
rahdexir
Offline Send Email
Sep 23, 2008
12:28 pm
8489
Use the FrameScript DocCompare command. Rick Quatro Carmen Publishing Inc 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Send Email
Sep 23, 2008
12:45 pm
8490
Is it possible to use DocCompare just to extract textual differences? The result of DocCompare also contains differences because of layout changes and I don't...
Hakan Ari
rahdexir
Offline Send Email
Sep 23, 2008
12:51 pm
8491
Greetings FrameScripters. I am fairly new to FrameScript but have been able to get up to speed thanks to all the great code and discussions on this list. Now I...
bencolborn
Offline Send Email
Sep 25, 2008
4:22 am
8492
Hi Ben, I think you have a few problems in the following three lines of code (explanations following each line): New TextLoc NewVar(tTextLoc)...
Wolicki, Benjie
bwolicki
Offline Send Email
Sep 25, 2008
7:35 am
8493
For the issue I mentioned previously (comparing texts of two documents), I decided to iterate thru paragraphs and compare their text. However, now I have...
rahdexir
Offline Send Email
Sep 25, 2008
9:54 am
8494
Benjie, thank you so much for your response. This code did what I needed it to. Ben...
bencolborn
Offline Send Email
Sep 25, 2008
4:49 pm
8497
Hi Sven, Use the FindPos method of the EArray object, as explained in the FrameScript Object Reference: Display lv_fmts_3lvl.FindPos{'nodform'}; Rick Quatro ...
Rick Quatro
frameexpert@...
Send Email
Sep 26, 2008
12:27 pm
8498
Hi Rick, thanks for your answer. That does exactly what I need. Sven...
Sven Haarkoetter
cum_tacent_c...
Offline Send Email
Sep 29, 2008
9:51 am
8499
Hi Scripters, Does anyone know of a FrameMaker document or session property that controls whether a file is opened in "maximized" or "restored" view? If I...
Mark O'Connor
lemoco
Offline Send Email
Oct 10, 2008
12:07 pm
8500
Hi, I don't know if such property exist but in order to maximize and minimize you can use KbdMaximize and KbdMinimize F-codes. I am pretty sure there is...
rahdexir
Offline Send Email
Oct 10, 2008
1:22 pm
8501
I'm still running FrameMaker 6.0 and I've actually had a copy of FrameScript for quite a while -- I just haven't had the time or need to try and use it. But in...
Rose Miller
milmacrose
Offline Send Email
Oct 13, 2008
11:28 pm
8502
... Well, I guess a lot of folks learn best by doing it! Or by looking at available scripts that seem to solve a similar problem. ... If you still have...
Michael Müller-Hil...
michaelmh
Offline Send Email
Oct 14, 2008
8:16 am
8503
Hi, I want to write a short script which moves to each text inset and updates it. In my file there are 8 different text flows. In each there is a single text...
Reng, Dr. Winfried
winfriedreng
Offline Send Email
Oct 14, 2008
1:50 pm
8504
Hello Winfried, the update for nested textinsets is not possible. Check the current textinset, is this a nested textinset then open the source document etc.......
framescript@...
karsten_natebus
Offline Send Email
Oct 14, 2008
2:28 pm
8505
Hi Karsten, Thank you very much. However, there is nothing nested. There are just 8 text frames, named A to H. Each has a single text inset imported, just a...
Reng, Dr. Winfried
winfriedreng
Offline Send Email
Oct 14, 2008
2:41 pm
8506
Hi Scripters. I've a script (as UTF-8) and the following line returns the false character position. (Elmscript Fontencoding is set to 'UTF8') What's wrong? Set...
chris_schaefer2000
chris_schaef...
Offline Send Email
Oct 14, 2008
3:40 pm
8507
... As long as FrameScript is running in UTF8 mode PlatformEncodingMode is not needed and not working. I can confirm this behaviour (bug). Since the .SubString...
Michael Müller-Hil...
michaelmh
Offline Send Email
Oct 14, 2008
4:44 pm
8508
Hi Chris, What versions of FrameMaker and FrameScript are you using? Thanks. Rick Rick Quatro Carmen Publishing Inc 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Send Email
Oct 14, 2008
5:19 pm
8509
Hi Chris, I am on FrameMaker 8 and FrameScript 5.1R3p210. I get 8 for an answer. Rick Quatro Carmen Publishing Inc 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Send Email
Oct 14, 2008
8:27 pm
8510
Hi Rick, I've tried it too with your same setup, but saving the script in UTF-8. You get 9 because FrameScript reads the following: Set strText =...
i_contexto
Offline Send Email
Oct 14, 2008
8:49 pm
Messages 8479 - 8510 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