This component is deprecated.
Beginning July 1st, 2017, any new channels using this component will be rejected during certification.
Beginning January 1st, 2018, any updates to existing channels using this component will be rejected during certification.
The roSlideShow sends the roSlideShowEvent with the following predicates that indicate its valid event types:
isButtonPressed() as Boolean
A button on the screen was selected.
GetIndex() as Integer
Returns the ID of the button which was selected (the first parameter to AddButton).
isPlaybackPosition() as Boolean
A new image has been displayed in the slide show.
GetIndex() as Integer
Returns the index of the newly displayed image.
isRemoteKeyPressed() as Boolean
A remote key was pressed.
GetIndex() as Integer
Returns the ID of the remote key which was pressed. Remote key IDs are listed under roUniversalControlEvent.
isRequestSucceeded() as Boolean
An image has been successfully displayed.
GetIndex() as Integer
Returns the index of the displayed image.
isRequestFailed() as Boolean
An image in the slide show could not be decoded.
GetIndex() as Integer
Returns the index of the failed image.
isRequestInterrupted() as Boolean
The slide show was interrupted.
GetIndex() as Integer
Returns the index of the current image.
isPaused() as Boolean
The slide show was paused.
isResumed() as Boolean
The slide show has resumed.
isScreenClosed() as Boolean
The screen was closed and is no longer displayed to the user.