Skip to search.
framescript-users · FrameScript Users

Group Information

  • Members: 630
  • Category: Software
  • Founded: Aug 20, 1999
  • Language: English
? 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.

Messages

  Messages Help
Advanced
Messages 5847 - 5876 of 10298   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5847 Dick Girard
dick_girard Offline Send Email
Mar 1, 2005
6:31 pm
Does anyone know if it is possible to gray out a radio button or check box? I would like to make a radio button or check box appear "grayed out" under certain...
5848 Rick Quatro
frameexpert@... Send Email
Mar 1, 2005
6:46 pm
Hi Dick, Set its Enabled property to False to gray it out. Rick Quatro Carmen Publishing 585 659-8267 rick@... www.frameexpert.com...
5849 Sean
seanb_us Offline Send Email
Mar 1, 2005
11:19 pm
I want to test for a range of names for an object. That is, I'm looking for Name(XYZ*) where XYZ is always part of what I want and * could be numbers or...
5850 Dick Girard
dick_girard Offline Send Email
Mar 2, 2005
7:49 am
Hi Rick, Ah, thanks much! I knew it had to be around somewhere, but I couldn't find any reference to "gray" anywhere in the docs. Muchas Gracias, Senior Dick...
5851 David Schor
dsch_tw Offline Send Email
Mar 2, 2005
12:47 pm
I'm still working in FrameMaker 6.0 (an upgrade to 7.1 is in transit). In the Format>Document>Text Options of a recent document, I reduced the Superscript...
5852 Rick Quatro
frameexpert@... Send Email
Mar 2, 2005
1:31 pm
David, You can set it for each document by using Set oDoc.SuperScriptShift = .25; where oDoc is the document object. Of course, you will need code to open, ...
5853 Sean
seanb_us Offline Send Email
Mar 2, 2005
5:04 pm
Thanks to Klaus in message 5718, I did the following: Find String('XYZ') InString(vVariable.Name) ReturnStatus(vXYZFound) Then, I proceded based on vXYZFound...
5854 Klaus Mueller
klaus_mueller23 Offline Send Email
Mar 2, 2005
5:13 pm
Hello Sean, ... Additionally, you could use the "Prefix" option to detect only the strings that appear at the beginning of the object names: Find String('XYZ')...
5855 Sean
seanb_us Offline Send Email
Mar 2, 2005
6:01 pm
Great! Thanks. ... (vXYZFound)...
5856 Sean
seanb_us Offline Send Email
Mar 2, 2005
6:04 pm
Thanks Alex and Klaus (incl. message 5173). I used the StringList to specify colors and, indeed, when deleting non specified colors, and writing to the console...
5857 Dick Girard
dick_girard Offline Send Email
Mar 2, 2005
6:33 pm
Hi Rick, I tried to find the "Enabled" property for a radio button, but I don't see it. Is it somewhere else, or is it called something else? Regards, Dick ......
5858 Rick Quatro
frameexpert@... Send Email
Mar 2, 2005
6:51 pm
Dick, The Enabled property is listed under Common Properties for All Controls on page 120 of the FrameScript 3.2 EslObject Reference. You might need to ...
5859 Klaus Mueller
klaus_mueller23 Offline Send Email
Mar 2, 2005
6:53 pm
Hello Dick, ... EslObject Reference: Form and Control Objects, Control Objects, Common Properties for all Controls (p. 134). Table 133: Common Properties for...
5860 Karsten Natebus
karsten_natebus Offline Send Email
Mar 2, 2005
6:54 pm
Hello Dick, the Enabled property is general property for all controls. New EForm NewVar(objEForm1) Name('EForm1') Caption('Formular 1') MaximizeBox(False)...
5861 Dick Girard
dick_girard Offline Send Email
Mar 2, 2005
8:56 pm
Thank you all (Rick, Klaus, and Karsten). I was looking in the Common Forms properties and simply missed the Common Controls properties section. Now I know....
5862 Dick Girard
dick_girard Offline Send Email
Mar 2, 2005
9:01 pm
I have another problem: For some reason, the following code is not activating the file. You'll have to substitute your book and file names in this test code if...
5863 Rick Quatro
frameexpert@... Send Email
Mar 2, 2005
9:14 pm
This will not work because a BookComponent object is not a Doc object. Only a Doc object can be an ActiveDoc. Rick Quatro Carmen Publishing 585 659-8267 ...
5864 Klaus Mueller
klaus_mueller23 Offline Send Email
Mar 2, 2005
9:15 pm
Hello Dick, ... This won't work because a BookComponent object is different than a Document object. To activate the document of a specific book component, you ...
5865 russurquhart1 Offline Send Email Mar 3, 2005
3:53 am
Hi, I searched through the archives, but i wasn't able to find anything, Does anyone have any script fragments that would enable multiple find & replaces...
5866 Doug
doug_1937 Offline Send Email
Mar 3, 2005
4:06 am
We just got FrameScript. What resources do you suggest that I, a scripting newbie, access to improve my skills with this application? I plan on digesting the...
5867 David Schor
dsch_tw Offline Send Email
Mar 3, 2005
8:37 am
A huge thank you to Rick Quatro, who is an amazing resource. For those interested in introducing FrameScript to their working environment, check out his...
5868 Rick Quatro
frameexpert@... Send Email
Mar 3, 2005
11:55 am
Hi Doug, I have a few tutorials at http://www.frameexpert.com, which you should find helpful. I also have a book called "FrameScript: A Crash Course" that will...
5869 Rick Quatro
frameexpert@... Send Email
Mar 3, 2005
11:58 am
Hi Russ, Figure out how you want to store your Find/Change strings. I find that a FrameMaker table works best. Then you will need to open this document and ...
5870 keith.soltys@...
keithtsx Offline Send Email
Mar 3, 2005
1:42 pm
I'll also recommend Rick's tutorials and his book, if you want to dig deeper. I found the book very helpful and don't think I would have gotten up to speed, at...
5871 Rick A. Henkel
rickhenkel Offline Send Email
Mar 3, 2005
2:21 pm
A co-worker wants to be able to track who has modified certain Frame files that she is in charge of. Is there any way to do that with FrameScript (or with any...
5872 Rick Quatro
frameexpert@... Send Email
Mar 3, 2005
2:31 pm
Hi Rick, Does she just want to know the last person, or does she want to keep a history? Rick...
5873 Rick A. Henkel
rickhenkel Offline Send Email
Mar 3, 2005
2:43 pm
Ideally, a history. But even knowing the last person would help. Rick ... keep a ... Frame ... tool)?...
5874 Marcus Streets
marcus@... Send Email
Mar 3, 2005
2:45 pm
... I think using a source code control system would be the correct approach....
5875 Rick Quatro
frameexpert@... Send Email
Mar 3, 2005
3:44 pm
Hi Marcus, ... You are right, but it wouldn't be as much fun for me! Rick...
5876 Rick Quatro
frameexpert@... Send Email
Mar 3, 2005
4:17 pm
Hi Rick, Well, here is a basic outline of how you could do it for the last user. 1) Create a NotePreQuitDoc event script, which is triggered just before the ...
Messages 5847 - 5876 of 10298   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help