To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=107839
------- Additional comments from [email protected] Wed Jan 6 11:23:54 +0000 2010 ------- AW: More infos: - The problem does happen in slightly changed form in a DEV300 m66. The update of the SlideSorter also gets slower, but gets to an end faster in comparison. - The problem can not be avoided by increasing the tools/options/memory options (or i could not find out, how to do that) - With the proposed fix, the main view handling gets better. The SlidePane still flickers and needs long time for update. Guess: The main view gets better since the linked graphics can be loaded asynchron with the proposed fix. The SlidePane still loads synchron since IsAsynchronGraphicsLoadingAllowed() is set to false, thus still all graphics get loaded all the time since the SlidePane repaint seems to repaint all visible previews (may have to do with invalidates due to the loading again). When loading synchronous for SlidePane this can be detected since the ObectContact is a preview (true == GetObjectContact().IsPreviewRenderer()). In that case, the graphic may be loaded only temporarily (as already done for printing) in that case. Testing... --------------------------------------------------------------------- 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]
