To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=85875
------- Additional comments from [email protected] Wed Jul 7 11:05:50 +0000 2010 ------- Hi, i had the same problem. If I do the disposal in a new thread, then it seems to work. I hope that helps. Regards, Markus p.s.: Below the code I use. try { new Thread() { public void run() { xComponent.dispose() } }.start(); } catch (Exception e) { e.printStackTrace(); } --------------------------------------------------------------------- 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]
