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

2010-12-28 Thread Lars-Erik
Actually I had the same problem and found the real solution. "autoText" is a deprecated feature. However looking more closely on the "textAutoComplete" function I found that it states that the application will provide the correction list itself. In stead, just use the "textAutoCorrect" in "android:

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

2010-12-15 Thread Raymond Rodgers
I found the solution courtesy of a quick peek at the WordPress for Android app's resource files! The answer is to remove the android:inputType attribute and substitute it with android:autoText="true". Simple yet effective! Thanks for your efforts nonetheless! Raymond On 12/13/2010 10:10 PM, Br

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

2010-12-13 Thread Brill Pappin
Sounds good.. I'll trade you :) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegrou

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

2010-12-13 Thread Raymond Rodgers
Not yet, but I'll send you an .apk directly (off-list) when it's in a more complete state. Thanks, Raymond On 12/13/2010 02:49 PM, Brill Pappin wrote: Is your app available? I can test it against my keyboard code, which closely matches the stock keyboard and trace what the keyboard is doing.

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

2010-12-13 Thread Brill Pappin
Is your app available? I can test it against my keyboard code, which closely matches the stock keyboard and trace what the keyboard is doing. It might give me a clue as to why it's turning off the auto-complete (and maybe help me make my keyboard better). - Brill -- You received this message

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

2010-12-13 Thread Raymond C. Rodgers
Well, I'm just trying to create a memo field in this case, where the user can enter arbitrary text as a note to him or herself. From what I've seen and read, setting the android:inputType attribute chooses an appropriate input method for on-screen typing (for instance on the Nexus One). I've be

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

2010-12-13 Thread Brill Pappin
I've been digging around in the keyboard code a bit, maybe I can help. As I understand it, all text input should give you the options unless specifically turned off. Also, it will be turned off for some input types e.g. phone numbers (actually pretty much most things that don't use the qwerty key