To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=94007 Issue #|94007 Summary|Slideshow crashes on exit (multi-screen) Component|gsl Version|current Platform|Unknown URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|thb Reported by|thb
------- Additional comments from [EMAIL PROTECTED] Wed Sep 17 20:49:23 +0000 2008 ------- Another incarnation of the "wrong screen number" meme - this time on slideshow exit. Unfortunately, exiting fullscreen mode moves the window back to the original screen, with currently no way of handling this in the canvas impls. Added code disposing canvas in WorkWindow::ShowFullScreenMode(), which does not help here, too - the sd showwin is some child of it. Current (admittedly hacky) solution - move the SlideShowImpl disposing _before_ the StartPresentationMode(FALSE) call in SlideShow::end(). Long-term, we need a msg (also for awt), to the likings of "dispose your system handles", and the canvas can handle that itself. Patch follows. --------------------------------------------------------------------- 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]
