Currently AutoCompleteTextView is driven by key input events, so the only way to get it to pop up its autocomplete list is to deliver key events to its onKeyDown() its funcs and let it perform the text insert and then the other magic it does.
On Sat, Nov 29, 2008 at 11:06 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>wrote: > > Anyone? > > > -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

