[android-beginners] Re: disable soft keyboard from auto-completion

2009-10-24 Thread jax
Solved. Set the "Input type" to "Visible password" On Oct 23, 12:37 pm, jax wrote: > No...that didn't work.  It still showed the spelling and underlines > etc.  I need to get hold of each character as it is typed.  With the > soft-keyboard it does not check the onKey until you have clicked >

[android-beginners] Re: disable soft keyboard from auto-completion

2009-10-22 Thread jax
No...that didn't work. It still showed the spelling and underlines etc. I need to get hold of each character as it is typed. With the soft-keyboard it does not check the onKey until you have clicked "Done" On Oct 23, 12:33 pm, jax wrote: > found it > > Input-type in the xml preferences > > On

[android-beginners] Re: disable soft keyboard from auto-completion

2009-10-22 Thread jax
found it Input-type in the xml preferences On Oct 23, 12:31 pm, jax wrote: > Hi > > I have a TextView that I do not want to have auto-completion on when > the user opens the soft keyboard.  Is this possible? --~--~-~--~~~---~--~~ You received this message because