B4XSeekBar is very difficult to use in CustomListView as you only need to move your finger in a straight line, otherwise the list will move.
I already asked this question, but for Android and Erel I made an excellent solution. Is it possible to do the same in ios?
I just started working with ios and got to CustomListView and realized that this element behaves quite differently from Android. Here I have collected all the differences I found from Android.
Sub Process_Globals
'These global variables will be declared once when the application starts...
Hi everyone.
While using Facebook I noticed that the navbar is “linked” with the scrolling of the list.
how can be implemented such a behavior in b4i? maybe using a clv or scrollview etc..
thanks in advance
(gif link to see)
p.s. what is the maximum file size for attachments in the forum...
I am encountering something that looks somewhat related to what is described here:
https://www.b4x.com/android/forum/threads/ixui-with-xcustomlistview-compile-error.86329/
My code was working just fine, until I added XUIViews, and suddenly, DefaultTextFont is described as Unknown member.
When...
Hi all.
I have a problem. I'm using B4xTabStrip with 3 pages. Each page contains a label, a textfield and customlistview. Each CLV contains B4xSwithes a labels.
Actually it's a schedule for a provider for each day of week. Provider clicks on a day of week in tab strip, selects Yes / No for...
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'm trying to extract the value from a label that's in the custom list view item that the user clicks.
Based on this thread and coding example, I set up this Type structure to get values from my custom list view when an item is clicked. Later I will be adding more items into the...
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 everyone, it is possibile to get a reference of the label used for the "TextItem" of a CustomListView?
i wish to change the backgroud color of the label, text size, round the corners etc..
I know that there is the .DesignerLabel method, but if i try to change color it does not work
Thanks...
I am creating a CustomListView "allclv" with a nested CustomListView "clvPhoto". In each clvPhoto I add 30 photos stored in DirInternal. This display of 5 of these CustomListView takes more than 20s, which is very long.
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("Layout")...
I have a CustomListView "allclv" which contains several "Photo" Layouts. Layout "Photo" contains several buttons and one more CustomListView "clvPhoto".
How can I add the selected photo to the clvPhoto where the button was clicked?
Here is my code. He does not work.
Sub btnAddPhoto_Click...
I am having trouble loading an image (sql type: image) into my customlistview. Without the Image code all works fine, I would appreciate some here as I an running into walls.
#Region Activity Attributes
#FullScreen: False
#IncludeTitle: True
#End Region
Sub Process_Globals
'These...
Hi All,
I can load/SELECT ALL data in a table from jRDC2 (mysql DB) with no problem, but I think this is not perfect in case of thousands of rows to return/SELECT from App performance standpoint, also I am aware that I can use LIMIT to limit the number of rows; however I am not sure how to...
Hi there,
I am new to B4A so please bear with me. I have a customlistview which has items in it. I am trying to make it so that if a user clicks on an item, it will be able to retrieve all details about that item (The text and value). I have got the value, but I've got no idea about how to find...
Hi Guys. I'm stuck trying to use my own icons on a customlistview. I tried fontawsome icons but they are not to my liking. i know the code for listviews is
[CODE lang="b4x" title="ListView1.AddTwoLinesAndBitmap2("Results", "", LoadBitmap(File.DirAssets, "report_card_96px.png"),0)"][/CODE]...
Is it possible to generate several columns (grid) in one CLV? In normally, I can add one cell (a layout) to the row. But I want to add 2 layouts for same row like below.
If anyone know how to do it or have sample code, please let me know.
Thank you.
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...
It's a class that adds a fast scrolling index view to xCustomListView. It has a dark and a light mode. You can show either alphabetic or numeric index and can change the index order.
Dependencies:
xCustomListView
XUI / jXUI
Note:
CLV items must be in sorted order.
CLV items should have a...
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.