Hello list.I would like to know why this code don't work:
seekTime.setOnSeekBarChangeListener(new OnSeekBarChangeListener() {
public void onStopTrackingTouch(SeekBar seekBar)
{
seekBar.setMax(seekBar.getProgress() * 2);
}
[...]
I'm sure that the function get called because i tried to set a breakpoint.
After the execution the mMax member value is correctly changed, the
mProgress don't change, but the graphical bar don't move as it should to
reflect the new value (it should go to the center).
I tried to add a
seekBar.invalidate();
but it don't help..
Roberto Previdi
--
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