Hello Bob !
Regarding, "Do you remember, how often the error report dialog cames up for one
crash?" - one time.
??? The stacktrace show another sceanrio.
Regarding, sending the error report to our VCL team - thanks Andreas.
But fixing of this bug needs some time ... so I cant say anything about
the timeframe. And currently there is no workaround ... excepting dont
usingthe UI of the office (which isnt an option for you).
So you have to live with this situation for a while :-(
Regarding the using both UNO and the UI - that is how our system works. We have
a Java application which houses OpenOffice. The Java application, starts
OpenOffice, shows/hides, inserts text, retrieves the document, stores the
document in a database, and uses OpenOffice to create a PDF among other tasks.
We use UNO to drive OpenOffice from our application. The user uses the
OpenOffice UI to do his work. Our system requires both parts. We can't just
remove UNO.
But how do you synchronize using the UI and storing documents via API ?
Further you should use the API very carefully. E.g. you should make sure
that your java client cant be killed and the office stands alive.
Every click to the UI will kill the office because dead UNO objects are
referenced inside the office ...
As I said: not the best idea. But it can work, if you know all the
"possible problems" and prevent your code against these.
Regards
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]