textview

  1. Alexander Stolte

    iOS Code Snippet TextView - Set Padding

    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...
  2. Alexander Stolte

    B4A Library [B4X] [XUI] AS BlinkTextView

    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...
  3. 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...
  4. red30

    iOS Question Keyboard hides TextView on popup

    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...
  5. MitchBu

    iOS Question Textview color ? Keeps being white...

    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
  6. Star-Dust

    B4A Library [B4X] [XUI] [B4XLib] SD TextView

    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...
  7. Star-Dust

    B4J Library SD: XUI_Design

    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...
Top