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: doesn't work for this: org.apache.aoo.cmisucp.dialog.OptionsPageDialogHandler On Fri, Sep 6, 20

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 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-05 Thread Rajath Shashidhara
Hello Tsutomu, That did not work. This is my configuration file: http://openoffice.org/2001/registry"; xmlns:xs=" http://www.w3.org/2001/XMLSchema";> CMIS UCP Options true %origin%/..

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 > Hello, > > I'm not getting the "Options" Button for my extension on the extension > manager. > WHere am I going wrong? > > > -- > Rajath S, > M.Sc(Hons.

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 wrote: > On 9/6/13 6:20 AM, Rajath Shashidhara wrote: > > Hello, > > > > I'm not get

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 conf