indicator

  1. Alexander Stolte

    Android Example [B4X] AS TextFieldAdvanced Password Strength Indicator

    This is a Example project for the AS_TextFieldAdvanced, to show the password strength indicator. https://www.b4x.com/android/forum/threads/b4x-xui-as-textfieldadvanced-title-information-counter-password-button-prefix-suffix-icons-multiline.141337/ Have Fun :)
  2. epiCode

    B4A Class [B4X] [Class] TextCrumbs v1 (BreadCrumbs using CharSequence)

    This class helps you create a simple Clickable Text Based Bread Crumbs Feature which supports CharSequence too. Usage is very simple. Create a list which has individual items to be shown as bread crumbs. This can be text / charSequence or mix of both. Initialize TextCrumbs and pass this list...
  3. Brian Michael

    Android Code Snippet [XCustomListView] Page Indicator

    Hello everyone in the community, I was looking for a code that would help me indicate the pagination a CustomListView and know in which position the list was indicated. I managed to create a simple code to be able to do it. If you can improve it, please follow the thread of this post...
  4. S

    B4A Library [B4X] [XUI] [B4XLib] xBusy - customizable busy indicator that also blocks background interaction.

    For use in B4A, B4J, B4i. Copy b4xlib file to: \B4X Additional Libraries\B4X. v1.01 update: xBusy.Base_Resize now handles bitmap resizing correctly on iOS devices. Properties: BackgroundAlpha - transparency of the overlay. BackgroundImage - Assign a custom B4XBitmap for a background image...
  5. epiCode

    B4A Library LEDLabel 1.01

    This is my first attempt to create a library Please be kind :) This allows you to make a label with tiny indicator on left which can be turned on or off (with any choice of color) Usage instructions: - Download the ledlabel.jar & xml and put it in the B4X additional library folder - Add...
  6. Alexander Stolte

    iOS Question Tabstrip Indicator fit to width

    Hello, how can i to adjust the indicator length to the width? in B4A i do it that way: Public Sub GetAllTabLabels (tabstrip As TabStrip) As List Dim jo As JavaObject = tabstrip Dim r As Reflector r.Target = jo.GetField("tabStrip") Dim tc As Panel = r.GetField("tabsContainer")...
Top