[android-developers] Re: Vertical Seekbar

2011-08-04 Thread Ismi Ammar
Hi Balafon, i've tested your seekbar.. it seem that there's a bug in it,.. when scrolling somehow the thumb/slider is not at the right position.. e.g the index is 2 but the slider/thumb is at the first one.. and someshow the on touch event only affected the slider..not the thumb (is it that the

[android-developers] Re: Vertical SeekBar?

2009-03-07 Thread nderraugh
Hi, I'm trying to get a vertical seekbar going with the emulator, but I'm sort of stuck. I can get the seekbar to display the way I want it to, and I can get the progress to do what I want, and I can modify the onTouchEvent to get the thumb to go vertically instead of horizontally. What I can't

[android-developers] Re: Vertical SeekBar?

2009-02-11 Thread Dianne Hackborn
Probably copying the seek bar code and modifying it to work how you want. On Wed, Feb 11, 2009 at 2:37 PM, Jared wrote: > > I am still interested in solving this. Does anyone have an idea on how > to accomplish this? > > On Feb 8, 2:00 pm, Jared wrote: > > Is it possible to have a vertical Seek

[android-developers] Re: Vertical SeekBar?

2009-02-11 Thread Jared
I am still interested in solving this. Does anyone have an idea on how to accomplish this? On Feb 8, 2:00 pm, Jared wrote: > Is it possible to have a vertical SeekBar? I would want this for a > tilt control slider. --~--~-~--~~~---~--~~ You received this message b