Regarding the Scrolling Label (https://www.b4x.com/android/forum/threads/b4x-xui-scrolling-label.85516/)
Does anyone have an example on how to use this in B4A?
I'm doing this:
but AddView is throwing an error.
Does anyone have an example on how to use this in B4A?
I'm doing this:
B4X:
Dim ScrollingLabel1 As ScrollingLabel
ScrollingLabel1.Text="test test test test test test test ***"
Activity.AddView(ScrollingLabel1,200,200,500,500)
but AddView is throwing an error.