B4A Tutorial How to disable keyboard suggestions - Sandman    Jan 12, 2018   (6 reactions) . I wanted to disable the suggestions, but they always showed. I saw one suggestion setting the field to be for email, which disabled the suggestions - but that's clearly just a dirty workaround... B4A Question Solved: disable soft keyboard microphone and Suggestions? - anOparator (first post)    Mar 1, 2018 To get "Dim jo As JavaObject = et" and "et.InputType = Bit.Or(et.INPUT_TYPE_TEXT, 0x0... B4A Library [Custom View] SuggestionEditText - LucaMs    Sep 15, 2025   (29 reactions) .
' - Fixed: ConfirmWord held the focus.
(zip file: SuggestionEditText_3.zip)
So many... :confused: (*)), just download the latest one, SuggestionEditText_2_2.zip
This new version has just one new... directory.
After this, you must initialize the SuggestionsEditText DB calling its method... B4A Question B4XPreferencesDialog suggestions from dictionary - Sandman (first post)    May 29, 2020   (1 reaction) Yes. The first step is to use the search engine: https://www.b4x.com/android/forum/pages/results/?query=disable+suggestion... B4A Question Block or customize soft keyboard word suggestions - Erel (first post)    Mar 10, 2019 1. You can disable the suggestions. 2. Use SearchView instead of AutoCompleteEditText.... B4A Question [SOLVED]How to change the color of a B4XTable row according to content and then disable it? - Daniel44    Apr 6, 2020 Hi everyone! Well.. I'm working on a B4Xtable and I'd like to change X Row according to content.. Ex: I have the column "state" below it shows "Exists" and "Not Exists" and I need to change the row's color if it's "Not Exists" I've seen this post: B4XTable How do I change the color of a row ? and it paints the 5th Table Row . I need something like that but painting the whole row if it's "Not Exists" and then disable... B4A Question Keyboard no password suggested and all characters accepted - bluedude    Dec 1, 2014 Hi,
I want to disable auto suggest for password fields but accept all characters. How do I set that with a custom filter. This does not seem to work:
IME.SetCustomFilter(EditText4, Bit.OR(EditText4.INPUT_TYPE_TEXT, 0x00080000),Null)
Not sure how to set accept all characters.... B4A Question ICS - disable spellchecking in EditText?? - geoffschultz (first post)    May 14, 2015 An alternate way to disable suggestions on a per-EditText field is to set the Input_Type to 129 (TYPE_TEXT_VARIATION_VISIBLE_PASSWORD OR TYPE_CLASS_TEXT) i.e. etField.Input_Type = 129... B4A Question IME.HideKeyboard not working API 28 - JohnC    Aug 29, 2019 I am displaying a dialog that asks for text input, when the dialog closes, I have the below line to hide the keyboard: IME.HideKeyboard It does not hide the keyboard. Another thread suggested disabling the edittext view, but since it was in the dialog, it no longer exists. Another thread suggested adding: Sleep(100) That did not work - I even tried "Sleep(1000)" still no good. What worked was: IME.HideKeyboard DoEvents Why does it only work with a deprecated function?... B4A Question Suppress keyboard top lines ? - Sandman (first post)    Apr 27, 2020 post about disabling keyboard suggestions: https://www.b4x.com/android/forum/threads/how-to-disable-keyboard-suggestions.88224/... Page: 1   2   3   4   5   6   7   |