B4A Library [B4X] [XUI] SD AutoComposeTextView & PickerTextView (WheelPicker)

AutoComposeTextView

PickerTextView (WheelPicker)


SD_AutoComposeTextView

Author:
Star-Dust
Version: 0.03
  • AutoComposeTextView
    • Events:
      • EnterPressed
      • TextChanged (Old As String, New As String)
    • Fields:
      • SearchStartWith As Boolean
    • Functions:
      • AddItems (Items As List) As String
      • BringToFront As String
      • Class_Globals As String
      • ClearItems As String
      • DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String
        Base type must be Object
      • Initialize (Callback As Object, EventName As String) As String
      • IsInitialized As Boolean
        Verifica se l'oggetto sia stato inizializzato.
      • RemoveViewFromParent As String
      • RequestFocus As String
      • SendToBack As String
      • SetItems (items As List) As String
      • SetItemsFromSQLite (Folder As String, FileName As String, TableName As String, FieldName As String) As String
      • SetLayoutAnimated (Duration As Int, Left As Int, Top As Int, Width As Int, Height As Int) As String
    • Properties:
      • Color As Int
      • Font
      • Height As Int
      • Left As Int
      • TextColor As Int
      • Top As Int
      • Visible As Boolean
      • Width As Int
  • PickerTextView
    • Events:
      • Click
    • Functions:
      • Add (Element As String) As String
      • BringToFront As String
      • Class_Globals As String
      • ClearItems As String
      • DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String
        Base type must be Object
      • Initialize (Callback As Object, EventName As String) As String
      • IsInitialized As Boolean
        Verifica se l'oggetto sia stato inizializzato.
      • RemoveViewFromParent As String
      • RequestFocus As String
      • SendToBack As String
      • SetItems (items As List) As String
      • SetLayoutAnimated (Duration As Int, Left As Int, Top As Int, Width As Int, Height As Int) As String
    • Properties:
      • Align As String
        CENTER, LEFT, RIGHT
      • Color As Int
      • Font
      • Height As Int
      • Left As Int
      • SelectedIndex As Int
      • SelectedItem As String [read only]
      • TextColor As Int
      • Top As Int
      • Visible As Boolean
      • Width As Int

Seach TextFileter in ---------- Search TextFilter in StartWith..
Video1.gif
Video2.gif


..... PickerTextView

ezgif.com-gif-maker.gif
ezgif.com-gif-maker.gif
 

Attachments

  • Sample.zip
    151 KB · Views: 452
  • SD_AutoComposeTextView 0.03.zip
    14.8 KB · Views: 272
  • iSD_AutoComposeTextView 0.03.zip
    205.2 KB · Views: 231
Last edited:

Star-Dust

Expert
Licensed User
Longtime User
Update rel 0.02
Add event : EnterPressed
 

Star-Dust

Expert
Licensed User
Longtime User
Update 0.03
  • Added PickerTextView class. Corresponds to Spinner. Unlike AutocomposeTextView it is not editable

ezgif.com-gif-maker.gif
 
Last edited:

Star-Dust

Expert
Licensed User
Longtime User
PickerTextView sample (B4A, B4I)
 

Attachments

  • B4i_Autocompose.zip
    144.7 KB · Views: 34
  • B4i_Autocompose.zip
    144.7 KB · Views: 36
Top