[android-developers] AutoCompleteTextView and setText()

2010-05-15 Thread Matthew LeMieux
I found a thread with this subject from about 6 months ago with no resolution, so I'll start it up again. This is an excerpt from the TextView API: public void addTextChangedListener (TextWatcher watcher) Since: API Level 1 Adds a TextWatcher to the list of those whose methods are called

[android-developers] AutoCompleteTextView and setText()

2009-11-28 Thread Klaus Kartou
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