Hi everyone... I know that with IME is not possible to fire the HeightChanged event in fullscreen mode... is it possible that in 2024 there is no other option to have an event for the keyboard opening/hiding?... i think it is impossible that there is no other method... already in 2016 this user...
How do i resize a CustomListView on runtime?
I found nothing to height of a CustomListView on runtime.
My Keyboard_HeightChanged:
Sub Keyboard_HeightChanged(NewHeight As Int, OldHeight As Int)
'since CustomListView1.height is not exist. What can i use?
Button1.Top = Button1.Top -...
Salve
Come si ritorna in "ImmersiveMode" dopo aver utilizzato la tastiera in una "Edittext"?
Allego esempio ricavato da: Tutorial originale: Modalità immersiva: nascondi la barra di navigazione (di @@Erel )
Grazie x i Vs suggerimenti
Hi!
I have added SetActivityAttribute(Main, android:windowSoftInputMode, adjustResize|stateHidden) to the manifest for using the Ime_heightChanged event but it only works if I add the same line one by one all the activities I need to handle de IME event.
Is there a single line for the...
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.