Hi!

I have a AutoCompleteTextView with a CursorAdapter with data. I need to be
able to set a text in the AutoCompleteTextView programmatically without the
autocomplete mechanism kicking in.
If I use *setText *on the AutoCompleteTextView it will start the
autocomplete.
I tried calling *dismissDropDown() after setText, but this dosnt work
because the drop down is not shown yet.*
**
Any ideas? :D

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to