OK using the iTableView(1.21) and with the definition of the Table in the code, it is working
but in this case, I cannot define the TableView in the designer....
Hello,
OK, I have read a lot all the questions on the forum about iTableView and SearchView but I am lost...
let me explain my concern:
iTableView is to display a table with iUI8
and Searchview is to find an occurence in a list (items)
now how can I display a table with a textfield to search in this table the occurence ?
do you have an example ?
I will continue reading ...
Thanks for your help and patience
Yves
iTableView - Based on the native UITableView control - a list of items.
SearchView - Uses iTableView to implement a nice and fast autocomplete feature.
iCustomListView - Based on ScrollView - custom list view similar to B4A CustomListView.
Table (https://www.b4x.com/android/forum/threads/class-table.46567/#content) - Based on ScrollView - Shows tables with multiple columns. Supports huge tables.
THANKS for your reply
a new one, table class
seems good for me, this table class, but can I do a search in the table ? like SearchView ?
I will try to use the table class
Thanks Erel