done

  1. L

    Android Question EditText: Done without close Keyboard or Next with focus in the same EditText

    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...
  2. R

    Android Question softkeyboard Done or Next

    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)...
Top