To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=110530 Issue #|110530 Summary|XComponentLoader loadComponentFromURL Throws Error Component|api Version|OOo 3.2 Platform|All URL| OS/Version|Windows, all Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|jsc Reported by|msmith68
------- Additional comments from [email protected] Wed Mar 31 15:36:17 +0000 2010 ------- The XComponentLoader loadComponentFromURL method throws an error with the message "URL seems to be an unsupported one" when loading a file with OO 3.2. The same code trying to load the same file works fine when run with OO 3.1.1 and earlier versions of OO. Our application is written in C++ and is run under several different Windows Operating systems (XP, Vista, 7, 2003 and 2008) which all produce the same error when OO is upgraded to version 3.2. When our application calls the loadComponentFromURL method it sets the method's URL parameter to URL of the file to be opened, which is alway on the machines C: drive. The URL string is always the following format "file:///c:/temp/userdir/userfile.odt" where userdir and userfile are unique names supplied by the user. The TargetFrameName parameter is always set to "_blank". The SearchFlags parameter is always set to zero (0). The Arguments parameter is always set to a PropertyValue structure containing two properties. They are "Hidden" which is set to sal_True and "UpdateDocMode" which is set to QUIET_UPDATE. Why does this method fail with OO 3.2. --------------------------------------------------------------------- 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]
