To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=95879 Issue #|95879 Summary|AutomaticSlideAdvancement property to separate automat |ic slide & effect timings Component|Presentation Version|OOo 3.0 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|FEATURE Priority|P3 Subcomponent|programming Assigned to|graphicsneedsconfirm Reported by|haggai
------- Additional comments from [EMAIL PROTECTED] Wed Nov 5 16:09:13 +0000 2008 ------- I am implementing an API driven presentation player using impress for use on a display without keyboard or mouse. I am using the AutomaticAdvancement property to advance the slides, but this advances effects and slides at the same time. For example, I have a presentation with 3 slides which should be displayed for about 30 seconds. But the third slide has 5 items which fade in when clicked with the mouse. Currently, I have these timings: AutomaticAdvancement=30 Slide 1 - 30 seconds Slide 2 - 30 seconds Slide 3 - 5*30 seconds for effects, followed by 30 seconds, ie 5 minutes total! The objective of this patch is to add a new property, AutomaticSlideAdvancement. If this property is not set, AutomaticAdvancement will be used as before. If it is set, this new timing will be used to set the delay between slides, so I can now reduce the delay between effects to, say, 3 seconds : AutomaticAdvancement=3 AutomaticSlideAdvancement=30 Slide 1 - 30 seconds Slide 2 - 30 seconds Slide 3 - 5*3 seconds for effects, followed by 30 seconds equals 45 seconds total --------------------------------------------------------------------- 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]
