is it posible to use autocompleteedittext with a sql file contaiining the items. for example sql file will contain the list of 1000 items and when text is entered autocomplete will use the sql file for suggestions.
Searchview is causing me a problem : It gives error : Listview must first be initialized.. When i use the apk erel posted there is no problem but when i coy the code and module into my program it says listview must be first initaliazed. any ideas ?
I need to see your code before can say some thing. But most likely what you need to do is to recheck (see the log) as you definitely has to initialize the listview.
It should be done in the sub Global of the Class... I successfully implemented the SearchView in my project.
B4X:
Public Sub Initialize (Callback As Object, EventName As String)
lv.Initialize("lv")
End Sub
no that does not solve. It gives error in : et_text_changed listview must be first initalized.
If i select to continue when the error happens it is woprking but i dont understand why its giving an error ?
Please share with the forum your solution or how you find the error etc. That may help another members and help you as well (people will be happier to help you next time)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.