as_texfieldadvanced

  1. T

    Android Question How to disable spellcheck in AS TextFieldAdvanced?

    I would like to disable spellcheck in AS TextFieldAdvanced, so that I don't see the red underline below texts. I tried the following, but it crashes. Private Sub DisableSpellcheckAS(tf As AS_TextFieldAdvanced) ' Get the internal B4XView containing the native EditText Dim tfJO As...
  2. vfafou

    B4J Question AS_TextfieldAdvanced text selection

    Hello! I would like to ask (mainly @Alexander Stolte) if there is any method to select a portion of text or put the cursor at a specific position.
Top