This is weird. Can you post your code? Which SDK are you using. Thanks and Regards, Kumar Bibek
On Apr 9, 9:19 am, Ning <[email protected]> wrote: > I have an AutoCompleteTextView defined as the following inside a > RelativeLayout, > > <AutoCompleteTextView android:id="@+id/edit_tag" > android:layout_width="fill_parent" > android:layout_height="wrap_content" > android:hint="@string/tag" > android:inputType="text" > android:imeOptions="actionNext" /> > > When I touch on a choice from the drop down list, instead of setting > the text of this view to the one I chose, it clears the view as if no > text has been inputted. > > I tried to debug this and walked through the execution of the program > step by step. It seems to have been cleared at around line 123 in > Looper.java, which I cannot see the source. > > Does anyone have any insights? > > Thanks. -- 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 To unsubscribe, reply using "remove me" as the subject.

