Ola
I'm a little confused, please advise as to the right way of doing this.
I have defined this callback..
BANano.Find expects the list name, granted, and the callback method as a "String" - so the assumption is that its in the same code module? So I just write "Finder" there, the name of my sub?
Also inside the callback method, I have to write my own method to check the conditions I assume?
Thanks.
I'm a little confused, please advise as to the right way of doing this.
I have defined this callback..
B4X:
private Sub Finder(value As Object, index As Int, Items As List)
End Sub
BANano.Find expects the list name, granted, and the callback method as a "String" - so the assumption is that its in the same code module? So I just write "Finder" there, the name of my sub?
Also inside the callback method, I have to write my own method to check the conditions I assume?
Thanks.