Hi David,
On Tue, Sep 11, 2012 at 04:13:29PM +0100, David Ludovino
wrote:
> I'm developing an extension and would like to add an options page to
> it. The Developer's Guide has a section dedicated to it under
> http://wiki.openoffice.org/wiki/Documentation/DevGuide/Extensions/Options_Dialog
> .
Solved, just needed to use http instead of svn:
svn export
svn://svn.services.openoffice.org/ooo/contrib/sdk/examples/java/OptionsPageDemo
Doesn't work.
svn export
http://svn.services.openoffice.org/ooo/contrib/sdk/examples/java/OptionsPageDemo
Works.
On 11/09/12 16:13, David Ludovino wrote:
> Hi
Hi everyone,
I'm developing an extension and would like to add an options page to
it. The Developer's Guide has a section dedicated to it under
http://wiki.openoffice.org/wiki/Documentation/DevGuide/Extensions/Options_Dialog
. Though all links to the most important part, the example, are broken.
I