Re: [android-developers] EditText and auto-complete/correct

2010-12-13 Thread TreKing
On Sun, Dec 12, 2010 at 11:27 PM, Raymond C. Rodgers raym...@badlucksoft.com wrote: Thanks, but that's not quite what I'm referring to. Oh, sorry. Just saw the auto complete part. I am using the auto complete for an EditText as well and it doesn't work for me either actually. I vaguely

[android-developers] EditText and auto-complete/correct

2010-12-12 Thread Raymond Rodgers
Off and on for months now, I've been trying to figure out how to get the on-screen keyboard to list the auto-complete/correct choices above the keyboard for various EditText views that I've used, and I haven't had any luck. Right now I'm creating it as: EditText android:id=@+id/alarmMemo

Re: [android-developers] EditText and auto-complete/correct

2010-12-12 Thread TreKing
On Sun, Dec 12, 2010 at 10:16 PM, Raymond Rodgers raym...@badlucksoft.comwrote: But I'm not getting the auto-complete or autocorrect options. Is there something I'm missing? Do I need to connect it to a dictionary, and if so how?

Re: [android-developers] EditText and auto-complete/correct

2010-12-12 Thread Raymond C. Rodgers
Thanks, but that's not quite what I'm referring to. I've gotten AutoCompleteTextView to work with items I have in a database, but I'm meant something more akin to this: http://betterandroid.files.wordpress.com/2009/07/preditcive-text.png?w=320h=480 . On 12/12/2010 11:57 PM, TreKing wrote: On