Hi Christoph, The OnStartApp event is fired when OOo starts. So all you need to do is change onFirstVisibleTask to OnStartApp.
Best, Daan > -----Original Message----- > From: Christoph Lutz [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 10, 2008 10:26 > To: [email protected] > Subject: [api-dev] alternative for event onFirstVisibleTask > > Hi, > > one event that could be used in Jobs.xcu is the event > onFirstVisibleTask that is triggered for all visible tasks only. We > currently use this event to initialize our WollMux (a custom > uno-service, implemented in java). We now have the demand to proceess > invisible documents, too. How can I ensure that WollMux is always > initialized if openoffice.org gets started? Is there another task or > mechanism? > > best regards, > Christoph > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
