To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=94918
------- Additional comments from [EMAIL PROTECTED] Thu Oct 23 09:31:35 +0000 2008 ------- I have found the root cause and have a fix for it. The downside is that what I wrote earlier about the cause is wrong :( Posting callback requests is sometimes blocked but that is OK. That just prevents multiple callbacks at the same time. The root cause is that the configuration controller, which is responsible to handle requests for changes of the configuration (like switching views in the center pane) is locked by the PresenterScreen class in the sdext module but is never unlocked. Therefore the configuration controller knows which view should be shown in the center pane but is never allowed to actually change it. Unlocking is not done because the PresenterScreen::InitializePresenterScreen() method first locks the configuration controller and then finds out that it does not have a pane in which to show its views. It returns from initialization without unlocking the configuration controller. --------------------------------------------------------------------- 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]