Re: [dev] I'd love to fix bug #82798

2007-11-16 Thread Frank Schönheit - Sun Microsystems Germa ny
Hi Mike, Hi Thomas, > To get your fix integrated in the codebase is a little harder, look > on the wiki for developer and cws. Not really, provided it has sufficient quality. In the given case: Thomas, when you have a fix, make a diff (unified context diff is preferred), attach it to the issue

Re: [dev] Is broadcasting global events possible?

2007-11-16 Thread Mathias Bauer
Christoph Lutz wrote: > We are now searching for a mechanism to broadcast a kind of > synchronization-event. This mechanism should of course be as most > independent of our custom component and as most integrable into the > generic OOo-Mechanisms. Using the globalEventBroadcaster is one > approach

Re: [dev] Is broadcasting global events possible?

2007-11-16 Thread Christoph Lutz
Hi Andreas, On Nov 16, 2007 2:20 PM, Andreas Schlüns <[EMAIL PROTECTED]> wrote: > Why you dont register on listener to the GlobalEventBroadcaster which > starts A,B and further jobs in the right order if its time doing so ? > You can use existing interfaces of OOo (implemented by your own) to > bu

Re: [dev] I'd love to fix bug #82798

2007-11-16 Thread Mike Sicotte
Hi - Its great you want to help - welcome. On Nov 15, 2007, at 2:19 PM, Thomas Gagne wrote: Where can I download the code? See the wiki page http://wiki.services.openoffice.org/wiki/ Building_OpenOffice.org To get your fix integrated in the codebase is a little harder, look on the wi

Re: [dev] Is broadcasting global events possible?

2007-11-16 Thread Andreas Schlüns
Hello Christoph, Hi Andreas, I'm a colleague of Matthias and as he is not at office today, I will give you some details about the required global event: our component (let's call it A) processes TextDocuments. So it listens for "OnNew"-Events and starts the asynchron processing of the document

[dev] Meet me: [EMAIL PROTECTED]

2007-11-16 Thread Lina Kemmel
Return Receipt Your [dev] Meet me: [EMAIL PROTECTED] document:

Re: [dev] Is broadcasting global events possible?

2007-11-16 Thread Christoph Lutz
Hi Andreas, I'm a colleague of Matthias and as he is not at office today, I will give you some details about the required global event: our component (let's call it A) processes TextDocuments. So it listens for "OnNew"-Events and starts the asynchron processing of the documents (in new Threads).

Re: [dev] Timing for document open Event

2007-11-16 Thread Mathias Bauer
Andrew Douglas Pitonyak wrote: > I have two specific problems. > > PROBLEM: > > I have a Calc document containing macros that calls a custom DLL that > calls a database. The database must be opened before the other macros > will work. I associated the "open document" event to the "open databas

[dev] I'd love to fix bug #82798

2007-11-16 Thread Thomas Gagne
One request, 21 DB connections. How hard can that be to find? I'll set a breakpoint in the db open routine and see who keeps calling it, then perhaps figure out why they're never closed. Where can I download the code? - To unsu

Re: [dev] Is broadcasting global events possible?

2007-11-16 Thread Andreas Schlüns
Hello Matthias, Is it possible for our custom Java component to broadcast events via the GlobalEventBroadcaster, so that listeners listening on it will receive them? Yes it's possible ... but till now an undocumented feature. The problem behind: who will be responsible to make sure that all ev