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.16
		
		
	
	
		
	
		
	
			
			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.16
- 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
 - SetSelection(Start As Int, Length As Int)
 - Size As Int
 
 - Add (Text As String, ReturnValue As Object)
 - Properties:
- Enabled As Boolean
 - Hint As String
 - HintFont As B4XFont
 - SelectedIndex As Int
 - SelectedTextItem As String
 - SelectOnlyFromList As Boolean
 - SelectedValueItem As Object
 - SelectionLenght As Int [read only]
 - SelectionStart As Int [read only]
 - TextFont As B4XFont
 
 
 - Events:
 
Attachments
			
				Last edited: