I am very noob in b4a. I want to filling a ListView using an EditText. No problem. But I don't want that each time user click on "Done" the keyboard hides since more item should be introduce. Another option is not use 'force Done' and use "Next" which not hide keyboard but then I need to know...
Have a panel with a few EditText views and one AutoCompleteEditText. They all have the ime.HandleActionEvent:
ime.AddHandleActionEvent(edtID)
ime.AddHandleActionEvent(edtFirstname)
ime.AddHandleActionEvent(edtSurname)
ime.AddHandleActionEvent(edtStreet)...
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.