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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 8612 - 8641 of 9213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8612
Just to explain why we recommend a non-scripting solution here: a) it is easier b) it is more complete In case of text changes you *always* want the '>' to...
Michael Müller-Hil...
michaelmh
Offline Send Email
Dec 1, 2008
9:01 am
8613
Robin, You can also find a paragraph ending in Framemaker search. Use the $ sign to find every “>†at the end of line: ...
Mary Anthony
m_m_anthony
Online Now Send Email
Dec 1, 2008
2:33 pm
8614
A little correction: To find forced line ends (lines that ends with a Shift+Return) the FrameMaker special character is "\r" instead of "\n". Furia -...
newtonfuria
Offline Send Email
Dec 3, 2008
12:53 pm
8615
FM8 p277 non-structured, FrameScript 5.2R1p219 , XP Sp3. I have a script that loops through the documents (bookcomponents) in an open book, sets certain View...
soqcy
Offline Send Email
Dec 3, 2008
7:07 pm
8616
Hi, This is probably an easy one for you guys but I am struggling on this. I want to change some properties of the AFrame containing a selected graphic. The...
Richard Pesant
richardpesant
Offline Send Email
Dec 3, 2008
7:32 pm
8617
Hello What's the matter on the Yahoo Group? I cannot perform a search on the whole content as I used to do before. When I perform a search, Yahoo just displays...
Vincent
vhurtel
Offline Send Email
Dec 3, 2008
9:26 pm
8618
yes, Yahoo Groups Search seems broken. :-( I searched for "book" and got only one result throughout all postings for all the time of the list. I had similar...
jxopher
Offline Send Email
Dec 4, 2008
1:16 am
8619
One possible solution is that maybe your graphic is not within an anchored frame, but an unanchored frame, in which case the BaselineOffset property would in...
Wolicki, Benjie
bwolicki
Offline Send Email
Dec 4, 2008
9:18 am
8620
Hello Stephen, ... In the past, I had some FM crashes with some (not all) documents containing text insets when using the command "Update TextInset". Do you...
Klaus Mueller
klaus_mueller23
Offline Send Email
Dec 4, 2008
9:48 am
8621
I would like to export all of the files in a book to rtf or doc format one by one. There is a sample FS script that does this for pdf (SaveBookAsPdf.fsl). The...
dilogsys
Offline Send Email
Dec 4, 2008
12:52 pm
8622
Hi, I have some subroutine questions: 1 Is it possible to pass the value _of_ a local variable to a subroutine? Or must this be a global variable? 2 Is it...
Reng, Dr. Winfried
winfriedreng
Offline Send Email
Dec 4, 2008
1:10 pm
8623
Hi Daniel, Just before the Save command, put a line that has Set ErrorCode = 0; Just after the Save command, add this Write Console 'ErrorCode: '+ErrorCode+'...
Rick Quatro
frameexpert@...
Send Email
Dec 4, 2008
1:41 pm
8624
Hello Daniel, ... Ensure that the filter is not commented out with a semicolon. This was the case in my FM8 default installation. Ensure enabling the...
Klaus Mueller
klaus_mueller23
Offline Send Email
Dec 4, 2008
1:52 pm
8625
Klaus, you are so right! Now it works. Thanks....
dilogsys
Offline Send Email
Dec 4, 2008
3:41 pm
8626
I've sent a message to Yahoo tech support asking about this. (Thanks to jxopher for sending an email to framescript-users-owner@yahoogroups.com to alert me....
Philip Sharman
phs
Offline Send Email
Dec 4, 2008
5:13 pm
8627
Hi, Is it possible to search for FM variables within a document using Framescript? I'd like to search for variables in files in a folder and convert specific...
d_aniel_1975
Offline Send Email
Dec 4, 2008
5:14 pm
8628
Hello Daniel, ... I am not aware of any F-Code to convert variables to text (according to the FM GUI, keeping inline char formattings). So if you replace...
Klaus Mueller
klaus_mueller23
Offline Send Email
Dec 4, 2008
6:40 pm
8629
Has anyone else experienced PDF production flakiness in FM8 using FrameScript? From what I can tell, the whole Adobe Distiller (the PDF making engine) system...
jxopher
Offline Send Email
Dec 4, 2008
6:57 pm
8630
Hi Daniel, Here is another way to do it, which will preserve any character formatting in the variable's definition. Assume that oDoc is your document object...
Rick Quatro
frameexpert@...
Send Email
Dec 4, 2008
7:24 pm
8631
Thanks Benjie for your reply. The graphic was within an anchored frame. I do not know what happened yesterday because today all is fine. I have not even...
Richard Pesant
richardpesant
Offline Send Email
Dec 4, 2008
8:21 pm
8632
Hello Rick, Well done, nice solution! Kind regards, Klaus ... From: Rick Quatro Date: 04.12.2008 20:15...
Klaus Mueller
klaus_mueller23
Offline Send Email
Dec 4, 2008
9:52 pm
8633
jx, I tried this and it worked. Of course, it was a small test book. You might want to test, whether any of the folowing APIClient entries in tghe maker.ini...
Michael Müller-Hi...
michaelmh
Offline Send Email
Dec 5, 2008
9:10 am
8634
FrameScript knows four types of variables (as can be seen in debug mode if you select "Examine Dataspace"): * global variables that are persistent * script...
Michael Müller-Hil...
michaelmh
Offline Send Email
Dec 5, 2008
9:32 am
8635
When I run the following script on FrameMaker 7.0, the following error is displayed: "Internal Error 7004, 6052770, 7652963, 0. FrameMaker has detected a...
Vincent
vhurtel
Offline Send Email
Dec 5, 2008
10:57 am
8636
Hi Klaus, Thanks! The technique works for cross-references as well. Rick Quatro Carmen Publishing Inc 585-659-8267 www.frameexpert.com...
Rick Quatro
frameexpert@...
Send Email
Dec 5, 2008
12:18 pm
8637
Hey JX, I ran your script in my environment it crashed after producing the second PDF. I'm running: Framemaker V8.0p227 Framescript 5.2R1p219 My book has...
Mary Anthony
m_m_anthony
Online Now Send Email
Dec 5, 2008
6:13 pm
8638
[resent, because somehow the original was abbreviated] jx, I tried this and it worked. Of course, it was a small test book. You might want to test, whether any...
Michael Müller-Hil...
michaelmh
Offline Send Email
Dec 5, 2008
7:03 pm
8639
Hello Scripters, I am trying to detect when the user presses the Alt+Arrow key combinations. Any help would be appreciated. Thanks. Rick Rick Quatro Carmen...
Rick Quatro
frameexpert@...
Send Email
Dec 9, 2008
7:38 pm
8640
Hi, i have some fdk-code to detek a key-press and do somethink. May you can code it for framescript. Richard #include "fapi.h" #include "fmemory.h" #include...
Richard
sbrv22
Offline Send Email
Dec 9, 2008
9:45 pm
8641
Hi Rick, ... See the following event script. As you know, "Event NotePreFunction" is always critical regarding system ressources, so you may want to replace ...
Klaus Mueller
klaus_mueller23
Offline Send Email
Dec 9, 2008
11:11 pm
Messages 8612 - 8641 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