To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95654
------- Additional comments from [EMAIL PROTECTED] Thu Oct 30 18:32:21 +0000
2008 -------
oh, yes, the non vcl dialogs are a problem. Even if only vcl is involved there
is another problem (in a more complicated scenario):
- open document 1
- open document 2
- open modal dialog (modal to document 2)
- switch to document 1
- open modal dialog (modal to document 1)
- switch back to document 2
- open modal sub dialog (modal to document 2 and its already modal dialog
-> the process stack of the main thread now looks somthing like this
Application::Execute()
Dialog::Execute() (from doc 2)
Dialog::Execute() (from doc 1)
Dialog::Execute() (from doc 2)
You cannot really fall out of the execute for the dialog in the middle, although
that is probably the smaller evil compared to a crash.
Then again this is quite an elaborate example.
---------------------------------------------------------------------
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]