Villeroy Super User


Joined: 04 Oct 2004 Posts: 10065 Location: Germany
|
Posted: Sat Jun 27, 2009 9:02 am Post subject: |
|
|
You can not write extensions in Basic. OK, you can write extensions that drop some macro code in "My Macros", but that is not the same category of extension like the one you linked, implementing interfaces XServiceInfo and XContainerWindowEventHandler in a Java class.
As far as I know, the linked example demonstrates an add-on with it's own page in the options dialog.
[Search] this forum and the snippets-forum for "ConfigurationProvider" if you want to read and write the built-in options in Basic.
Most of the documentation comes with Java examples since Java is more explicit. It is easy enough to translate the more elaborated Java code to the simpler code of the supported scripting languages. The other way round, from the simplified code to the explicit language, would be extremely difficult. _________________ Rest in peace, oooforum.org
Get help on http://forum.openoffice.org |
|