To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41781
User mba changed the following:
What |Old value |New value
================================================================================
Assigned to|mba |mav
--------------------------------------------------------------------------------
Target milestone|OOo 2.0 |OOo Later
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Feb 23 04:41:25 -0800
2005 -------
Mikhail, you can reproduce it a little bit easier:
Start your office with the command line
"-accept=socket,host=localhost,port=4711;urp".
Open/Create a Writer document with an MS Paint Object and activate the object by
doubleclick.
Start another office on your machine and execute the following macro there:
Sub TestClose
a = createUnoService("com.sun.star.connection.Connector")
b = a.connect("socket,host=tbo-1,port=4711")
c = createUnoService("com.sun.star.bridge.BridgeFactory")
d = c.createBridge("","urp",b,NULL)
e = d.getInstance("StarOffice.ServiceManager")
f = e.createInstance( "com.sun.star.frame.Desktop" )
oDoc = f.currentComponent
oDoc.close(true)
End Sub
You will find that the close() call is executed properly and you will see that
the function "OleComponent::CloseObject()" is called and executed also properly,
but to no avail: the MS Paint Window is not closed. I'm afraid that this might
be a threading issue, the activation (creation of Window) and the deactivation
(closing of Window) are done in different threads.
I general I don't see this as an important issue, so I change the target.
---------------------------------------------------------------------
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]