Android Question B4XPages & XUI Scrolling Label

luke2012

Well-Known Member
Licensed User
Longtime User
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).

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:
B4X:
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.
 

Attachments

  • app_screenshot.png
    app_screenshot.png
    306.1 KB · Views: 89

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top