wimpie3 Well-Known Member Licensed User Longtime User May 23, 2018 #1 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: 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.
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: 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.
DonManfred Expert Licensed User Longtime User May 23, 2018 #2 wimpie3 said: but AddView is throwing an error. Click to expand... It is a great help for us if you HIDE the Error you got. Sorry, my hourglass is broken! My guess is that you should add the ScrollingLabel to the Layout (Deisgner). Upvote 0
wimpie3 said: but AddView is throwing an error. Click to expand... It is a great help for us if you HIDE the Error you got. Sorry, my hourglass is broken! My guess is that you should add the ScrollingLabel to the Layout (Deisgner).