[Mono-bugs] [Bug 619325] Inconsistent execution of ViewWillAppear event
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Jul 6 16:28:15 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=619325
http://bugzilla.novell.com/show_bug.cgi?id=619325#c3
Geoff Norton <gnorton at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |RESOLVED
InfoProvider|rickgross at mac.com |
Resolution| |INVALID
--- Comment #3 from Geoff Norton <gnorton at novell.com> 2010-07-06 20:28:14 UTC ---
You aren't overriding the method, you jsut have a public method called:
public void ViewWillAppear () {}
If you want to implement the method you need to override the base declaration:
public override void ViewWillAppear (bool animated) {}
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list