Something strange happens: my scripts don't recognise paths anymore. Something with the backslash. What can I do to avoid this? Wim Hooghwinkel DTP tel: +31...
108
Marcus Streets
marcus@...
Nov 1, 1999 11:03 am
... Are you using the BKSL constant? For example 'C:'+BKSL+'temp' Marcus...
109
Wim Hooghwinkel
wimh@...
Nov 1, 1999 12:14 pm
No, this BKSL constant is not part of the string? Wim Hooghwinkel DTP tel: +31 (0) 23 - 548 48 91 mailto:wimh@... Scriptware bv tel: +31 (0) 23 - 548...
110
Joseph Zitt
jzitt@...
Nov 2, 1999 6:54 pm
Hi. I'm just getting started with FrameScript and am tripping over some stuff that will probably be obvious in retrospect. For starters, I'm trying to turn a...
111
Rick Quatro
frameexpert@...
Nov 2, 1999 7:49 pm
Hi Scripters, Has anyone had any success using function keys for shortcuts in event scripts? I am using the following syntax in an Initialize event: ... New...
112
Rick Quatro
frameexpert@...
Nov 2, 1999 9:43 pm
Joseph, I think what you are trying to do might require a different overall solution, but let me address the error message that you are getting. You cannot add...
113
Joseph Zitt
jzitt@...
Nov 2, 1999 10:03 pm
... That works beautifully. Thanks. ... That does look like a better approach, and I've been attacking it in parallel. The remaining mystery there (and again,...
114
Rick Quatro
frameexpert@...
Nov 3, 1999 1:44 am
Joseph, When you insert your new table, it will be identified by a NewVar variable. You can use this variable to "jump into" the table and find the correct ...
115
Wim Hooghwinkel
wimh@...
Nov 3, 1999 8:40 am
I get an errror message on this line: (and other similar, the path is corect), although it did work before. I don't know what changed. install Script...
116
Marcus Streets
marcus@...
Nov 3, 1999 8:51 am
... Wim Replace all instances of backslach with BKSL. So the string should be: 'C:'+BKSL+'Program ...
117
Wim Hooghwinkel
wimh@...
Nov 3, 1999 8:53 am
I did this, didn't work either. I got the same error. Wim Hooghwinkel DTP tel: +31 (0) 23 - 548 48 91 mailto:wimh@... Scriptware bv tel: +31 (0) 23 -...
118
Marcus Streets
marcus@...
Nov 3, 1999 9:06 am
Wim In which case I guess that it is the space in program Files that it is objecting to. If I ever find the ratfink at Microsoft who invented thatspace ... Try...
119
Wim Hooghwinkel
wimh@...
Nov 3, 1999 9:19 am
OK. But what wonders me is that the script did work, only after I added some lines it stopped working. And it gives the error in a line that all ready existed....
120
Wim Hooghwinkel
wimh@...
Nov 3, 1999 9:27 am
Marcus, is the path neccessary for this kind of script? Wim Hooghwinkel DTP tel: +31 (0) 23 - 548 48 91 mailto:wimh@... Scriptware bv tel: +31 (0) 23...
121
Philip Sharman
psharman@...
Nov 3, 1999 9:23 pm
... Hmm ... what is an "IntList"? I gues it is an integer-list variable? The only types of list variables I see enumerated on page 105 of the manual are...
122
Joseph Zitt
jzitt@...
Nov 4, 1999 8:45 pm
... Thanks, this did the trick! Now I have two other questions (and don't worry, I'm figuring out more stuff than I'm getting stumped on, so I hope that soon...
123
Wim Hooghwinkel
wimh@...
Nov 5, 1999 6:20 pm
About the graphics: this can be caused by using a fixed line-spacing. This makes the graphic overlap text above. wim...
124
plagasse@...
Nov 11, 1999 3:57 pm
Hi all, The following command pops-up a dialog for search: Execute Fc KbdSearch How can I access the dialog fields? I thought that the following commands...
125
Rick Quatro
frameexpert@...
Nov 11, 1999 5:09 pm
You cannot use Fcodes with Windows dialog boxes. This is a limitation of the Frame Developers Kit, not FrameScript itself (see page 94 of the FDK Programmer's...
126
plagasse@...
Nov 11, 1999 7:51 pm
Thank you very much for your help, Unfortunately, I do use FrameMaker+SGML 5.5., so all the "Find and Replace" FrameScripts that I either developed or...
127
Rick Quatro
frameexpert@...
Nov 11, 1999 10:04 pm
Pascal , ... '>Name' and the replacements destroyed SGML elements). Before helping you with the script, I must address this part of your post. I am also using...
128
Rick Quatro
frameexpert@...
Nov 13, 1999 12:49 am
Pascal, You are absolutely right! I used your test file and had the same result. Here is the background on the problem for the rest of the group. Pascal has a...
129
Rick Quatro
frameexpert@...
Nov 13, 1999 2:20 am
Pascal and Others: This is regarding my previous post about BookFindChange scripts deleting elements containing prefixes and suffixes that match the find text....
130
docuprose@...
Nov 13, 1999 8:30 am
Generally, does Framescript work with FrameMaker+SGML? Nancy McCoy...
131
Rick Quatro
frameexpert@...
Nov 13, 1999 1:17 pm
... Framescript does install and work with FrameMaker+SGML. It does not, however, directly manipulate structural objects such as elements and attributes. There...
132
Rick Quatro
frameexpert@...
Nov 15, 1999 3:37 am
... script, ... will ... Here is the fix for the BookFindChange to prevent it from deleting SGML elements with prefixes or suffixes that are part of the search...
133
Amos Raban
amos.r@...
Nov 15, 1999 7:21 am
hi, I started using FrameScript about a week ago and I ran into some problems: 1) I created an Medit dialogbox. The box has two buttons by default: ok and...
134
Rick Quatro
frameexpert@...
Nov 15, 1999 12:36 pm
Amos, In your Medit command, you need to set a variable for the button, for example: Button(vButton) Then, you can test for what button was pressed. If vButton...
135
Philip Sharman
psharman@...
Nov 15, 1999 9:39 pm
I made some slight improvements to my "insert_index_marker_See" and "insert_index_marker_See_Also" scripts. Previously they didn't check to see if the user...
136
Amos Raban
amos.r@...
Nov 16, 1999 9:03 am
I finally finished my script so I went ahead and added it to a menu. I realized that everytime I restart framemaker the script is deleted; I added the line in...