Hi, i'm trying to use the AHSwipeToRefresh library with XCustomListView but it gives me the following error. Is there any way to use this fantastic library with XCustomListView?
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
Error...
I try to use xCustomListView to show the data from database . So I have to use CLV.clear to update query results , unfortunately , CLV.clear will destroy something initilized in Activity_Create . The related data will not be shown when I use CLV_ItemClick . I don't know what the problem is...
Hello
As far as I know xCustomListView now is included as internal library (lib version 1.67) but a not long time ago was a custom view until version 1.66.
My question is, how can I add an #Event: ItemLongClick (Index As Int, Value As Object) and use it in my app since there is not included the...
I am confused.
I see tables, lists, xCustomListViews and don't know what to use.
there are many examples with images.
I just want simple text, rows and columns.
below is in vb.net using the GridView control.
What is the best method to use.
Any sample would be much appreciated.
I want to use the xcustomlistview to show an expandable list of vehicle manufacturers then when the "Ford" item is expanded there will be a list of Ford model cars.
Would you use anothe XCLV to show the models?
I would expect that I would fill the model list when its being expanded.
I have...
When I create a "b4xview panel" with rounded corners, it is ok if added directly to an Activity; if I pass (add) it to a xCustomListView, the corners are wrong:
Hi all, i am currently using the CustomListview.bas module version 1.66 and i can't figure out why i am seeing a bigger space between the first item and the second item in the ListView and then the space between between the items after the second item look the same, attached is my code and also...
Hi -
I've been using xCustomListView v1.20.
Works great!
No errors but the following warning appears in my log:
Class not found: b4a.example.customlistview, trying: b4a.p2e.customlistview
Ideas?
Thanks!
Ciao ragazzi.
Nella mia lista inserisco un elenco di item espandibili.
E' possibile sul clic del pannello corrispondente portarlo al top della xcustomlistview,
o in una posizione voluta, come ad esempio metà videata?
Grazie per l'aiuto.
IlCasti.
HI, All
If to use xChart on a Layout that should be loaded into items of xCustomListView - i have the error
java.lang.IllegalArgumentException: width and height must be > 0
at
Sub CreateListItem(Text As Map, Width As Int, Height As Int) As Panel
Dim p As Panel
p.Initialize("")...
Good day
I need help please I have a custom listview (library) and use a layout for my image and a button !! How do i capture the correct button click event
Thank you in advance
Hello,
I´m new to B4A.
I try to use xCustomListView and fail to add items.
I want to use xCustomListView because of it´s customizability (e.g. possibility to set size of font/text,...)
I´ve checked:
The library is loaded (xCustomListView version 1.63)
the view "clvList1" is drawn in the...
Hello,
i want to trigger, when the user has released the list.
how can i do that?
i have try with a panel under the list, but this is not triggered. Then i have try with the B4XViewEvent, but then you cant scroll the list anymore.
Greetings
Hello,
An important feature would be the overscroll functionality. With an Integer Output of the overscroll.
Source
With this, you can then easily create a nice load animation, like Instagram, if you pull the list down slowly or a nice easter egg under the list ;) . (thats my plans with this...
hi,
i'm confuse of XCustomListView and CustomListview.
in project using CustomListview, add items code is
For i = 0 To 29
Dim colors1 As Int
Dim csb As CSBuilder
colors1 = Colors.RGB(Rnd(0,255),Rnd(0,255),Rnd(0,255))
csb.Initialize.Color(colors1).Append("#...
May I know how can I disable overscroll in xCustomlistview so the end indicators not showing when I scroll to top or bottom (for vertical) and leftmost or rightmost (for horizontal)?
I am trying to add a CustomListView to a B4i project.
I am getting this error as soon as Page1_Resize() completes:
Application_Start
Error occurred on line: 150 (CustomListView)
Object was not initialized (UILabel)
Stack Trace: (
CoreFoundation <redacted> + 252
libobjc.A.dylib...
Hi all,
Based on this example I want to display data per page of 20 items.
When ReachEnd it will be loading to the next page. But how to handle this because when I scroll down, 3 items at once appear, how can I order 1 item that appears. This will disrupt the page that I will use, when scroll...
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.