Skip to content

Commit a6cc46f

Browse files
committed
Corrected release date in documentation.
1 parent 88974ad commit a6cc46f

File tree

132 files changed

+5704
-5700
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+5704
-5700
lines changed

Documentation/CodeGen.chm

-42 Bytes
Binary file not shown.

Documentation/CodeGen.hsmx

-20 Bytes
Binary file not shown.

docs/css/topics.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,10 @@ a[name],a[id] {
181181
}
182182
.ts3 {
183183
font-family: 'Segoe UI';
184-
font-size: 12pt;
185184
}
186185
.ts4 {
187186
font-family: 'Segoe UI';
187+
font-size: 12pt;
188188
}
189189
.ts5 {
190190
font-family: 'Courier New';
@@ -581,6 +581,9 @@ a.hs18:hover {
581581
padding-bottom: 0.2in;
582582
font-size: 11pt;
583583
}
584+
.hd3 {
585+
font-size: 11pt;
586+
}
584587
.ps0 {
585588
font-size: 11pt;
586589
}

docs/data/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/index.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
88
<meta name="generator" content="HelpSmith 10.1 (Build 24.1202)" />
9-
<link type="text/css" rel="stylesheet" href="css/apr.css?67b3301d" />
10-
<link type="text/css" rel="stylesheet" href="css/app.css?67b3301d" />
9+
<link type="text/css" rel="stylesheet" href="css/apr.css?cc828d8d" />
10+
<link type="text/css" rel="stylesheet" href="css/app.css?cc828d8d" />
1111
<script src="js/jquery-3.7.1.min.js"></script>
1212
<script src="js/app.min.js?b1fab730"></script>
1313
<!-- Web Help IndexPage -->

docs/topics/buttonloopexpansiontokens.htm

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1" />
88
<meta name="generator" content="HelpSmith 10.1 (Build 24.1202)" />
99
<link type="text/css" rel="stylesheet" href="../css/tree.css?b1fab730" />
10-
<link type="text/css" rel="stylesheet" href="../css/topics.css?67b3301d" />
11-
<link type="text/css" rel="stylesheet" href="../css/apr.css?67b3301d" />
12-
<link type="text/css" rel="stylesheet" href="../css/app.css?67b3301d" />
10+
<link type="text/css" rel="stylesheet" href="../css/topics.css?cc828d8d" />
11+
<link type="text/css" rel="stylesheet" href="../css/apr.css?cc828d8d" />
12+
<link type="text/css" rel="stylesheet" href="../css/app.css?cc828d8d" />
1313
<script src="../js/jquery-3.7.1.min.js"></script>
1414
<script src="../js/tree.min.js?b1fab730"></script>
1515
<script src="../js/tabs.min.js?b1fab730"></script>
@@ -107,8 +107,8 @@ <h1 class="hd0"><span class="ts0">Button Loop Expansion Tokens</span></h1>
107107
<div id="sa-box">
108108
<div id="content-box" class="sa-content0">
109109
<p class="ps0"><span class="ts1">&nbsp;</span></p>
110-
<p><span class="ts4">Button loop </span><a href="expansiontokens.htm" class="hs6">expansion tokens</a><span class="ts4">&nbsp;are used to insert information about the current button being processed within the context of a button loop into the output stream. Button loop tokens can only be used inside a button loop.</span></p>
111-
<p><span class="ts4">&nbsp;</span></p>
110+
<p><span class="ts3">Button loop </span><a href="expansiontokens.htm" class="hs6">expansion tokens</a><span class="ts3">&nbsp;are used to insert information about the current button being processed within the context of a button loop into the output stream. Button loop tokens can only be used inside a button loop.</span></p>
111+
<p><span class="ts3">&nbsp;</span></p>
112112
<div class="block0">
113113
<table class="tbl1">
114114
<tr class="row0">
@@ -125,8 +125,8 @@ <h1 class="hd0"><span class="ts0">Button Loop Expansion Tokens</span></h1>
125125
<p><span class="ts5">&nbsp;</span></p>
126126
</td>
127127
<td class="cell89">
128-
<p><span class="ts4">Inserts the buttons caption. In UI Toolkit a button can have a caption, or an image, but not both. The </span><span class="ts5">&lt;IF CAPTION&gt;</span><span class="ts4">&nbsp;and </span><span class="ts5">&lt;IF IMAGE&gt;</span><span class="ts4">&nbsp;expressions will allow you to provide the appropriate code.</span></p>
129-
<p><span class="ts4">&nbsp;</span></p>
128+
<p><span class="ts3">Inserts the buttons caption. In UI Toolkit a button can have a caption, or an image, but not both. The </span><span class="ts5">&lt;IF CAPTION&gt;</span><span class="ts3">&nbsp;and </span><span class="ts5">&lt;IF IMAGE&gt;</span><span class="ts3">&nbsp;expressions will allow you to provide the appropriate code.</span></p>
129+
<p><span class="ts3">&nbsp;</span></p>
130130
</td>
131131
</tr>
132132
<tr class="row0">
@@ -135,8 +135,8 @@ <h1 class="hd0"><span class="ts0">Button Loop Expansion Tokens</span></h1>
135135
<p><span class="ts5">&nbsp;</span></p>
136136
</td>
137137
<td class="cell90">
138-
<p><span class="ts4">Inserts the calculated column position for the button in pixels. The column position is calculated by adding the sizes of all preceding buttons, with 15 pixels of space allowed before each button.</span></p>
139-
<p><span class="ts4">&nbsp;</span></p>
138+
<p><span class="ts3">Inserts the calculated column position for the button in pixels. The column position is calculated by adding the sizes of all preceding buttons, with 15 pixels of space allowed before each button.</span></p>
139+
<p><span class="ts3">&nbsp;</span></p>
140140
</td>
141141
</tr>
142142
<tr class="row0">
@@ -145,8 +145,8 @@ <h1 class="hd0"><span class="ts0">Button Loop Expansion Tokens</span></h1>
145145
<p><span class="ts5">&nbsp;</span></p>
146146
</td>
147147
<td class="cell89">
148-
<p><span class="ts4">Inserts the name of the ELB containing the buttons method. Refer to the discussion relating to </span><span class="ts5">&lt;BUTTON_METHOD&gt;</span><span class="ts4">. Methods are very rare, and specifying an external ELB is even rarer. You can use the expression </span><span class="ts5">&lt;IF ELB&gt;</span><span class="ts4">&nbsp;to determine if a button method ELB is specified.</span></p>
149-
<p><span class="ts4">&nbsp;</span></p>
148+
<p><span class="ts3">Inserts the name of the ELB containing the buttons method. Refer to the discussion relating to </span><span class="ts5">&lt;BUTTON_METHOD&gt;</span><span class="ts3">. Methods are very rare, and specifying an external ELB is even rarer. You can use the expression </span><span class="ts5">&lt;IF ELB&gt;</span><span class="ts3">&nbsp;to determine if a button method ELB is specified.</span></p>
149+
<p><span class="ts3">&nbsp;</span></p>
150150
</td>
151151
</tr>
152152
<tr class="row0">
@@ -155,8 +155,8 @@ <h1 class="hd0"><span class="ts0">Button Loop Expansion Tokens</span></h1>
155155
<p><span class="ts5">&nbsp;</span></p>
156156
</td>
157157
<td class="cell89">
158-
<p><span class="ts4">Inserts the name of the buttons image file. In UI Toolkit a button can have a caption, or an image, but not both. The </span><span class="ts5">&lt;IF CAPTION&gt;</span><span class="ts4">&nbsp;and </span><span class="ts5">&lt;IF IMAGE&gt;</span><span class="ts4">&nbsp;expressions will allow you to provide the appropriate code.</span></p>
159-
<p><span class="ts4">&nbsp;</span></p>
158+
<p><span class="ts3">Inserts the name of the buttons image file. In UI Toolkit a button can have a caption, or an image, but not both. The </span><span class="ts5">&lt;IF CAPTION&gt;</span><span class="ts3">&nbsp;and </span><span class="ts5">&lt;IF IMAGE&gt;</span><span class="ts3">&nbsp;expressions will allow you to provide the appropriate code.</span></p>
159+
<p><span class="ts3">&nbsp;</span></p>
160160
</td>
161161
</tr>
162162
<tr class="row0">
@@ -165,8 +165,8 @@ <h1 class="hd0"><span class="ts0">Button Loop Expansion Tokens</span></h1>
165165
<p><span class="ts5">&nbsp;</span></p>
166166
</td>
167167
<td class="cell88">
168-
<p><span class="ts4">Inserts the name of the buttons method. In UI Toolkit a button method may be specified as the event handler to be executed when the button is clicked. This is rare however, most applications relying on the fact that if a button method is not specified then the name of the button is signaled as a menu entry.</span></p>
169-
<p class="ps3"><span class="ts4">Most buttons will not have a method specified. You can use the </span><span class="ts5">&lt;IF METHOD&gt;</span><span class="ts4">&nbsp;expression to determine if a method is specified.</span></p>
168+
<p><span class="ts3">Inserts the name of the buttons method. In UI Toolkit a button method may be specified as the event handler to be executed when the button is clicked. This is rare however, most applications relying on the fact that if a button method is not specified then the name of the button is signaled as a menu entry.</span></p>
169+
<p class="ps3"><span class="ts3">Most buttons will not have a method specified. You can use the </span><span class="ts5">&lt;IF METHOD&gt;</span><span class="ts3">&nbsp;expression to determine if a method is specified.</span></p>
170170
</td>
171171
</tr>
172172
<tr class="row0">
@@ -175,7 +175,7 @@ <h1 class="hd0"><span class="ts0">Button Loop Expansion Tokens</span></h1>
175175
<p><span class="ts5">&nbsp;</span></p>
176176
</td>
177177
<td class="cell88">
178-
<p><span class="ts4">Inserts the Name of the button. All buttons will have a name defined.</span></p>
178+
<p><span class="ts3">Inserts the Name of the button. All buttons will have a name defined.</span></p>
179179
</td>
180180
</tr>
181181
<tr class="row0">
@@ -184,7 +184,7 @@ <h1 class="hd0"><span class="ts0">Button Loop Expansion Tokens</span></h1>
184184
<p><span class="ts5">&nbsp;</span></p>
185185
</td>
186186
<td class="cell88">
187-
<p><span class="ts4">Inserts the one-based index number of the button in the windows Buttons collection.</span></p>
187+
<p><span class="ts3">Inserts the one-based index number of the button in the windows Buttons collection.</span></p>
188188
</td>
189189
</tr>
190190
<tr class="row0">
@@ -193,7 +193,7 @@ <h1 class="hd0"><span class="ts0">Button Loop Expansion Tokens</span></h1>
193193
<p><span class="ts5">&nbsp;</span></p>
194194
</td>
195195
<td class="cell88">
196-
<p><span class="ts4">Inserts the buttons explicitly specified quick-select character.</span></p>
196+
<p><span class="ts3">Inserts the buttons explicitly specified quick-select character.</span></p>
197197
</td>
198198
</tr>
199199
<tr class="row0">
@@ -202,8 +202,8 @@ <h1 class="hd0"><span class="ts0">Button Loop Expansion Tokens</span></h1>
202202
<p><span class="ts5">&nbsp;</span></p>
203203
</td>
204204
<td class="cell89">
205-
<p><span class="ts4">Inserts the calculated row position for the button in pixels. The calculation takes into account the pixel height of the window, as well as the additional space which will have been allowed in the window height when the window size was calculated. If code generation is based on an existing UI Toolkit window then the height of the source window is used to calculate the value, otherwise the number of fields in the structure is used.</span></p>
206-
<p><span class="ts4">&nbsp;</span></p>
205+
<p><span class="ts3">Inserts the calculated row position for the button in pixels. The calculation takes into account the pixel height of the window, as well as the additional space which will have been allowed in the window height when the window size was calculated. If code generation is based on an existing UI Toolkit window then the height of the source window is used to calculate the value, otherwise the number of fields in the structure is used.</span></p>
206+
<p><span class="ts3">&nbsp;</span></p>
207207
</td>
208208
</tr>
209209
<tr class="row0">
@@ -212,14 +212,14 @@ <h1 class="hd0"><span class="ts0">Button Loop Expansion Tokens</span></h1>
212212
<p><span class="ts5">&nbsp;</span></p>
213213
</td>
214214
<td class="cell89">
215-
<p><span class="ts4">Inserts the width of the button in pixels. The width is calculated by multiplying the number of characters in the buttons caption by 12 pixels per character, and this value can be overridden using the -cw option. If the calculated button width is less than 75 pixels then 75 pixels is used.</span></p>
216-
<p><span class="ts4">&nbsp;</span></p>
215+
<p><span class="ts3">Inserts the width of the button in pixels. The width is calculated by multiplying the number of characters in the buttons caption by 12 pixels per character, and this value can be overridden using the -cw option. If the calculated button width is less than 75 pixels then 75 pixels is used.</span></p>
216+
<p><span class="ts3">&nbsp;</span></p>
217217
</td>
218218
</tr>
219219
</table>
220220
</div>
221-
<p><span class="ts4">&nbsp;</span></p>
222-
<p><span class="ts4">&nbsp;</span></p>
221+
<p><span class="ts3">&nbsp;</span></p>
222+
<p><span class="ts3">&nbsp;</span></p>
223223
<div class="hr-wrapper">
224224
<hr class="hline1" />
225225
</div>

docs/topics/buttonloopexpressiontokens.htm

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1" />
88
<meta name="generator" content="HelpSmith 10.1 (Build 24.1202)" />
99
<link type="text/css" rel="stylesheet" href="../css/tree.css?b1fab730" />
10-
<link type="text/css" rel="stylesheet" href="../css/topics.css?67b3301d" />
11-
<link type="text/css" rel="stylesheet" href="../css/apr.css?67b3301d" />
12-
<link type="text/css" rel="stylesheet" href="../css/app.css?67b3301d" />
10+
<link type="text/css" rel="stylesheet" href="../css/topics.css?cc828d8d" />
11+
<link type="text/css" rel="stylesheet" href="../css/apr.css?cc828d8d" />
12+
<link type="text/css" rel="stylesheet" href="../css/app.css?cc828d8d" />
1313
<script src="../js/jquery-3.7.1.min.js"></script>
1414
<script src="../js/tree.min.js?b1fab730"></script>
1515
<script src="../js/tabs.min.js?b1fab730"></script>
@@ -107,7 +107,7 @@ <h1 class="hd0"><span class="ts0">Button Loop Expression Tokens</span></h1>
107107
<div id="sa-box">
108108
<div id="content-box" class="sa-content0">
109109
<p class="ps0"><span class="ts1">&nbsp;</span></p>
110-
<p class="ps3"><span class="ts4">Button loop </span><a href="expressiontokens.htm" class="hs3">expressions </a><span class="ts4">are expressions that can only be used within the context of a </span><a href="buttonloops.htm" class="hs3">button loop</a><span class="ts5">&nbsp;</span><span class="ts4">and allow you to conditionally include or exclude code based on the attributes of the current button. </span></p>
110+
<p class="ps3"><span class="ts3">Button loop </span><a href="expressiontokens.htm" class="hs3">expressions </a><span class="ts3">are expressions that can only be used within the context of a </span><a href="buttonloops.htm" class="hs3">button loop</a><span class="ts5">&nbsp;</span><span class="ts3">and allow you to conditionally include or exclude code based on the attributes of the current button. </span></p>
111111
<div class="block0">
112112
<table class="tbl1">
113113
<tr class="row0">
@@ -123,71 +123,71 @@ <h1 class="hd0"><span class="ts0">Button Loop Expression Tokens</span></h1>
123123
<p class="ps10"><a id="CANCELBUTTON"></a><span class="ts13">&lt;IF CANCELBUTTON&gt;</span></p>
124124
</td>
125125
<td class="cell92">
126-
<p class="ps3"><span class="ts4">The button is a Cancel button.</span></p>
126+
<p class="ps3"><span class="ts3">The button is a Cancel button.</span></p>
127127
</td>
128128
</tr>
129129
<tr class="row0">
130130
<td class="cell91">
131131
<p class="ps10"><a id="CAPTION"></a><span class="ts13">&lt;IF CAPTION&gt;</span></p>
132132
</td>
133133
<td class="cell92">
134-
<p class="ps3"><span class="ts4">The button has a caption specified.</span></p>
134+
<p class="ps3"><span class="ts3">The button has a caption specified.</span></p>
135135
</td>
136136
</tr>
137137
<tr class="row0">
138138
<td class="cell93">
139139
<p class="ps10"><a id="ELB"></a><span class="ts13">&lt;IF ELB&gt;</span></p>
140140
</td>
141141
<td class="cell94">
142-
<p class="ps3"><span class="ts4">The event handler method is specified to be in an external ELB.</span></p>
142+
<p class="ps3"><span class="ts3">The event handler method is specified to be in an external ELB.</span></p>
143143
</td>
144144
</tr>
145145
<tr class="row0">
146146
<td class="cell93">
147147
<p class="ps10"><a id="GENERICBUTTON"></a><span class="ts13">&lt;IF GENERICBUTTON&gt;</span></p>
148148
</td>
149149
<td class="cell94">
150-
<p class="ps3"><span class="ts4">The button is a generic button (i.e. it is not an OK or Cancel button).</span></p>
150+
<p class="ps3"><span class="ts3">The button is a generic button (i.e. it is not an OK or Cancel button).</span></p>
151151
</td>
152152
</tr>
153153
<tr class="row0">
154154
<td class="cell91">
155155
<p class="ps10"><a id="IMAGE"></a><span class="ts13">&lt;IF IMAGE&gt;</span></p>
156156
</td>
157157
<td class="cell95">
158-
<p class="ps3"><span class="ts4">The button has an image file specified.</span></p>
158+
<p class="ps3"><span class="ts3">The button has an image file specified.</span></p>
159159
</td>
160160
</tr>
161161
<tr class="row0">
162162
<td class="cell91">
163163
<p class="ps10"><a id="METHOD"></a><span class="ts13">&lt;IF METHOD&gt;</span></p>
164164
</td>
165165
<td class="cell95">
166-
<p class="ps3"><span class="ts4">The image has an event handler method specified.</span></p>
166+
<p class="ps3"><span class="ts3">The image has an event handler method specified.</span></p>
167167
</td>
168168
</tr>
169169
<tr class="row0">
170170
<td class="cell91">
171171
<p class="ps10"><a id="OKBUTTON"></a><span class="ts13">&lt;IF OKBUTTON&gt;</span></p>
172172
</td>
173173
<td class="cell95">
174-
<p class="ps3"><span class="ts4">The button is an OK button.</span></p>
174+
<p class="ps3"><span class="ts3">The button is an OK button.</span></p>
175175
</td>
176176
</tr>
177177
<tr class="row0">
178178
<td class="cell91">
179179
<p class="ps10"><a id="QUICKSELECT"></a><span class="ts13">&lt;IF QUICKSELECT&gt;</span></p>
180180
</td>
181181
<td class="cell95">
182-
<p class="ps3"><span class="ts4">The button has a quick-select character specified.</span></p>
182+
<p class="ps3"><span class="ts3">The button has a quick-select character specified.</span></p>
183183
</td>
184184
</tr>
185185
</table>
186186
</div>
187-
<p class="ps3"><span class="ts4">&nbsp;</span></p>
187+
<p class="ps3"><span class="ts3">&nbsp;</span></p>
188188
<p class="ps10"><span class="ts1">&nbsp;</span></p>
189-
<p><span class="ts4">&nbsp;</span></p>
190-
<p><span class="ts4">&nbsp;</span></p>
189+
<p><span class="ts3">&nbsp;</span></p>
190+
<p><span class="ts3">&nbsp;</span></p>
191191
<div class="hr-wrapper">
192192
<hr class="hline1" />
193193
</div>

0 commit comments

Comments
 (0)