To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97531


User as changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|tm                        |as
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Tue Dec 23 12:17:07 +0000 
2008 -------
as->tobias:

Please specify which API calls you used for ...
a) open documents
b) closing documents.
c) Or if you closed such documents manually (mouse click inside UI).

For me it doesnt look like an issue. It looks like you used the wrong set of 
APIs.
First you should define if you wish to use same "document behaviour" as OOo it
has by default. If the answer is yes you cant use (!) API's like
loadComponentFromURL () or XCloseable.close(). You have to use XDispatch API 
only !

If you wish to implement your own behaviour ... you must intercept commands like
.uno:CloseDoc/CloseFrame/CloseWin .-.. but you can use loadComponentFromURL() or
XCloseable.close(). Otherwhise "magic" regarding OOo shutdown will disturb your
use case as you described it already. On ther other side ... then you are
responsible to make sure the office will shutdown ... at least in case last
document was closed. Because in such API-use-case it's your job doing that .-)

as->tm: Seems to be my area .-)

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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