samedi 4 juin 2016

How to turn off spell check?

Code:
  EditText1.InputType = Bit.Or(EditText1.InputType, 524289)  
turns it off, using B4A v5.80 until rotate screen, with this code in Activity_Create or Activity_Resume. edittext1 was made in the Designer.

Code:
  EditText1.InputType = Bit.Or(EditText1.InputType, 0x00000080)  
fills edittext1 with dots.
How do we turn spell check off?
Thanks in advance.

from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/25EcUon
via IFTTT

Aucun commentaire:

Enregistrer un commentaire