summaryrefslogtreecommitdiff
path: root/odk/examples/examples.html
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2002-05-21 12:47:41 +0000
committerThomas Benisch <tbe@openoffice.org>2002-05-21 12:47:41 +0000
commite7353c18b8ef1d085d00a1e0fba37bc3b2d007ac (patch)
tree049eb392594dce076bea561f3573f61f653e6b39 /odk/examples/examples.html
parent893c8de32f64cf8957a2ba8d5705f216b7d293b0 (diff)
#96938# add component registration wizard to ODK
Diffstat (limited to 'odk/examples/examples.html')
-rw-r--r--odk/examples/examples.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/odk/examples/examples.html b/odk/examples/examples.html
index 13b8b830b995..414449a15e93 100644
--- a/odk/examples/examples.html
+++ b/odk/examples/examples.html
@@ -587,6 +587,22 @@
burger type, beverage, topping, and sauce. By hitting the button &quot;Order
now !&quot;, your order will be placed.</td>
</tr>
+ <tr bgcolor="#f0f0f0">
+ <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/basic/register_component/" target="_blank"><font face="Times New Roman, serif">Register
+ Component</font></a></td>
+ <td width="76%" valign="top">The component registration wizard allows the user to
+ register and revoke components at runtime. In order to register a component,
+ the user must specify a loader (C++, Java or other) and a component URL.
+ In order to revoke a component only the component URL must be specified.
+ The component registration wizard is provided as a StarOffice Basic library.
+ Before the wizard can be used, the library <i>regcomp</i> must be imported.
+ This is done by clicking the <i>Append</i> button in the library tabpage of the
+ macro organizer dialog (Tools - Macro - Organize - Libraries). With the
+ file open dialog either <i>script.xlb</i> or <i>dialog.xlb</i> in the directory
+ <i>regcomp</i> must be selected. After the library is imported, the wizard is
+ started by running the macro <i>RegisterComponent</i> in the module
+ <i>regcomp</i>.</td>
+ </tr>
</table>
<p>Additional informations:</p>
<p><a href="http://api.openoffice.org/basic/man/tutorial/tutorial.pdf">Programmer's