Re: OptionsPage for my extension

2013-09-06 Thread Rajath Shashidhara
Hello Tsutomu, That did not work. This is my configuration file: ?xml version='1.0' encoding='UTF-8'? oor:component-data oor:name=OptionsDialog oor:package=org.openoffice.Office xmlns:oor= http://openoffice.org/2001/registry; xmlns:xs= http://www.w3.org/2001/XMLSchema; node oor:name=Nodes

Re: OptionsPage for my extension

2013-09-06 Thread Rajath Shashidhara
Hello Jurgen, I am not even receiving the Options button on the extension. How can I debug? Only If I click that Options Button, I'll be able to construct the EventHandler after which I can debug. Right? On Fri, Sep 6, 2013 at 12:06 PM, Rajath Shashidhara rajaths.raja...@gmail.com wrote:

Re: OptionsPage for my extension

2013-09-06 Thread Rajath Shashidhara
Finally found the mistake. The configuration file entry was missing from the manifest file.

Re: OptionsPage for my extension

2013-09-06 Thread Rajath Shashidhara
Hello, My options page GUI doesn't show up If I include the value of the the handler in xcu file. If I make it blank, the GUI is shown. What is the problem with my OptionsPageHandler? It works if: prop oor:name=EventHandlerServicevalue/value/prop doesn't work for this: prop

Re: OptionsPage for my extension

2013-09-05 Thread Jürgen Schmidt
On 9/6/13 6:20 AM, Rajath Shashidhara wrote: Hello, I'm not getting the Options Button for my extension on the extension manager. WHere am I going wrong? I gave you an example for an option page and without more information it is not possible to say what's going wrong. Check the config

Re: OptionsPage for my extension

2013-09-05 Thread Rajath Shashidhara
Hello Jurgen, I have been debugging the checkin and checkout feature. Yes.. I used the example provided by you to write the xcu file. I'll have to debug it more. On Fri, Sep 6, 2013 at 10:40 AM, Jürgen Schmidt jogischm...@gmail.comwrote: On 9/6/13 6:20 AM, Rajath Shashidhara wrote: Hello,

Re: OptionsPage for my extension

2013-09-05 Thread Tsutomu Uchino
Hello, Id of the Leave of your OptionDialog setting should be the same with your extension identifier. Regards 2013/9/6 Rajath Shashidhara rajaths.raja...@gmail.com Hello, I'm not getting the Options Button for my extension on the extension manager. WHere am I going wrong? -- Rajath