- Jun 6, 2020
- 11,517
- 4,383
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).
A custom view with a label that scrolls automatically when the text is wider than the label. The class is supported by B4A, B4i and B4J. It depends on XUI v1.46+. Note that in B4A you should add this code to Activity_Resume: Sub Activity_Resume For Each v As View In...
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:
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...
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).
برای دیدن لینک ها باید ثبت نام کنید
A custom view with a label that scrolls automatically when the text is wider than the label. The class is supported by B4A, B4i and B4J. It depends on XUI v1.46+. Note that in B4A you should add this code to Activity_Resume: Sub Activity_Resume For Each v As View In...
برای دیدن تصاویر باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید
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:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
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...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید