This article applies to:
E-Prime 3.0
Detail
The SlideSlider can use a Custom Indicator image. For example, if your Slide is named Slide1 and the Slider is named Slider1, you can use the following InLine prior to the Slide to set the Indicator image to Arrow.png.
Dim theSlideButton As SlideButton
Set theSlideButton = CSlideButton(Slide1.ActiveObjects("Slider1Indicator"))
theSlideButton.Theme.Normal.IconFilename = "Arrow.png"
theSlideButton.Theme.Normal.IconWidth = 50
theSlideButton.Theme.Normal.IconHeight = 50
See Also:
E-STUDIO: SlideSlider Sub-object [23600]
SlideSlider Custom Indicator Mouse and Keyboard Sample [30608]
BUG: Custom SlideSlider Indicator cannot be dragged with mouse [30611]
Comments
0 comments
Please sign in to leave a comment.