To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79951
User pagalmes changed the following:
What |Old value |New value
================================================================================
Status|UNCONFIRMED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |INVALID
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Jul 27 14:42:43 +0000
2007 -------
Here is the code that works with the interaction handler posted by "Danad"
(http://www.oooforum.org/forum/viewtopic.phtml?t=41948)
url = "http://localhost:8080/mydir/webdav/123.odt"
Dim arg(0) As New com.sun.star.beans.PropertyValue
OOServiceManager = CreateObject("com.sun.star.ServiceManager")
iHandler =
OOServiceManager.createInstance("com.sun.star.task.InteractionHandler")
arg(0).Name = "InteractionHandler"
arg(0).Value = iHandler
StarDesktop.loadComponentFromURL(url,"_blank",0, arg )
I think that we can now close the issue.
> But i agree that it is not easy currently and sometimes i am wondering about
our API :-)
:-)
Yes, maybe this could somehow be changed...
---------------------------------------------------------------------
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]