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 > build a "job queue". E.g. the set of interfaces around css.frame.XJob > and friends can help you here.
hmm. The Problem is that B is currently not a real UNO-Component but a standalone java-program that performes a loadComponentFromURL() and starts processing the document, when loadComponentFormURL() returns. So it seems to be difficult to create a registered service that is able to implement XJob. Though I still will read the documentation and check if a job queue could help. thanks, Christoph --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
