[Mono-bugs] [Bug 621377] UIAlertView Clicked EventHandler Not Working

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Jul 10 00:59:23 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=621377

http://bugzilla.novell.com/show_bug.cgi?id=621377#c1


Geoff Norton <gnorton at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |gnorton at novell.com
         Resolution|                            |INVALID

--- Comment #1 from Geoff Norton <gnorton at novell.com> 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.


More information about the mono-bugs mailing list