http://bugzilla.novell.com/show_bug.cgi?id=623817
http://bugzilla.novell.com/show_bug.cgi?id=623817#c0 Summary: UIAlertView clicked event crash MonoTouch 3.0.11 Classification: Mono Product: MonoTouch Version: unspecified Platform: Macintosh OS/Version: Mac OS X 10.6 Status: NEW Severity: Critical Priority: P5 - None Component: Runtime AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Description of Problem: In MonoTouch 3.0.11, an application that works fine now is crashing without a message. The crash occurs in a UiAlertView, when the clicked event is used. to reproduce the problem: 1. Use MonoCatalog sample, the firts sample that use a UIAlertView crasheds: Stepsvar actionSheet = new UIActionSheet ("UIActionSheet <title>", null, null, "OK", null){ Style = UIActionSheetStyle.Default }; actionSheet.Clicked += delegate (object sender, UIButtonEventArgs args){ Console.WriteLine ("Clicked on item {0}", args.ButtonIndex); }; How often does this happen? : always. Additional Information: -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
