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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 7535 - 7564 of 9213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7535
Hi all: Asumme that I have found an element, it takes two pages. How can I caculater the page numbers which is that "2'? Thank you vary much!...
xuyanning1
Offline Send Email
Apr 2, 2007
10:29 am
7536
Here is one way you can do it: // Get the selected element. Set oElement = ElementSelection.Begin.Child; // Get the element's text range. Set tTextRange =...
Rick Quatro
frameexpert@...
Send Email
Apr 2, 2007
11:39 am
7537
Here is another way to do it if your element spans multiple pages: Set oElement = ElementSelection.Begin.Child; Get TextList InObject(oElement) PageBegin...
Rick Quatro
frameexpert@...
Send Email
Apr 2, 2007
11:46 am
7538
Hi All: My Aim is to Judge the Place Of Current Cursor(TextLoc) Which is in Left Subcol or Right. The Method Which I Thought is Retrive the Distance from the...
xuyanning1
Offline Send Email
Apr 3, 2007
8:35 am
7539
Here is how to move from the cursor's text location up to the text frame. Set tTextLoc = TextSelection.Begin; Set oSubCol = tTextLoc.InTextObj; Set oTextFrame...
Rick Quatro
frameexpert@...
Send Email
Apr 3, 2007
11:45 am
7540
Hi all: I meet an obstacle. I want to get the content of Article,but I don't know the relations of "aqtitle","Author Query Form" and "Aricle:***". I should use...
xuyanning1
Offline Send Email
Apr 4, 2007
3:49 am
7541
Hi all: I ask you a qustion. For example: The framescript will install my program(*.fsl) automatically after Adobe FrameScript is opened while not at all...
xuyanning1
Offline Send Email
Apr 4, 2007
9:14 am
7542
Thanks Rick Quatro,your answer is very correct. I have used it. Thank you agin for your more times help. -- In framescript-users@yahoogroups.com, "Rick Quatro"...
xuyanning1
Offline Send Email
Apr 4, 2007
2:10 pm
7543
Hello FrameScript users I am a very new user of FrameScript but after playing with it for a couple of weeks I have managed to achieve most of my initial ...
awilowska
Offline Send Email
Apr 4, 2007
3:41 pm
7544
Joe Schrengohst kindly directed me to Message 1883 from Rick Quatro which says: Here is the syntax to call the TableSort DLL with FrameScript. CallClient...
awilowska
Offline Send Email
Apr 5, 2007
11:36 am
7545
Hi all: Asumme I have cut the table foot to clipboard. Its format is changed after paste it to orginal loaction .I don't know how to change it back...
xuyanning1
Offline Send Email
Apr 6, 2007
8:58 am
7546
Hi Alex, There actually is a way to call the FrameMaker Table Sort command. The Table Sort command is implemented as an API client so you have to call it using...
Rick Quatro
frameexpert@...
Send Email
Apr 7, 2007
12:52 pm
7547
I am using code such as the following to find and delete a text string: Find FromTextLoc(vTLoc) String('AAA') ReturnRange(vRange) ReturnStatus(vFound); If...
David Shaked (Wernick)
davidwernick
Offline Send Email
Apr 8, 2007
11:23 pm
7548
Hi David, You can use the function below to delete just the strings from a text range. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com Find...
Rick Quatro
frameexpert@...
Send Email
Apr 9, 2007
12:02 am
7549
Hi all, Can any one share some of the real time examples of frame scripts. Thanking you in advance...
saivenkatram
Offline Send Email
Apr 9, 2007
6:14 pm
7550
Thanks, Rick. I came up with the following solution on my own. It differs from yours in that it preserves the markers only if they are at the start of the...
David Shaked (Wernick)
davidwernick
Offline Send Email
Apr 9, 2007
7:10 pm
7551
*bump* Any ideas about that issue? It wasn't my fault that the message appeared like 10-times, yahoo had a bug that day. <---------------------------> Hi...
oliver.lehner
Offline Send Email
Apr 10, 2007
2:46 pm
7552
Is there a script or a way to connect and set all the text flows to "A"? For some reason, Korea is now sending me files with multiple text flows. This prevents...
William Bernhardt
largeteddybe...
Offline Send Email
Apr 10, 2007
8:52 pm
7553
Hi Bill, Connecting text frames is a matter of setting a text frame's NextTextFrameInFlow or PrevTextFrameInFlow properties to the next or previous text frame,...
Rick Quatro
frameexpert@...
Send Email
Apr 10, 2007
9:30 pm
7554
Hi David, TextLists are always returned in document order. When you traverse paragraphs using NextPgfInFlow, these will be processed in document order. Of...
Rick Quatro
frameexpert@...
Send Email
Apr 10, 2007
11:23 pm
7555
Hi all: ... type= title ... element end. How can i get the text 'xuyanning'.and '2'; If the elemet is exit i can get string 'xiaoduan' and 'cao'. I don't know...
xuyanning1
Offline Send Email
Apr 11, 2007
5:25 am
7556
Sorry for bumping this old thread, but i'm having the same problem. Could you please share a code example? I don't know how to get an AFrame's Textrange... ...
oliver.lehner
Offline Send Email
Apr 12, 2007
2:35 pm
7557
Let's assume that you have an anchored frame selected, so that Set oAFrame = FirstSelectedGraphicInDoc; The anchored frame's text location is oAFrame.TextLoc ...
Rick Quatro
frameexpert@...
Send Email
Apr 12, 2007
2:58 pm
7558
Thank you Rick for the further background on this. I've just got back from a week's holiday, hence the delay in acknowledging. Alex ... The Table ... using ......
awilowska
Offline Send Email
Apr 15, 2007
9:07 pm
7559
Hi all: I get the special textrange. I draw a reactangle get its width is 228pt and heghit is 166pt. But i don't know how to use language realize the function...
xuyanning1
Offline Send Email
Apr 16, 2007
2:30 am
7560
Hi all: I do RunningHead(Title) but it contains itlic ,symbol,sup.....¡£I use follow code but the textoffset is wrong it cause behind textrange is also...
xuyanning1
Offline Send Email
Apr 16, 2007
8:42 am
7561
We are producing a developers tutorial and we want to apply syntax highlighting to the various code snippets. So I want to take an element with a specific role...
Marcus Streets
marcus@...
Send Email
Apr 16, 2007
4:09 pm
7562
Hi Marcus, You can use FrameScript 4.1R2 or higher with the VBScript.RegExp object so you can use regular expressions to find keywords or language patterns....
Rick Quatro
frameexpert@...
Send Email
Apr 16, 2007
4:33 pm
7563
Hello Marcus, ... Many text editors support syntax highlighting; the configuration files can normally easily be adapted to your programming language (if it...
Müller, Klaus
klaus_mueller23
Offline Send Email
Apr 17, 2007
9:04 am
7564
Hi, I saw the response to Alex re calling a FM Table Sort Command, and I was wondering if there is a similar command to call a FM Convert Text to Table...
paul schnall
pschnall2000
Offline Send Email
Apr 19, 2007
10:10 am
Messages 7535 - 7564 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