xcustomlistview

  1. rleiman

    Android Question [SOLVED] - xCLV .Add parameter

    Greetings, I have a stupid question and hope you don't mind. I just want to get my head around this particular parameter. I noticed I can put any value in the value parameter of the add statement of an xCLV. My stupid question is what is this parameter actually for and how can it be used in...
  2. 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...
  3. cklester

    B4J Question xCustomListView is Wrapping Text when "Wrap Text" is unchecked

    Using the Designer, I've added an xCustomListView to my window. I've left the "Wrap Text" checkbox unchecked. However, the xCustomListView still wraps the text (see screenshot below). I'm using clv_Messages.InsertAtTextItem( ... ) to insert the items. There also does not seem to be a way to...
  4. A

    Android Question [Solved] B4XDialog + xcustomlistview

    Hi All, I need help using customlistview with b4xDialog. Basically I am using jRDC2 to get some data, and it works fine with also the code for the xcustomlistview (I am reusing the same code in another panel). But when I try to add the xclustomlistview items to b4xDialog, nothing shows up...
  5. P

    Android Question xCustomlistview class to xCustomlistview library

    Good day, as per the latest update in this thread, i removed the xCustomlistviewclass v1.70 and added xCustomlistview library 1.72. Does this mean that every CLV view that was previously created using the designer should be deleted and recreated? I am getting a classnotfound exception if I...
  6. J

    Android Question How to Insert any rows from XcustomListView to mysql table

    Dear All, please helm me for this case.. I have already displaying data from MySQL table into xcustomlistview panel, next on the Xcustomlistview will be added data (the number of order items) and will be inserted in to the other MySQL table (table name "salesorder") please help me... :)
  7. aeric

    Share My Creation Todo List (source code)

    todo-B4A Made with ❤ in B4X Source code: https://github.com/pyhoon/todo-b4a YouTube tutorial: For B4i: https://www.b4x.com/android/forum/threads/todo-list-source-code.117223/ Update on 13 Aug 2021: Uploaded to Play store to test new App Bundle...
  8. Alexander Stolte

    Android Example [B4X] [XUI] ASTabMenu with xCustomListView Example

    Hello Forum, in this Example i want to show you, how to use the ASTabMenu togehther with the xCustomListView, to handle a lot of Tabs without getting into layout problems. Attached is a B4A Example. Result: How to use? it is easy. Add a xCustomListView to the form Add a new Form with only the...
  9. S

    Android Question Get text from Xcustomlistview - SQLite Database

    I created a Xcustom list view as shown in this thread, https://www.b4x.com/android/forum/threads/b4x-xui-xcustomlistview-cross-platform-customlistview.84501/ to get data i used SQLite database. To load the layout I used the following code as shown in the above thread, Sub Process_Globals...
  10. LucaMs

    B4J Question xAnotherDatePicker (b4xlib) inside a xCustomListView - crash

    xAnotherDatePicker (b4xlib 2.0) inside a xCustomListView (v. 1.73) Simple test attached.
  11. M

    Bug? xCustomListView ScrollToItem not working

    Hi, i'm trying to use the scrolltoitem function but when i call it, it doesn't show the last item totally. See how the last message isn't displayed totally
  12. M

    iOS Question xCustomListView doesn't have the method "CalcRelativeKeyboardHeight"

    Why xCustomListView doesn't have the method "CalcRelativeKeyboardHeight"?
  13. J

    Android Question xCustomListView

    Hi All, Can anyone tell me if the following can be done with xCustomListView: I need 3 columns In the first there will be an image such as settings The second column will have Text. The top line is a heading (bold - centered), the second and 3rd line will contain text - typically a description...
  14. Tadeu Botelho

    Android Question xCustomListView - Invalid layout size

    Hello friends I have a problem trying to read the full height of the full screen views. Because I want to open the layout within an xCustomListView. Could someone help me with this? The code is attached. Sub Activity_Create(FirstTime As Boolean) If FirstTime=True Then...
  15. Jeanc161

    Android Question xCustomListView Text center align

    Hi, I'm using the xCustomlistview in B4A vers 9.5, actually i'm using the xCustomListView1.addtextItem(MyText,myValue) I want to be able to define the horizontal alignment of each cell as i put it in the listview. I find no place toe set the horizontal, vertical gravity for each cell as it is...
  16. LucaMs

    Wish xCustomListView - SizeChanged (num. of items) event

    xCustomListView - SizeChanged (num. of items) event
  17. LucaMs

    Wish xCustomListView - SelectedIndex property

    xCustomListView - SelectedIndex property
  18. LucaMs

    Wish xCustomListView - move item up & down method

    xCustomListView - move item up & down method.
  19. Jeanc161

    iOS Question Source code for Xcustomlistview

    It will be nice if i could have the source for the xCustomlistview (The library type not the module type) so maybe i could try to add a new event when the list reach the top of displayed items, so in that way i could control the Top and Bottom items loaded in the displayed area of the listview...
  20. Steve Kwok

    B4A Library Swipe actions on both sides of xCustomListView

    Referring to: https://www.b4x.com/android/forum/threads/b4x-clvswipe-xcustomlistview-swipe-actions-and-pull-to-refresh.98252/ , I have edited class CLVSwipe of downloaded sample B4A_CLVSwipe.zip to function swiping both sides. Since the swipe process left and right menu, it is...
Top