This change in the mouseDownArrow allow stop the infinity
executeUpdateVal but I don't find a final solution yet.
CODE:
//if a PeriodicalExecuter is updating the box value then
stop it before proceede and create a new PeriodicalExecuter
if(this.pe) {
this.pe.stop();
}
this.pe = new
PeriodicalExecuter(function(){spin.executeUpdateVal(box,diff)},
0.5);
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=950930
This change in the mouseDownArrow allow stop the infinity
executeUpdateVal but I don't find a final solution yet.
CODE:
//if a PeriodicalExecuter is updating the box value then
stop it before proceede and create a new PeriodicalExecuter
if(this.pe) {
this.pe.stop();
}
this.pe = new
PeriodicalExecuter(function(){spin.executeUpdateVal(box,diff)},
0.5);
Logged In: YES
user_id=950930
Sorry! I updated the wrong area. The attached file has the
setStepSize method.
Source changed to allow the user set the setp size.