Hello Andreas,

Regarding, "Do you remember, how often the error report dialog cames up for one 
crash?" - one time.

Regarding, sending the error report to our VCL team - thanks Andreas.

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.

Thanks

Bob

-----Original Message-----
From: Andreas Schlüns [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 25, 2005 4:04 AM
To: [email protected]
Subject: Re: [api-dev] Crash after detach and attach toolbar using XStorable

Hello Bob!

<snip>

> Regarding, "Please send the error report so we can have a look on that.
> Of course you should fill out crash report formular, so we know that 
> this error report is related to this problem here." - I sent a report about 
> 9:40 A.M. July 15, 2005. I have also pasted the report into this message.

I've found the error report .. and it's funny.
It shows a crash inside a crash, which normaly shouldnt be possible.
An exception from this rule would be, if you saw the error report dialog 
more then once and used only the last one for sending.
Do you remember, how often the error report dialog cames up for one crash ?

BTW: I've sended the error report to our VCL team.
It seams to be a problem there.

<snip>

> I entered "abc". Detached the toolbar. Attached the toolbar. Entered "xyz". 
> Our client Java code then did  
> XStorable.storeToURL(documentName, properties);
> 
> The properties had a length of 2.
> Properties[0].name     = Overwrite
> Properties[0].value    = true
> Properties[1].name     = FilterName
> Properties[1].value    = writer_pdf_Export

Currently there is no fix available ... and further there is no 
workarund from our side possible. But may be you can do something:

a)
Dont use the UI of the office if you script via remote UNO.
Question: Why attach/deattach of a toolbar manually done by an user is 
needed in parallel to scripting the office via UNO ?

b)
Dont use the PDF filter in this scenario. Because the PDF filter is 
bound to the UI of the office more then any other filter.
And so you do something "dangerous" here .-)

Regards
Andreas

---------------------------------------------------------------------
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]

Reply via email to