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:16:13 +0000 2008 ------- As far as I remember, the last time when we tried to reach something like this, the problem with vcl dialogs was that they had to be closed in correct order, to avoid crashes in case the dialog is already on the stack. That was workarounded by storing locally the order of vcl-dialogs if I am not wrong. Currently the dialogs started asynchronously, so now the situation could be different. But the main problem were the java dialogs, system dialogs and other non-vcl dialogs. As for the framework general solution, I do not see any general solution here. Each non-vcl dialog has to be handled separately. It is quite common situation that a frame does not know more about currently shown dialog as the vcl. Additionally, please do not forget addons that also might show dialogs. We could of course let each dialog register itself in the way that it must react to the document/frame notifications, but that would be a new API as well. And it would be no enhancement, it would be a new feature. I am actually not sure that it worses the efforts. But may be there is a nice simple way I just do not see. --------------------------------------------------------------------- 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]
