element

  1. M

    iOS Question [B4X] Double column multiple card element sizes like Pinterest

    Hi everyone, what is the best way to achieve this type of list nowadays? I know I could do it by using two CLVs that scrolls together but I'm afraid of glitches (like jerky movements between the two on shitty-smartphone like mine) The features I'm interested in are: Two columns each column...
  2. H

    Android Question Get elements of one array which are not present in another

    Hi friends, As I said in the title, I need to get elements of an array which are not in another. example: arr1 = {2, 3, 4} arr2 = {1, 2, 3, 4, 5} output = {1, 5} thanks for help.
  3. M

    Android Question Double Column CustomListView

    hi everyone it's possibile to have a double column customlistview to achieve this kind of result? I've to do this also in B4i Thanks!
  4. Mashiane

    B4J Question [BANano] How to get all events linked to an element?

    Ola I'm trying to debug my app as its not firing any of the assigned events. How can I get a listing of all events linked to an element using BANano? I have found this on stack-overflow.. function getEvents(element) { var elemEvents = $._data(element, "events"); var allDocEvnts =...
Top