https://stackoverflow.com/a/18987810
This brings the left edge of the text to the left edge of the container:
Dim no As NativeObject = tv_TextView
no.RunMethod("textContainer",Null).SetField("lineFragmentPadding",0)
This causes the top of the text to align with the top of the container:
Dim no...
A TextView that blinks, just like the good old HTML <blink> tag.
https://github.com/frakbot/BlinkTextView
https://www.b4x.com/android/forum/threads/blinktextview.61009/#content
i spend a lot of time in creating views, some views i need by my self, but some views not and to create a high...
LineUtils
Version: 1.2
Based on code by Erel for StringUtils function MeasureMultilineTextHeight
StringUtils function calculates the height for multiplier value 1 only.
With this function you can calculate height with variable line spacing.
LineUtils
Methods:
getMultilineHeight...
I tried to use the example from the CalcRelativeKeyboardHeight Example and found a strange bug there. If I call the keyboard, then everything moves up (this is how it should be), but now if I move the list up and call the keyboard again (by clicking on the TextView), then the list is...
I tried to change the Textview color in the Designer, but it never changes, and is still white when I run the program.
Is there something I should know ?
TIA
I needed to develop a modern editText (or TextField), but different from the B4XFloatTextField, different in terms of graphics and style. So I created the SD_TextView
(see also xComboBox)
NOTE: You can use this library for personal and commercial use. Include it in your projects.. Attention...
Goodmorning everyone,
We have often discussed in this forum in different threads about the need to be able to insert XUI from design. We all know that the direction that is suggested by AnyWhere software is to create in the design the native views and then replace B4XView to the type...
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.