Any ideas how this could occur?
MonoTouch.Foundation.MonoTouchException: Objective-C exception thrown. Name: NSInternalInconsistencyException Reason: Failed to allocate data stores for 100000 rows in section 0. Consider using fewer rows at MonoTouch.UIKit.UIDatePicker.set_Date (MonoTouch.Foundation.NSDate value) [0x00000] in <filename unknown>:0 at Xception.iPhone.UI.Utility.AddDatePickerView (MonoTouch.UIKit.UIView view, System.Single& currentTop) [0x00000] in <filename unknown>:0 The "AddDatePickerView" code is this: DateTime now = DateTime.Now; pickerView.Date = new DateTime(now.Year, now.Month, now.Day, now.Hour, now.Minute, 0); Any ideas why it's trying to add 100000 rows? Dino
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
