Re: [api-dev] problem removing XDispatchProviderInterceptor ...

2007-08-01 Thread Oliver Brinzing
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, i just found http://www.mail-archive.com/dev@api.openoffice.org/msg03806.html, where my problem is discussed ... At least, i known now, that i have to implement XDispatch with add/removeStatusListener and call statusChanged() ... now my toolbar

Re: [api-dev] problem removing XDispatchProviderInterceptor ...

2007-07-31 Thread Oliver Brinzing
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Andreas, > One question ... is the demo you sent the real application or a demo only ? no, it's only a part of my addon, i use the remote connection sometimes for debugging purpose ... > g) terminating the JVM ! > And thats exactly your problem.

Re: [api-dev] problem removing XDispatchProviderInterceptor ...

2007-07-31 Thread Andreas Schlüns
Hello Oliver, I had a look on your example (because dispatch interception is more my area then Carsten ones). One question ... is the demo you sent the real application or a demo only ? The problem is that your main() method does the following one: a) bootstrap an office b) retrieving the UN

Re: [api-dev] problem removing XDispatchProviderInterceptor ...

2007-07-31 Thread Carsten Driesner
Oliver Brinzing wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Carsten, ok, i will send it again ... did you get the source code ? Hi Oliver, Yes, I got your source code. Please give me some time as we are now short before code freeze (Thursday) and there are some important task

Re: [api-dev] problem removing XDispatchProviderInterceptor ...

2007-07-31 Thread Oliver Brinzing
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Carsten, > ok, i will send it again ... did you get the source code ? Oliver - -- GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Moz

Re: [api-dev] problem removing XDispatchProviderInterceptor ...

2007-07-27 Thread Oliver Brinzing
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, mh, i send it to [EMAIL PROTECTED] on 23.07 ... > I am sorry but I haven't received any e-mail from you. Could you please ok, i will send it again ... Oliver - -- GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45 -BEG

Re: [api-dev] problem removing XDispatchProviderInterceptor ...

2007-07-27 Thread Carsten Driesner
Oliver Brinzing wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Carsten, done :-) Hi Oliver, I am sorry but I haven't received any e-mail from you. Could you please send it again. Regards, Carsten - To unsubscrib

Re: [api-dev] problem removing XDispatchProviderInterceptor ...

2007-07-26 Thread Oliver Brinzing
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Carsten, done :-) > code to verify your problems. You can send it to me via private e-mail > ([EMAIL PROTECTED]). Oliver GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7

Re: [api-dev] problem removing XDispatchProviderInterceptor ...

2007-07-23 Thread Carsten Driesner
Oliver Brinzing wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have a problem unregistering my XDispatchProviderInterceptor: I a user selects a special named sheet, i register a XDispatchProviderInterceptor to disable some menu/toolbar commands temporary. This works fine. But if