B4J Library [B4X] [XUI] SD_xComboBox

At the request of my friend @Mashiane , I created a combobox that has the graphics of my IconTextView that is Multiplatform (B4X, B4J, B4i)

NOTE: You can use this library for personal and commercial use. Include it in your projects.. Attention, even if it is a B4XLib library, it is not allowed to decompress it, modify it, change its name or redistribute it without the permission of the author


SD_xComboBox

Author:
Star-Dust
Version: 0.12
  • SD_xComboBox
    • Events:
      • ItemClick (Position As Int, Value As Object)
      • OpenList
    • Fields:
      • ItemHeight As Int
      • mBase As B4XView
      • OpenDropDownOnFocus As Boolean
      • Tag As Object
    • Functions:
      • Add (Text As String, ReturnValue As Object)
        Add Item
      • AddAll (L As List)
        Add List of Item, Return Value is a Text
      • Clear
      • CloseDropDown
      • DesignerCreateView (Base As Object, Lbl As Label, Props As Map)
        Base type must be Object
      • GetBase As B4XView
      • GetItem (Position As Int) As String
      • GetValue (Position As Int) As Object
      • Initialize (Callback As Object, EventName As String)
      • isDropDownOpen As Boolean
      • OpenDropDown
      • Size As Int
    • Properties:
      • Enabled As Boolean
      • Hint As String
      • HintFont As B4XFont
      • SelectedIndex As Int
      • SelectedTextItem As String
      • SelectedValueItem As Object
      • TextFont As B4XFont

1.gif
2.gif
 

Attachments

  • SD_xComboBox.b4xlib
    4.7 KB · Views: 147
Last edited:

Dadaista

Active Member
Licensed User
Longtime User
Something like that. The border more fat :)... I am triying but the border is slim :(.... changing the border in properties

Thank you again @Star-Dust 🄰
 
Top