multiline

  1. Alexander Stolte

    Android Code Snippet [B4X] MeasureMultilineTextHeight

    I was looking for a way to determine the height of a textview when it has multiline text. This function now makes that possible across platforms. From B4J I come from this thread: https://www.b4x.com/android/forum/threads/measure-multiline-text-height.84331/#content Private Sub...
  2. epiCode

    B4A Library [B4X] LineUtils v1.2 - get required height for multiline TextView/label with variable line spacing

    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...
  3. A

    Android Question [Resolved] Multiline label for loaded CLV/Panels

    Hi All, I really appreciate if someone can help or guide me on this CLV obstecle. I have jRDC where I am SELECT from DB to CLV. I have card like CLV in which user name can appear more than once in a card based on the year returned ( so I can have one user name in card for 2020, and another...
  4. Lucas Eduardo

    iOS Question XUI Views - B4XDialog Title Multiline

    Hello, i was trying to use the library xui views, but when a use the dialog there is no option to put the title in multiline. Is there a way to put the title of Dialog in multine? Thank you.
Top