Renders buttons which can be used to control an Image Viewer. The component can consist of up to 12 buttons which can be hidden and/or displayed in different modes.

The Image Remote Control Buttons Component.
(No buttons are visible in edit mode)
Properties
|
Name |
Type |
Description |
| Channel |
Enum |
The channel on which this component is operating. Other Image Controls and the Image Viewer also has this setting. The channels available are 1-15. |
| Rendering Mode |
Enum |
The mode used for rendering. Possible values:
|
| Wrapping |
Enum |
The wrapping mode for this component. If set to default, the settings of the Image Viewer will be used. Possible values:
|
| Page Size |
Integer |
Number of images per page. This property is used for determining how the component should handle the previous page and the next page commands. |
| Spacing Between Buttons |
Integer |
The spacing in pixels between the buttons. |
| Show Image Tool Tips |
Bool |
If set to true, the tool tip will be shown for all buttons. |
| Start Image |
Resource |
Image used at the start of the row of buttons. |
| Separator Image |
Resource |
Image used between each button. |
| Filling Image |
Resource |
Image used to fill out space between the buttons. |
| End Image |
Resource |
Image used at the end of the row of buttons. |
| Custom Action 1 |
Action |
Action used for the command "Custom Action 1". |
| Custom Action 2 |
Action |
Action used for the command "Custom Action 2". |
| Custom Action 3 |
Action |
Action used for the command "Custom Action 3". |
| Button 1-12 Image |
Resource |
The image used for the button |
| Button 1-12 Image Mouse Over |
Resource |
The image used for the button when the mouse is over. |
| Button 1-12 Image Inactive |
Resource |
The image used for the button when inactive. The inactive mode is determined by the View Mode property. |
| Button 1-12 View Mode |
Enum |
Determines in which modes the button is visible. Possible values:
- Always
- Playing
- Stopped
- Overview
- Single
- Playing - Overview
- Playing - Single
- Stopped - Overview
- Stopped - Single
|
| Button 1-12 Command |
Enum |
The command executed when the button is clicked. Possible values:
- None
- Previous (Shows the previous image)
- Next (Shows the next image)
- Previous Page (Shows the first image of the previous page)
- Next Page (Shows the first image of the next page)
- First (Shows the first image)
- Last (Shows the last image)
- Play (Starts the slide show and sets it in playing mode)
- Play From Start (Shows the first image and then starts the slide show and sets it in playing mode)
- Play And Go to Single Mode (Starts the slide show and sets it in playing - single mode)
- Stop (Stops the slide show and sets it in stopped mode)
- Overview Mode (Sets the overview mode)
- Single Mode (Sets the single mode)
- Custom Action 1 (Performs the custom action 1)
- Custom Action 2 (Performs the custom action 2)
- Custom Action 3 (Performs the custom action 3)
|