xcustomlistview

  1. B

    Android Question xcustomlistview - disable loadlayout animation (attached project)

    I'm able to disable animation between activity, how to disable animation when loading layout in xcustomlistview ? NB : click most right button to switch activity attached the project. Thanks!!
  2. B

    iOS Question How to install xcustomlistview v1.7

    Hi all, I want to use this : https://www.b4x.com/android/forum/threads/b4x-xui-xcustomlistview-cross-platform-customlistview.84501/ version V1.70 ( currently in my B4i its v1.67) where to download ? since the thread offer no downloadable xml / jar. and there's note in those thread ...
  3. LucaMs

    B4J Library [B4X] LM xCustomListView 1.73

    Some features added to the last Erel's xCustomListView (v. 1.71). As you know, it works on the three platforms (B4A, B4J, B4i). 'xCustomListView v1.73 LM ' Added MultipleSelection: ' Property MultipleSelection ' Property SelectedIndices ' Property SelectedValues '...
  4. LWGShane

    Rename xCustomListView to B4XListView?

    See Title
  5. DroidLyon

    Wish Multi mode XUI xcustomlistview

    Hi It is possible to contain all/many of the different "modes" of [B4X] [XUI] xCustomListView (expandable lists, pull to refresh, swipes etc) within one library (Class)? Within one App I am currently able use the master lib as it is intended for one list, and if I want to use the expandable...
  6. LucaMs

    Android Question xCustomListView - LongClick

    Unlike the ListView (and the many apps), LongClick on a Label inside a xCustomListView is not detected (nor, even less, on other View types). Furthermore, the behavior is different in b4a and b4j; in b4a only the click event of the label fires, in b4j, after this event, also the LongClick of...
  7. LucaMs

    B4J Question [Solved] xCustomListView - Debug, Release and... other

    I was searching for a bug in my project: I get a Null Sender when I click a label of a xCustomListView item but only in Release mode :eek:, when... trying a new simple project with just a xCustomListView, I saw: "Add" method of a xCustomListView in my "real" project: "Add" method of a...
  8. A0_2_A7

    Android Question AHSwipeToRefresh library with XCustomListView Error (Solved)

    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...
  9. N

    Android Question [SOLVED]xCustomListView problem ?

    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...
  10. Myr0n

    Android Question How can I add a new event in xCustomListView?

    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...
  11. R

    Android Question How to show a grid on a form. Columns and rows.

    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.
  12. tsteward

    B4J Question List inside Xcustomlistview

    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...
  13. LucaMs

    Android Question xCustomListView item panels

    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:
  14. walterf25

    Android Question CustomListView Item Resize Problem (Solved)

    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...
  15. Scotter

    Android Question Class not found: b4a.example.customlistview

    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!
  16. I

    Italian [RISOLTO] XCustomListView - Posizionamento Item

    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.
  17. peacemaker

    Android Question xChart on xCustomListView trouble

    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("")...
  18. Cornelius Smit

    Android Question xCustomlistview Library and Button Click

    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
  19. M

    Android Question problem with xCustomListView.AddTextItem

    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...
  20. Alexander Stolte

    Android Question [B4X] xCustomListView trigger when the user has released the list

    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
Top