B4A Library [B4X] ComboBoxPlus - ComboBox with individual color configurable items - gregchao    Feb 24, 2024   (15 reactions) I wanted to be able to change the color of individual items in the Combobox list (playing card... Colors for ComboBox Items
In Designer View, you should be able to access under Add View... B4A Question [Solved] How to change font size in views inside a TabStrip? - ilan (first post)    Sep 17, 2021   (1 reaction) Would it be too much to ask if you could change the background color as well? csbuilder has a background-color property 119216 but it will only draw the background behind the text, not the whole selected item but there should be a possibility to do that, try the forum search https://www.b4x.com/android/forum/pages/results/?query=combobox+edit+items... B4A Library [Class] SearchView - More powerful alternative to AutoCompleteEditText - Erel    Sep 30, 2021   (20 reactions)   tags: search, Auto complete Edit: better to use B4XDialog + B4XSearchTemplate SearchView is made of an EditText and ListView. When the user enters text into the EditText the ListView shows the items that start with this text... an item from many items. Advantages over AutoCompleteEditText: SearchView uses an internal index that is built when you call SetItems. This allows it to quickly find the matches. SearchView also shows items that contain the input text (not just prefixes). The class code can be further customized... B4A Tutorial [B4X] Cross platform Editable B4XTable + Form Example - Erel    Jan 2, 2020   (30 reactions)   tags: xuiTable . Using B4XTable and B4XPreferencesDialog to create an editable table. Table features: Add new items. Edit existing items. Delete existing items. Duplicate existing items. Data is saved when the app... the logic is implemented in a class named EditableTable. The module is located in the projects parent... it in the EditableTable class. Note that if you want to update those files then you need to update... are attached. B4J example of a table with inline editing: https://www.b4x.com/android/forum/threads... B4A Question customlistview loads max items and loads more when scroll tot bottom - m643    Dec 16, 2013   (1 reaction) Hi all, I see in more and more apps that having a listview that loads for example 20 items and when you scroll down it loads another 20 items. I am using now the customlistview class and that works great but I like the solutions that loads a max of items. I searched the forum but the only thing I found is the pull tot refresh class that is what I think simulair to this function. Unfortunately, I am not able tot modified this class so I'm looking for something like this. Is there anybody... B4A Library [B4X] CLVExpandable - Allows expanding or collapsing xCustomListView items - Erel    Dec 14, 2020   (27 reactions)   tags: Listview, myapp with B4A, B4i and B4J. Instructions: An expandable item layout should be made of two panels. The first one is the title and the second one is the item's body. The title panel should include at least two items where the second item is a view with the arrow (you can easily change this by modifying the code). The item layout background must be transparent. It is also recommended to remove AutoScaleAll from the item layout. The class is included in the attached examples. CLVExpandable + lazy loading... B4A Library [Custom View] SuggestionEditText - LucaMs    Sep 15, 2025   (29 reactions) . ' - Fixed: ConfirmWord held the focus. (zip file: SuggestionEditText_3.zip) So many... :confused: (*)), just download the latest one, SuggestionEditText_2_2.zip This new version has just one new... it already had the same effect. Added ConfirmWord method. I needed an EditText like SearchView... directory. After this, you must initialize the SuggestionsEditText DB calling its method....1 Method: InitWordsDB2(SuggET As SuggestionsEditText) To use the same DB of another... B4A Code Snippet [B4X] B4XOrderedMap - get first item, nth item and last item - Erel    Jun 4, 2020   (16 reactions) . 'first item Dim key As String = OrderedMap.Keys.Get(0) 'key type can be different Dim value As Object = OrderedMap.Get(key) 'nth item Dim key As String = OrderedMap.Keys.Get(n) Dim value As Object = OrderedMap.Get(key) 'last item Dim key As String = OrderedMap.Keys.Get(OrderedMap.Size... B4i Question [Solved] b4i Bridge cannot be compiled (Error: security: SecKeychainItemImport: MAC verification failed during PKCS12 import (wrong password?)) - CryoGenID    Jan 7, 2022 : SecKeychainItemImport: MAC verification failed during PKCS12 import (wrong password?) I first... B4A Question TitleBar MenuItem - abdo.b4a    Aug 4, 2020 Dear All using Activity.AddMenuItem3 i can add an icon to title bar is there a way to remove or disable icon from Title Bar programatically ?... Page: 1   2   3   4   5   6   7   |