balbant
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2018
04:09 AM
Is it possible to change default behaviour and direction of ScrollingLabel node?
I am working for Roku Scene Graph application. I used "ScrollingLabel" node, it is scrolling label text right to left until the end of the string is visible, then transition back to the partial string with the end then it transitions to the full string.
Is it possible to change default behaviour and direction of scrolling? I want to scroll text right to left like marquee for example-direction of same as it scrolling text...
Is it possible to change default behaviour and direction of scrolling? I want to scroll text right to left like marquee for example-direction of same as it scrolling text...
1 REPLY 1
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2018
07:39 AM
Re: Is it possible to change default behaviour and direction of ScrollingLabel node?
The documentation implies that this cannot be done with the ScrollingLabel, there is no mention of it nor any fields that would enable it.
You could make a custom component that does what you want. A lot trickier than just using ScrollingLabel but will give you much more control over the behavior.
You could make a custom component that does what you want. A lot trickier than just using ScrollingLabel but will give you much more control over the behavior.
aspiring