https://bugzilla.novell.com/show_bug.cgi?id=685416

https://bugzilla.novell.com/show_bug.cgi?id=685416#c1


Geoff Norton <gnor...@novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Geoff Norton <gnor...@novell.com> 2011-04-21 21:43:10 UTC 
---
You have dangled a delegate off your UIButton:


                        bBtn.TouchUpInside += OnBackClicked;

but you allow the managed proxy of the button to be collected when you return
from CreateNavBar, and only the ObjC side persists.  Keep a reference in
managed to the button as long as it needs to be clickable.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to