order

  1. M

    Android Question [B4X] CustomListView Reorder items by dragging

    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.
  2. red30

    B4J Question Several panels. Sequence order.

    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)...
  3. Alexander Stolte

    Android Example [B4X] Supabase - Database OrderBy

    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...
  4. ALBRECHT

    Android Question Different Sub : order inside activity

    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
  5. yfleury

    Android Question [SOLVED] waypoint_order change everytime

    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...
Top