On Tue, Nov 9, 2010 at 5:58 PM, sisko <[email protected]> wrote: > Please enlighten me as to why the getSelectedItemPosition() function > displays the currently selected value in my toast but > as I try using it in my seSelection call, my spinner never sets to the > value confirmed in my above toast ? >
This doesn't make sense. If getSelectedItemPosition returns the correct selected value, then calling setSelection() with that value will have no effect and the spinner will not change because you're already on the correct item, so how is it that the spinner "never sets to the value confirmed"? I think you need to elaborate. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

