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 9032 - 9061 of 9208   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9032
Hi Rick, This sounds very much like it should be done using XSLT. XSL is the language to modify XML files! Regarding the preservation of entities I had success...
Michael Mller-Hil...
michaelmh
Offline Send Email
Jul 1, 2009
8:18 am
9033
Hi scripters, Here's my problem: I have conditionalized (30 condition tags for 30 languages) warning texts in named frames on a specific reference page in a FM...
oliver.lehner
Offline Send Email
Jul 2, 2009
2:19 pm
9034
If you have it at hand, you could try it with FrameMaker 8, which supports more virtual fonts (FontSubstitutes) than FrameMaker 9. Another option would be to...
Michael Mller-Hil...
michaelmh
Offline Send Email
Jul 2, 2009
3:00 pm
9035
Hello Scripters, I want to use a series of buttons in an EForm and have them behave somewhat like checkboxes or toggle buttons. Is there a way to have a button...
Rick Quatro
frameexpert@...
Send Email
Jul 8, 2009
8:20 pm
9036
Hi Rick, Just off the top of my head (it's been a while since I messed with EForms): Could you change the background color on the button (like from grey to ...
simonbate
Offline Send Email
Jul 8, 2009
8:33 pm
9037
Use a label and button as a group.if pressed, label chang the text. 发自我的 iPhone 在 2009-7-9,4:19,"Rick Quatro" <frameexpert@...>...
Robin's Yahoo E-mail
luhaibin731521
Offline Send Email
Jul 8, 2009
11:35 pm
9038
Sorry ! it's not a good method,you could follow rick's method, and Chang the button at same time. 发自我的 iPhone 在 2009-7-9,4:19,"Rick Quatro"...
Robin's Yahoo E-mail
luhaibin731521
Offline Send Email
Jul 8, 2009
11:41 pm
9039
My coworker is working on some Flare output. The graphics are coming out in anchored frames set to "at insertion point." Our standard is "Below current line."...
Martinek, Carla
carla_martinek
Offline Send Email
Jul 14, 2009
3:33 pm
9040
Clarification: Flare output to Framemaker files. ________________________________ From: framescript-users@yahoogroups.com ...
Martinek, Carla
carla_martinek
Offline Send Email
Jul 14, 2009
3:48 pm
9041
I need to tabs back-2-back in an index. 1 tab works fine. But if I immediately follow it with another tab, only 1 tab seems to be placed in the generated...
Chris Moore
dblayout
Offline Send Email
Jul 15, 2009
9:19 pm
9042
Chris, This is a forum for users/programmers of the FrameScript plug-in for FrameMaker. Most members apparently will have a certain knowledge of FrameMaker,...
Michael Mller-Hil...
michaelmh
Offline Send Email
Jul 16, 2009
7:10 am
9043
Hi Chris, This is a known issue that goes way back. Since you are using FrameScript, generate the index with a character between the tabs, and use a script to ...
Rick Quatro
frameexpert@...
Send Email
Jul 16, 2009
12:16 pm
9044
Sorry, I'll use the Framemaker group next time. Thanks Rick for the insight. ... -- ... Chris Moore (972) 288-5007 (972) 288-5058 fax...
Chris Moore
dblayout
Offline Send Email
Jul 16, 2009
1:10 pm
9045
You'd have to Change the .AnchorType property. It's pretty well documented in the FrameScript reference manual, but this should do it: //-- Selected Graphic in...
cwillardr
Offline Send Email
Jul 16, 2009
7:45 pm
9046
Hi, I'm looking for a way to tell whether a script was called from a RunEslBatch or from within Framemaker. I've searched for caller, client, command line and...
m_m_anthony
Offline Send Email
Jul 17, 2009
9:47 pm
9047
Hi Mary, When you call it from RunEslBatch, are you passing in any arguments? If so, you can test the Args.Count property to see if it is greater than 0. ...
Rick Quatro
frameexpert@...
Send Email
Jul 18, 2009
12:54 am
9048
Rich, Thanks for the answer. Yes, I have tested for Args.Count in the past and that does work. It is just that I was hoping there was some other definitive ...
Mary Anthony
m_m_anthony
Offline Send Email
Jul 19, 2009
12:51 am
9049
Hello, Is there some system variable that can be used to access the current clipboard contents? I need to access the contents of the clipboard and perform some...
Wolicki, Benjie
bwolicki
Offline Send Email
Jul 19, 2009
7:35 am
9050
Hello, Is there some system variable that can be used to access the current clipboard contents? I need to access the contents of the clipboard and perform some...
Wolicki, Benjie
bwolicki
Offline Send Email
Jul 21, 2009
6:31 am
9051
Hi, Is passing arguments to FrameScript possible? I read that RunEslBatch can pass arguments to a script, but what we want to achieve is a little bit...
hrachya.aghajanyan
hrachya.agha...
Offline Send Email
Jul 28, 2009
2:24 pm
9052
Hi Hrachya, You can pass any number of arguments to FrameScript using RunEslBatch. The syntax is in the documentation, but basically the -f flag precedes the...
Rick Quatro
frameexpert@...
Send Email
Jul 28, 2009
2:53 pm
9053
Thanks for the pointers, Rick! I sort of guessed that it's possible in FrameScript. I will give this a thorough read and will get back with questions if I have...
hrachya.aghajanyan
hrachya.agha...
Offline Send Email
Jul 29, 2009
10:04 am
9054
Rick, I (finally) got around to trying this out, and I get the same result with all other types of separators. Any other ideas? Thanks....
Brandon Bull
guitarofgold
Offline Send Email
Jul 30, 2009
2:36 pm
9055
Hi Brandon, The other approach is to abandon the Import command and use Read File to read it line-by-line. You can use Set sColumns =...
Rick Quatro
frameexpert@...
Send Email
Jul 30, 2009
4:08 pm
9056
Came up with another approach. Since the script is already opening the text document first as text to check for and remove some other things before converting...
Brandon Bull
guitarofgold
Offline Send Email
Jul 30, 2009
7:49 pm
9057
I looked at this posting and tried Rick's solution and it works great. I've been trying to modify the code to work on the currently selected elemnt instead of...
sbats123
Offline Send Email
Aug 3, 2009
12:55 pm
9058
Hi, Here is a function that returns the specified attribute value from the selected element. Set oDoc = ActiveDoc; Set oElement =...
Rick Quatro
frameexpert@...
Send Email
Aug 3, 2009
6:50 pm
9059
Thanks Rick. This works nicely. I had figured out a less elegant way of getting the Attribute value on my own. In my case the attribute I am testing can...
sbats123
Offline Send Email
Aug 3, 2009
7:05 pm
9060
You can convert the tokenized string to a string list and then search the string list: Set sValue = 'ASNGW CF CLOSEDRP' // Convert the value into a stringlist....
Rick Quatro
frameexpert@...
Send Email
Aug 3, 2009
7:40 pm
9061
That works Nicely! As usual Rick, you are the best! It was that pesky "eStr.ToStringList" command I was missing. Gonna have to make a note of that. Thanks, ...
sbats123
Offline Send Email
Aug 3, 2009
7:58 pm
Messages 9032 - 9061 of 9208   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