To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=95879
------- Additional comments from hag...@openoffice.org Tue Feb 10 12:21:34 +0000 2009 ------- @thb: Sorry, I've not made much progress on this. I tried your suggestions, but I was still getting hangs with those changes. I was able to remove the FIXME from sequentialtimecontainer by fixing a problem in tick() that I had uncovered. The problem occurs when a slide transition takes longer than the inter-effect delay. You can reproduce this by setting the delay to be faster than the slide transition effect speed. The problem happened in the 'tick' function. This is called every N seconds, where N is the inter-effect delay. It will fire off the next event, and then reschedule itself N seconds in the future if there are more events to trigger. If there are no events pending it will not be rescheduled. That was the case during the slide transition phase, so I have modified it to reschedule in the case that it has been scheduled to fire an event, but the event has not yet been placed on the event queue. I will post the latest versions of the patch that I have. There are 2 versions. slideshow-timings3.diff incorporates your suggestions and fixes the bug above, but does not work properly. It breaks slides which have a series of transitions set to run automatically with a fixed time delay. slideshow-timings4.diff does work, but still has a FIXME. --------------------------------------------------------------------- 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: issues-unsubscr...@graphics.openoffice.org For additional commands, e-mail: issues-h...@graphics.openoffice.org --------------------------------------------------------------------- To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org