http://bugzilla.novell.com/show_bug.cgi?id=621377
http://bugzilla.novell.com/show_bug.cgi?id=621377#c1 Geoff Norton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from Geoff Norton <[email protected]> 2010-07-10 04:59:23 UTC --- You are not keeping a ref to the UIAlertView, and its getting garbage collected. alert.Show (); is not a blocking call, so when the Clicked callback is hit, the alertview is already gone. Keep a ref to the alert view until it is Dismissed. -- 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
