Re: [api-dev] Re: Would like to connect to OOo in its own terms

2007-12-10 Thread Stephan Bergmann
Ramon F Herrera wrote: Stephan Bergmann wrote: Ramon F Herrera wrote: (5) connection = xConnector.connect(con); -- finally!, there is IPC here That creates a connection from OOo to OOo. Probably not what you want. If that is the case, how come every single client example (except the

Re: [api-dev] Re: Would like to connect to OOo in its own terms

2007-12-07 Thread Stephan Bergmann
Ramon F Herrera wrote: Perhaps my concern (see Subject line) could be addressed in a simpler way. I was mostly satisfied with the simplest and most common (at least in tutorial stuff) way of starting OOo: Bootstrap.bootstrap(); But, after a lot of experimentation I have concluded that you

RE: [api-dev] Re: Would like to connect to OOo in its own terms

2007-12-07 Thread John Sisson
To: dev@api.openoffice.org Subject: [api-dev] Re: Would like to connect to OOo in its own terms Stephan Bergmann wrote: Ramon F Herrera wrote: (1) xContext = Bootstrap.bootstrap(); // starts OO process (plus Windows icon) if not already running After step (1), you already have a connection to OOo