Hello, everyone. I've got a noob question for you. I'm working on a custom-made picker which resembles the one in the iPhone Clock application (Timer). I've essentially recreated it, complete with animations, but included seconds. I'm running into a problem, though... that values are lost if I move more than one wheel at a time. That is, if I scroll one component wheel and move another before the first settles, a change is only registered in the second component. I suspect that this has something to do with the animations. Any suggestions?