I'm using a Spinner view to display a list of items (file names) and frequently refreshing it with new data. I've ran into a situation where the item being displayed in the view is not the item actually selected. This happens after programatically calling setSelection(). I started wondering if maybe it was a refresh problem for the view, but calling invalidate() and postInvalidate() did not accomplish anything. Can someone help me out?
-- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

