The algorithm for stepUp() and stepDown() doesn't seem to take into account the "n" parameter to those methods. The delta value used is the allowed step value; shouldn't delta actually be the allowed step value multiplied by n? Or am I missing something here? Cheers, kats