F fishwolf Well-Known Member Licensed User Longtime User Dec 26, 2014 #1 In B4A i develop a "find & select" function with InputDialog and InputMap with InputDialog get the key for search with InputMap list the result and permit to check and select the items. How to the same function with B4I ? Thanks
In B4A i develop a "find & select" function with InputDialog and InputMap with InputDialog get the key for search with InputMap list the result and permit to check and select the items. How to the same function with B4I ? Thanks
F fishwolf Well-Known Member Licensed User Longtime User Dec 26, 2014 #2 i have find this thread https://www.b4x.com/android/forum/threads/class-searchview.48576/#content but if i have some 12.000 dinamic Items ? can i do a pre-filter ? Last edited: Dec 26, 2014 Upvote 0
i have find this thread https://www.b4x.com/android/forum/threads/class-searchview.48576/#content but if i have some 12.000 dinamic Items ? can i do a pre-filter ?
F fishwolf Well-Known Member Licensed User Longtime User Dec 27, 2014 #3 the example in release mode doesn't show the keyboard on ipad Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Dec 28, 2014 #4 SearchView will not work fast enough with 12,000 items. You can use CustomListView instead of InputMap to implement a UI similar to what you did with B4A. Upvote 0
SearchView will not work fast enough with 12,000 items. You can use CustomListView instead of InputMap to implement a UI similar to what you did with B4A.