clv

  1. M

    Android Question Disable User interaction on a CustomListView

    Hi everyone, how can i disable the "click" on the various items in my customlistview? in B4i it's done like so: Dim p As Panel = clv.AsView p.UserInteractionEnabled = False But in B4A i didn't find anything like this. Even if I remove the check from "Enabled" in the designer, the items are...
  2. rleiman

    Android Question [SOLVED] - Changing the text property of a label view in an xCLV at a specific index

    Greetings, I built a CLV using this coding: Activity.LoadLayout("SongList") ' This layout also contains a custom list view. CSelections.Initialize(clvSongList) CSelections.Mode = CSelections.MODE_SINGLE_ITEM_PERMANENT ' Make panel slide down out of site...
  3. rleiman

    Android Question [SOLVED] - Selecting a custom list view item for a specific index number

    Greetings, In my custom list view I'm using this code to play and pause music. When the user clicks the play icon the icon changes to a pause icon so the user can pause the music. Clicking it again will make the icon a play icon. I know what the index is for the play / pause ImageView. I want...
  4. A

    Android Question [SOLVED] Easier way for multiple entries per panel in CLV

    Hi All, I have a problem with clv that I solved with a not so good approach, so I am aiming someone can guide me how to prolerly use clv in this scenario. Basically I have jRDC2 data reflected, this data contains user number for example 7,8,9 as an example user 7 can have amount of 200 for...
  5. A

    Android Question [Resolved] Multiline label for loaded CLV/Panels

    Hi All, I really appreciate if someone can help or guide me on this CLV obstecle. I have jRDC where I am SELECT from DB to CLV. I have card like CLV in which user name can appear more than once in a card based on the year returned ( so I can have one user name in card for 2020, and another...
  6. M

    [B4X] Double (Multi) Column CLV

    Hi everyone, recently i needed to implement an double column list in one of my app. I was ispired by an @Erel example, but i needed something slightly different, so i did this (i want to share with you, maybe could be useful to someone even if is a simple thing): (it support odd number of...
  7. M

    Android Question Double Column CustomListView

    hi everyone it's possibile to have a double column customlistview to achieve this kind of result? I've to do this also in B4i Thanks!
  8. Flavio SOuza

    Android Question Aligns items side by side within the CLV

    I am using erel's CLV example. however I wanted to display it side by side in the CLV. I've already tried to reduce the panel by 48% x, but the next item doesn't go to the side and stays down. Sorry for my English.
  9. M

    iOS Code Snippet Chat Layout Example (some corrections needed)

    Hi everyone, i want to share this "chat layout". I hope it will be useful to somebody. It is a translated version from the Andoid one by @Douglas Farias. It has some bugs, that someone can help me to fix. For example i want the CustomListView always display the last element (without bringing...
  10. C

    Android Question CLV , CreateMap - How i can get the specific Values

    I need to get the values that are mapped and do a routine to assign these values in a normal lstview. but I always return the last value in the index. and also I did not understand how I can pull the keys of the created map and assign to the item of the listview. 'dim mapaEscalonado as map...
  11. Brandsum

    iOS Tutorial Add UIRefreshControl To CustomListView

    Original Tutorial by @narek adonts Create a standard class module (Let assume the name of the class is UIRefreshControl), Sub Class_Globals Private CSB As CSBuilder Private cb As Object Private en As String Private RefreshControl As NativeObject End Sub Public Sub...
  12. LWGShane

    Rename xCustomListView to B4XListView?

    See Title
Top