I got it working, but not with the case statement. Instead, I created three instances of onItemSelectedListener(). However, I'm not certain that this is the most efficient way to achieve the result.
On Jul 26, 12:58 pm, TreKing <[email protected]> wrote: > On Tue, Jul 26, 2011 at 2:15 PM, Ab Caballero <[email protected]> wrote: > > i thought each spinner was identified by the findViewById() method? > > Oh, missed that you were resetting it. In that case, next problem is you're > only setting the listener on the last instance of "spinner". > > --------------------------------------------------------------------------- > ---------------------- > 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

