B4A Library [B4X] ComboBoxPlus - ComboBox with individual color configurable items - gregchao    Jan 26, 2023   (12 reactions) I wanted to be able to change the color of individual items in the Combobox list (playing card application) so I created my own ComboBox based on xCustomlistview and BCTextEngine. The result... B4A Library [B4X] [XUI] B4XComboBox - Cross platform ComboBox / Spinner - Erel    Apr 2, 2020   (32 reactions)   tags: B4X XUI ComboBox, B4X, ComboBox, XUI, B4XComboBox, Spinner Edit: B4XComboBox is included in XUI Views: XUI Views - Cross platform views and dialogs... B4A Example [B4X] AS PopupMenuAdvanced - ComboBox - Alexander Stolte    Jul 14, 2022   (15 reactions) /
The combobox consists of the following components:
Base Panel that holds the 2 other views
Label... B4A Library [B4X] [XUI] xComboBox - Cross Platform ComboBox with Images - Alberto Iglesias    Nov 29, 2020   (6 reactions)   tags: Combo box I encourage you to continue to improve this component.
Note that it works for B4i and B4A without d... B4J Question How to set combobox item using item value - rfresh    Dec 9, 2020 I have a ComboBox of altitudes
cboAlt(i).Items.Add("0.000000")
cboAlt(i).Items.Add("1000")
cboAlt(i).Items.Add("1500")
cboAlt(i).Items.Add("2000")
cboAlt(i).Items.Add("2500")
cboAlt(i).Items.Add... B4J Question ComboBox, How to insert nodes with cell factory - jmon    Jul 3, 2014 Hello, I am trying to add nodes to a combobox. The problem is that once I select an item in.... A warning about inserting Nodes into the ComboBox items list ComboBox allows for the items list to... into the cell, including in the ComboBox 'button' area too. Because the scenegraph only allows... from the ComboBox list, and becomes visible in the button area. When selection changes the previously... into the items list, is to put the relevant information into the ComboBox, and then provide a custom cell... B4J Question combobox padding - sorex    Jul 31, 2019 Hello,
Is there a way to change the padding between the text and pull down arrow of a combobox?
I'm always annoyed that it needs to be so oversized just to fit some small texts.
Example seen below...
82700... B4J Question ComboBox events - LucaMs    Oct 25, 2018 Not exactly a question, this is in fact a "bug" report.
73588
instead there is at least one other event, MouseClicked (I ... B4J Question ComboBox Editabile SetSelection - Star-Dust    Dec 24, 2018 I set up a ComboBox in Editable mode. I would like every time you raise leventol Focus the text content is selected, a like doing in textField with the SelectAll or SetSelect property.... B4J Question Having issues showing nodes inside a combobox! - Cableguy    Jan 21, 2018 Hi guys,
I'm populating a ComboBox with a not known size list, so far so good, if all I wanted to do was to add string to my combo... but I want to do it hard!
Each Item in the list will be made... Page: 1   2   3   4   5   6   |