Hi everyone, I'm doing some researches, is there any way to reorder a CLV item by dragging and dropping it in a new location?
A bit like in the following image
Thanks in advance.
I have one parent panel. In the code I add a few more panels to it.
Dim pnlback As Pane
Dim pnl_temp(8) As Pane
For i = 0 To 7
pnl_temp(i).Initialize("")
CSSUtils.SetBackgroundColor(pnl_temp(i),fx.Colors.Gray)...
https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/
You can order by just one column, or with multiple columns.
Available sorting commands:
desc
To sort the records in descending order
asc
To sort the records in ascending order
nullsfirst...
Hello,
For a newbi, where could i found an explaination of the order of the different events
inside an activity ?
- order of the different Sub
- Events launch by any script that i input inside them
for ex: what i put inside Activity_Resume()
like a doc, a tuto or a post
i dont find it
Thanks
Hi All.
I have a to trace the best route between start and end destination with many waypoint.
The polyPoints (points) draw perfectly on google map
I have a xcustomListView to show all address
I want to use waypoint_order to show all address in order for fellowing the way
But each time I...
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.