To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=72122 Issue #|72122 Summary|workaround for bug of issue 72033 Component|Word processor Version|OOo 2.0.4 Platform|PC URL| OS/Version|Windows XP Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|programming Assigned to|mru Reported by|gaspsimo
------- Additional comments from [EMAIL PROTECTED] Thu Nov 30 01:41:34 -0800 2006 ------- there is a not "pure" workaround for the issue: if the document is opened as visible and after we set the containerWindow as not visible, splitRange dont fail.. I think this is also an indication for lokking for bug. It's not pure because document can flicker an instant before coming invisible... In macro code... change mProp(0).Name = "Hidden" mProp(0).Value = true oDoc = StarDesktop.loadComponentFromURL( "private:factory/swriter", "_blank", 1, mProp()) with mProp(0).Name = "Hidden" mProp(0).Value = false oDoc = StarDesktop.loadComponentFromURL( "private:factory/swriter", "_blank", 1, mProp()) oDoc.currentController.frame.containerWindow.setVisible(false) Gasparri Simone --------------------------------------------------------------------- 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]
