There are many occasions when you need to have multiple labels which all size themselves to their contents and also align with each other with no space.
The solution to this is to use MeasureMultiLineText within the StringUtils Library.
To make this easy to use I created a CustomView...
I've been struggling with this code for quite sometime in order to make it cross-platform compatible.
b4j label as shown in B4XPagesCrossPlatformProjectsV2_1.pdf documentation is as follows:
HERE all labels are shown to be compatible across platforms
but in actual there are some properties...
Posted this is a different thread:
https://www.b4x.com/android/forum/threads/droppy-library.108691/
but the problem in that thread (lost button click event) has been solved, but got a different problem now
and that is that if I use labels for the menu items (which seems to be needed to specify...
Despite not being a game, my app has several labels that gets updated several times a second:
text is changed, visible and color attributes are changed, position and size are changed.
How does Android handles redraws?
When I set label.Text, it gets redrawn on screen.
Does it get redrawn even if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.