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 benzma...@openoffice.org 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: issues-unsubscr...@api.openoffice.org
For additional commands, e-mail: issues-h...@api.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to