"destruk" wrote:
ScrollingLabel only works for a single horizontal line - for something like what you have with 4 lines it looks like ScrollableText would be more appropriate -
https://sdkdocs.roku.com/display/sdkdoc/ScrollableText
Thanks destruk - I intend to use that once the "more" button is clicked. I do not have any flexibility in the design, I'm following detailed specs.
What you mentioned above was the same thought I just had, if the firmware would make available a read only integer representing the position that the ellipsization happens, that would be great!
Now I'm trying to add the characters one by one until the isTextEllipsized observer is triggered, then see how many letters had been added up to that point, but it always returns the length of the full string. Maybe I can do the opposite, strip letters off until isTextEllipsized goes back to false? Will try...
aspiring