B4A Library [B4X] CLVSelections - extended selection modes for xCustomListView - Erel    Feb 26, 2020   (16 reactions) that selects an item and makes it visible.
Usage:
Initialize a CLVSelections object and set... B4A Library [B4X] [XUI] xCustomListView - cross platform CustomListView - Erel    Dec 24, 2023   (46 reactions)   tags: CustomListView, xcutomlistbox card, xuiCLV, CUSTOMLIST, Erel, XUI /#content CLVSelections (B4X) - Adds more selection modes: https://www.b4x.com/android/forum/threads/b4x-clvselections-extended-selection-modes-for-xcustomlistview.114364/ CLVNested (B4A) - Allows... B4A Question [SOLVED] - [B4X] CLVSelections null pointer error when trying to set the selection mode - rleiman    Nov 15, 2020 Greetings,
I'm trying out this class in B4A and get a null pointer error when trying to set the selection mode. The coding is ba... B4J Question CLVSelections - Crashing When CLV Changes - cklester (first post)    Nov 17, 2020
It clears the selection. Without clearing it there could be a discrepancy between CLVSelection state and the underlying CLV.
Yeah, that makes a lot of sense. Not sure why I didn't catch on... :-/
Thank you!... Share My Creation [Tool] Dark Light Color Palette - Erel    Mar 3, 2020   (13 reactions) 89424 This is a tool to create dark / light color palettes. It will be eventually used to support dark modes in B4i and B4A. It is built on several reusable components and it is a good example of how B4XTable can be customized. The project includes the following components: - InlineEditing: https://www.b4x.com/android/forum/posts/715346/ (class included in project) - CLVSelections: https://www.b4x.com/android/forum/threads/114364/#content (class included in project) - B4XTableSelections... B4J Library BCColorPicker - nice color picker - Erel    Mar 2, 2020   (17 reactions) https://www.b4x.com/basic4android/images/K1EiGqbdWu.gif (this is an animated gif, it looks better in real use) This is a powerful color picker, based on XUI Views B4XColorTemplate. It is a B4J control, though it should be simple to port it to B4A and B4i. Note that it uses the new CLVSelections class: https://www.b4x.com/android/forum/threads/b4x-clvselections-extended-selection-modes-for-xcustomlistview.114364/#post-714398 Usage is simple, add with the designer and handle the ColorSet event... B4J Library CustomListView multiselections for desktop - Chris2    Sep 23, 2021   (3 reactions) This is an amended and simplified class based on @Erel's CLVSelections class - https://www.b4x.com/android/forum/threads/b4x-clvselections-extended-selection-modes-for-xcustomlistview.114364... libraries. Usage is similar to the CLVSelections class: Initialise the object: clvSelect.Initialize...) clvSelect.ItemClicked(Index) End Sub Note also that I've removed everything that I wasn't using from the CLVSelections class, including the VisibleRangeChanged sub, so it may not work... B4A Question Various Ways to Select Multi Items - Mahares    Nov 3, 2023 Normally, I use one of these: CLVSelection extension, B4XTable Selection extension, xClv with checkboxes, InputMultiList (this one is not multi-platform). Can some of you cite their preferred methods and why.
Thank you... B4A Question [B4X] CustomListView - Ensure that the last item is fully visible - LucaMs    Aug 5, 2024 CLVs. It would be very useful if on touch (or selection, when using the CLVSelections class... B4i Question iBLE devicefound mac adress - MList    Mar 5, 2024
PSelect.clvSelect.DefaultTextBackgroundColor = Var.limadarkblue
#if b4i
' Log(AdvertisingData.Values)
PSelect.clvSelect.add(PSelect.CreateListItem....clvSelect.add(PSelect.CreateListItem(Name & " (" & id.SubString(12) & "...
PSelect.clvSelect.DefaultTextBackgroundColor = Var.limablue
PSelect.clvSelect.add... Page: 1   2   3   4   |