listview

  1. R

    B4J Question Draggable List View

    Is there such a view in B4J that allows the user to manually re-order the cells in the list? I am looking for something rather like xCustomListView that responds to drag events?
  2. W

    Android Question Activity_KeyPress on Android TV Box with remote control?

    I have a "Bqeel Android TV Box 4K Smart TV Box with 4G RAM + 32G ROM, Android 10" I would like to control my own software with the associated remote control. First and foremost, I would like to use the "up, down, left, right, ok" keys, if possible also the keys 0-9. 1. How do you intercept these...
  3. S

    Android Question Copy Listview (AddTwoLinesAndBitmap2) item to another Listview

    I have 2 listviews LV1 & LV2 ' LV1.AddTwoLinesAndBitmap2(Myname ,"",icon.Bitmap,TitleName) 'this works now I just need to add that LV1 entire item to a new LV2 entry: LV2.AddTwoLinesAndBitmap2.... Any help would be greatly appreciated, -Scott
  4. JGiunta

    Android Question UltimateListView and SQLite

    Hello, I am trying to create an UltimateListView using data from a SQLite database. How do i achieve this? I thought about executing the query in the Activity_Create, like this: Dim ConnessioneDB As SQL ConnessioneDB.Initialize(File.DirInternal, "DatabaseListino.sqlite",False)...
  5. Alexander Stolte

    Android Question [B4X] xCLV latest source code

    I work a lot with xCLV on all 3 platforms and sometimes the handling is different and things work differently, to better understand what is happening in the background it would be handy to have the actual source code to look up how certain things work. Where can I find the latest source code of...
  6. Star-Dust

    B4J Library [B4X] [XUI] [B4XLib] SD_ShopListView

    This new view allows you to have an ordered and distributed list of images (left) and their name, description and info (right) Or you can view the images in grid (if the screen size allows it, otherwise in column) where there will be related images with the name just below There is an add button...
  7. Alexander Stolte

    B4A Library [B4X] [XUI] AS PopupMenuAdvanced based on xCustomListView

    This is a PopupMenu with a xCustomListView, so you can add simply new rows. And also add build in separator or title without having to worry about it yourself. Not all functions of the normal PopupMenu are available yet. For now it has only the functions I needed for my project. I spend a lot...
  8. E

    Android Question B4XDrawer and CustomListView

    Is there an example of using B4XDrawer and CustomListView with B4A?
  9. Mikhail ivan

    Android Question It won't allow me to load a second listview

    #Region Activity Attributes #FullScreen: True #IncludeTitle: False #End Region Sub Process_Globals End Sub Sub Globals ' Elelemntos que se cargan al cargar el diseño Dim ListView1 As ListView Dim Cont As Int = 0 Private ContRegCliente As Label Private...
  10. carlos7000

    Spanish Eliminar elementos de un ListView en B4J

    Hola. ¿Cómo elimino los elementos de un ListView en B4J? no encuentro el miembro o función .Clear por ejemplo: Listview.Clear
  11. Daniel44

    Android Question [SOLVED]How to Sum the items of a listView (Not count them)

    Hi everyone I'm working with a listview (I know that I must not be working with a lv but a clv but I guess If I work wit a CLv I'd have the same issues:)) I fill it by adding addTwoline with spinners value (spName and spPrice) LV1.AddTwoLines(spName.SelectedItem,SpPrice.SelectedItem) and...
  12. A

    B4J Question Feeling a little lost (to say the least)

    At first I thought, this program is great. I love the IDE. I love the seeming simplicity of it. But then...trying to do something really simple - create a list and add columns, and add rows. Should be simple. It is in Xojo. I've searched this forum, scanned the "documentation" ( a lot to be...
  13. Tilesoft

    Android Question Get applications notifications and display on my app

    Hi. Is it possible get other application notifications and display them on listview on my app?
  14. hamedafrough

    Android Question tag & sender

    Hello everyone I have a main activity that includes a multi-panel including ID, name and family. When I click on the name and family tags that are displayed together on a label, more details of the user information are displayed on another page, which also displays the information in a scroll...
  15. DALB

    Android Question Changing TextSize in ListView doesn't work !

    Hello, Always tiny things but big worry regarding to areas with this code lsvCartes.TwoLinesLayout.Label.TextSize=10 the textsize of the listview doesn't change whatever the textsize can be. How to solve this ? Thank you
  16. 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...
  17. E

    Android Question Frozen ListView Problem

    Goodmorning everyone. In an very simple activity of my app I load a layout that, in the second half of the screen, has a listview and two buttons. So via code I create and populate a scrollist in the first half of the screen, For Each l_Attivita As Ty_Attivita In l_ListaAttivita...
  18. DALB

    B4J Question B4XTable doesn't work

    Wooo, regarding to the questions of this day I suppose not to disturb !!! With listview... When I write Listview1.addSingleLine(...) B4J doesn't accept 'addSingleLine'. Description error : an error appeared line 60 ListView1.addSingleLine("item" & i) Word: addsingleline I've deleted and...
  19. gainax00

    Spanish Item lado derecho

    Hola de nuevo tengo una duda: Cómo coloco un item "imagen" del lado derecho de un listview alguien sabe cómo hacer eso... Gracias de antemano
  20. D

    iOS Question Converting B4a to B4i with Listview

    I am converting a successful B4A app to B4i. I am trying to use TableView and then as I couldn't I started looking at CustomListView. I simply want to show a list and click on it and read the value What method do I use to get the clicked on a row in the table Here is my B4A code. I have spent...
Top