[Mono-bugs] [Bug 623817] New: UIAlertView clicked event crash MonoTouch 3.0.11
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Jul 20 06:00:49 EDT 2010
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: mono-bugs at lists.ximian.com
ReportedBy: david.gil at biko2.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list