Hi everyone,
I've an UI setup that can cause problem if an user tap on the "Next" button on the keyboard when writing in an EditText.
I wish to know if its possibile to disable it, or intercept its press and cancel the standard behavior (like _KeyPress).
At the moment I worked around the...
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)...
Only been using 4BA since Christmas (had to do something to avoid clearing up!). I've used VB6 on and off for years, but finding the syntax for 4BA frustrating.
Simple problem, I need to know which label in an array was clicked.
Sub Globals
Dim lbllabel(6) As Label
Dim X As Int
End Sub
Sub...
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.