Hi All,
Just as the title suggests, I want to know how to detect a keyboard hide event when you did not press the DONE or ENTER key but instead tapped the BACK button (or swiped BACK) to hide the keyboard.
Specifically, I want to resize a custom list view into the available space once the soft...
After adding IME to the B4XDrawer example, all works fine except the IME_HeightChanged sub isn't triggering.
I doesn't seem to be firing in other activities that I've added either?
Hello, I am working on an application with many activities, all of them in portrait mode. The application is very complex and has a large number of views. Unfortunately, when I work with textboxes, in some cases, the default activity's 'adjustpan' works perfectly, but in other cases, it simply...
I want a better dialog for time input so I created this time (picker) dialog using B4X XUI Views and IME library. I think the code has too many lines. Hope someone can simplify or improve it.
Note: I haven't tested but I think this code can also work for B4i and B4J.
Update: I have tested with...
I have 2 DSFloatLabelEditText of the design support library. For filling the first one I have a buton to use a BarcodeScaner with some code like this:
Sub BarcodeOk(Value As String)
DSFloat1.Text = Value
DSFloat2.RequestFocus
End Sub
Sub DSFloat2_FocusChanged (HasFocus As Boolean)...
Hello,
When adding IME, a conflict occurs and stops working Sub NavDrawer_NavigationItemSelected, to replicate the failure click on homebutton of the Toolbar (the 3 line menu icon) and select one of the options, Event sub that handles the case if a navigation item is selected.
I added the...
I am using a Tabstrip and a few of the tab's pages have edittext controls on them.
So, I am forced to use a scrollview on each tabstrip page that has a edittext on it to make sure they can be visible when the keyboard is shown.
So, then I am forced to use IME to detect when the keyboard...
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.