[android-developers] need help on spinner

2011-09-22 Thread sktniran
Hi friends,


   i dont want to show spinner items while i touch
(onTouch) on spinner. it will shows the spinner item only on
onitemseleted. in touch event just i want to do some calculation only
no need to select item from spinner. how can i get this? is it
possible?



thanks

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] need help on spinner

2011-09-22 Thread sktniran
Hi friends,


   i dont want to show spinner items while i touch
(onTouch) on spinner. it will shows the spinner item only on
onitemseleted. in touch event just i want to do some calculation only
no need to select item from spinner. how can i get this? is it
possible?



thanks

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] need help on spinner

2011-09-22 Thread sktniran
Hi friends,


   i dont want to show spinner items while i touch
(onTouch) on spinner. it will shows the spinner item only on
onitemseleted. in touch event just i want to do some calculation only
no need to select item from spinner. how can i get this? is it
possible?



thanks

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] need help on spinner

2011-09-22 Thread TreKing
On Thu, Sep 22, 2011 at 6:04 AM, sktniran sktniranjanad...@gmail.comwrote:

 i dont want to show spinner items while i touch (onTouch) on spinner.


Why not? That's kinda the whole point of a Spinner ...


  it will shows the spinner item only on onitemseleted.


That makes no sense - if you select an item, what is the purpose of showing
a list to select an item from?


 in touch event just i want to do some calculation only no need to select
 item from spinner. how can i get this? is it possible?


Yes - don't use a 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en