Hi all,
I'm try to manage a display problem about a B4X View used as label for a description text (see attached image "app_screenshot").
A POSSIBLE SOLUTION
A cool solution that I found is (XUI Scrolling Label by
@Erel).
Don't use this. Latest version is included in XUI Views. For rich text, use https://www.b4x.com/android/forum/threads/b4x-bbscrollinglabel-rich-text-scrolling-label.114310/#content A custom view with a label that scrolls automatically when the text is wider than the label. The class is...
B4XPages & MULTI-LINE LABEL
About this solution I have a couple of question (considering that I developing a B4XPages App):
1) Within the above tutorial I see: "Note that in B4A you should add this code to Activity_Resume".
How to implement this within a B4XPages App ? The B4XPages / Main code is:
Sub Activity_Resume
B4XPages.Delegate.Activity_Resume
End Sub
2) Within the tutorial page above tutorial (XUI Scrolling Label) I see that the text is scrolling within a single line layout.
In my case (as you can see within the attached pic "app_screenshot.png") the second label (belove the image) is a multi-line text (description text that in some cases is cutted by the label). How to handle this using a XUI Scrolling Label?
Thanks in advance for any (precious) help
Luca.