When working with CLVSwipe, I realized that I don't have the event of the very fact of the swipe. And when the panel is already fully open. Can I add this event?
I already asked this question, but is it possible to somehow add a simultaneous left-to-right and right-to-left swipe?
Hi all.
I have a problem with CLV. In my app I have a list of messages grouped by sender and it shows only subj of each message.
This list in webview. On click I select a message ID and based on this ID I open messagedetails screen where I select from my database all the messages linked to the...
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...
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...
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...
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...
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...
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...
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.
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.