I've got a ListView with an adapter that gets filled in on a different thread. when it's done getting filled in (i.e. finished calling adapter.add(...)),
I call ((ListView) findViewById(R.id.myListView)).clearChoices(); but the first item in the list is still selected! where should i put that call to make it so that no item is selected? tia. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

