To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=59538
User as changed the following: What |Old value |New value ================================================================================ Assigned to|as |ab -------------------------------------------------------------------------------- ------- Additional comments from [EMAIL PROTECTED] Thu Jan 19 01:02:53 -0800 2006 ------- The problem behind: Every frame MUST be initialized with a valid XWindow reference. Otherwhise it cant work. If the frame is called in it's API methods and was not initialized before it shows this assertion. Thats similar to throwing a DisposedException in case the frame was already closed but will be used further. But if you create the frame calling createInstance() instead of createInstanceWithArguments(XWindow) it's basic, which makes the first API call implicitly. Because basic is interested to know all properties of the XPropertySet implement on a frame .-) But the frame cant differ between a reflection call of basic and a normal API call done by anybody else. AS->AB: Please make sure that basic don't start it's property reflection requests on creation time of an UNO service. That should be done first if a property request is done by the basic code itself. --------------------------------------------------------------------- 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]