Have you found a solution yet? 2009/12/3 Klaus Kartou <[email protected]>
> > There must be a way to this? > > > On Tue, Dec 1, 2009 at 11:35 PM, Klaus Kartou <[email protected]> wrote: > >> Still stuck with this issue. Is it even correct behaviour of the >> AutoCompleteTextView to show the pop-up when setText() is being called? >> >> >> On Sun, Nov 29, 2009 at 1:23 PM, Klaus Kartou <[email protected]> wrote: >> >>> I tried to call setText before filling data into the CursorAdaptor, but >>> this isnt a very solid solution since I need to be able to call setText at >>> any time. >>> So I´m still in need of some ideas? :) >>> >>> >>> >>> On Sat, Nov 28, 2009 at 6:26 PM, Klaus Kartou <[email protected]> wrote: >>> >>>> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

