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?
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...
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
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)...
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...
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...
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...
#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...
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...
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...
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...
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
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...
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...
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...
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...
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.