[android-developers] Re: SeekBar problem

2010-11-22 Thread Roberto Previdi
gress+1);* * **seekBar.setProgress(progress-1);* } [...] If i just do a setProgress(progress) it have no effect because it probably recognize the same value and think that nothing is to update. I hope this will help somebody in the future. Roberto Previdi -- You received this message because yo

[android-developers] SeekBar problem

2010-11-22 Thread Roberto Previdi
d 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