Hi,

I've found an anomaly (not a MonoTouch problem I don't think, but a general 
iPhone issue) in the UIPickerView where the "Selected" doesn't fire until the 
tumbling wheel has stopped or very nearly stopped.

I have a user who always needs to select the last item in the list, so he gives 
it a good flick and then hits the done button - but because the code hasn't 
fired the Selected method in the model, it doesn't work properly. And I can't 
see any way to check "is it still spinning".

Is there anything I can do other than tell the user to wait? Other users don't 
have to move the tumbler at all, so I can't put a flag on it to say "has 
selected" or anything like that.

Or should the event be firing for every row as it passes through the selector?

Dino
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to