B4A Code Snippet [B4X] Programmatically open B4XComboBox - Erel    Jan 9, 2024   (21 reactions) Private Sub OpenComboBox(x As B4XComboBox) #if B4A x.cmbBox.As(JavaObject).RunMethod("performClick", Null) #else if B4J x.cmbBox.As(JavaObject).RunMethod("show", Null) #else if B4i CallSub(x, "btn_click") #end if End Sub ... B4A Library [B4X] [XUI] B4XComboBox - Cross platform ComboBox / Spinner - Erel    Apr 2, 2020   (33 reactions)   tags: B4X XUI ComboBox, B4X, ComboBox, XUI, B4XComboBox, Spinner Edit: B4XComboBox is included in XUI Views: XUI Views - Cross platform views and dialogs... B4i Question Question about the B4XComboBox and B4XFloatTextField - Alex_197    Jan 27, 2026 is wrong I want to highlight it.
I tried to change color by this way
B4XComboBox.mBase.TextColor=Colors.Red
B4XFloatTextField.Color=Colors.Red
It doesn't work.
Is there any other option... Wish B4XComboBox: Be able to optionally enter a value instead of selecting one - toby    Apr 18, 2021 Sometimes a list can't include all items, i.e., mobile phone brands. In that case, users should be able to enter a new item if it's not on the dropdown list.... B4A Question B4XComboBox - Sergey_New    Jul 23, 2025 xui As XUI 'ignore
Private B4XComboBox1 As B4XComboBox
Dim lst As List=Array As String...)
Root = Root1
Root.LoadLayout("1")
B4XComboBox1.SetItems(lst)
B4XComboBox1... Wish B4XComboBox properties - angel_    Feb 25, 2020 I miss the following properties of B4XComboBox for B4i: - IndexOf - SelectedItem - Size... B4A Question B4XComboBox Scroll to item - MarcoRome    May 27, 2024 Hi All.
Is it possible via code to scroll B4XComboBox (type jumpto of clv) ?
Any suggestion
Thank you... B4A Question How to set B4XComboBox Items gravity? - Cableguy    Nov 23, 2023 Hi guys,
The tittle kinda says it all... I would like to center the items in the dropdown... B4A Question [B4X] B4XComboBox - Is it possible to force dropdown from code? - MrKim    Jan 4, 2024 That's it. I know I could use a text view and listview to do this - but dropdown would be simple... B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Nov 26, 2025   (85 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views is a zip file. Views: - B4XRadioButton - Cross platform radio button. - B4XComboBox - Cross platform... something when the user started or finished interacting with the seek bar. V2.26 - B4XComboBox - Fixed bug....b4x.com/basic4android/images/V2LrgKPeKn.gif V2.06 - B4XComboBox.B4iCancelButton string (only relevant to.... Call Update method after updating these colors. V1.85 - B4XComboBox.cmbBox field is public. Note... of B4XInputTemplate. V1.60 - B4XFloatTextField reveal button in password mode: 76134 V1.55 - B4XComboBox... Page: 1   2   3   4   5   6   7   |