[android-developers] Re: Spinner Help

2012-05-22 Thread Ashintha Rukmal
OOpppss... O:) got the error.. thanks a lot... :) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Spinner Help

2012-05-21 Thread Ashintha Rukmal
Hi,, I'm new to android developing... I'm developing a simple app that have 5 spinners.. when I select 1 item in a spinner I want to auto select other spinner items that equals to the selected item position. I used setOnItemSelectedListner and it worked for the 1st spinner.. but others don't work.

[android-developers] Spinner Help

2012-05-21 Thread Ashintha Rukmal
Hi,, I'm new to android developing.. I'm trying to make a simple app that contains 5 spinners. When I select one item in a spinner I want to auto select other spinner items that equals to selected item position. I used setOnItemSelected listner and it worked for the 1st spinner. But when I select