B4A Tutorial Handle the soft keyboard with the IME library - Erel    Aug 27, 2024   (27 reactions)   tags: IME Android has very good support for custom input method editors (IMEs).
The downside for... example demonstrates the available methods.
156404
Note that the IME object should be initialized... "adjustPan" mode.
By calling IME.AddHeightChangedEvent you are changing the activity to... visible and sets the large EditText height to match the available height:
Sub IME_HeightChanged... B4A Question IME - Activity does not scroll automatically - LucaMs    Nov 7, 2024 down.
ime.Show(EditText4) shows the virtual keyboard but the Activity is not automatically moved up... B4A Library IME2 Library - agraham    Aug 21, 2020   (20 reactions) with the soft keyboard open. The problem stems from trying to use the IME library HeightChanged event... so the IME.HeightChanged event uses a bit of a hack. to detect this. The problem that I have found... some devices it works well, others produce poor results. The IME2 library provides some extra...-device-is-rotated-with-ime-open.121234/#post-758036 It is worth trying that first to see if it works for... the IME2 library. It is a strict superset of the original IME library but includes the following... B4A Question customlistview height weird after IME_HeightChanged - leitor79    Jun 29, 2018 Hi, I can't manage to set the correct height/position for a customlistview (x1.54) after the soft keyboard is open (b4a 8.3). With the keyboard closed, if I add panels to the customlistview, the last one is opened outside the screen, even if I use ScrollToItem or JumpToItem. With the keyboard opened, the bottom panels (outside the clv) covers the last panel of the clv. Maybe an animation could help. My IME_HeightChanged event: pnlMain.Height = NewHeight 'the main panel... Bug? Layout corrupted if device is rotated with IME open - agraham    Aug 15, 2020 is well. Now tap on the EditText to open the IME and rotate the device with the IME open, whether from... Galaxy A3 (Android 8.0) all is well. The IME closes, the layout redraws correctly and the IME remains... the IME re-opens and the layout is not as expected - presumably because the IME is interfering... Keyboard Pro, etc) for the portrait to landscape rotation with the IME open but the landscape to portrait rotation with IME open seems to always be the same. I may be missing the blindingly obvious... B4A Question EnterPressed and IME_HeightChanged - Sergey_New    Oct 21, 2024 The application uses a custom class "ClassAddress".
Type ClassAddress(addr,city,state,post... B4A Question IME event issues with 2 pages - Scantech    Aug 27, 2024 See attached. 2 b4xpages, 2 different IME events with different names. click on edittext to trigger the IME event. Notice the B4XMainPage IME event gets triggered. I go to secondpage and B4XMainPage IME gets triggered??
What am i doing wrong here? I want 2 seperate IME with 2 different IME... B4A Question B4XPages IME show/hide - tsteward    Jul 19, 2024 In this post Erel shows how to use the IME with B4XPages but how do I Show or Hide the keyboard in other pages when ime is declared as private?
It doesn't seem right to declare it again in... B4A Question [SOLVED] IME_HeightChanged event : What's missing? - Brian Dean    Feb 19, 2020 As EditText Dim IME As IME End Sub Sub Activity_Create(FirstTime As Boolean) IME.Initialize("IME") test.Initialize("test") test.Color = Colors.DarkGray test... Sub Activity_Pause (UserClosed As Boolean) End Sub Private Sub IME_HeightChanged (NewHeight As Int, OldHeight As Int) Log("IME_HeightChanged") End Sub My manifest is the default... and enter text the keyboard appears but the IME_HeightChanged event does not fire. Why not?... B4A Library IME library (soft keyboard) - Erel    Nov 27, 2014 See the tutorial: http://www.b4x.com/forum/basic4android-getting-started-tutorials/14832-handle-soft-keyboard-ime-library.html... Page: 1   2   3   4   5   6   7   |