mail-archives/mono-bugs/2010-July/101965.html

85 строки
3.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 619325] Inconsistent execution of ViewWillAppear event
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20619325%5D%20Inconsistent%20execution%20of%20ViewWillAppear%0A%09event&In-Reply-To=bug-619325-28286%40http.bugzilla.novell.com/">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="101964.html">
<LINK REL="Next" HREF="101970.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 619325] Inconsistent execution of ViewWillAppear event</H1>
<B>bugzilla_noreply at novell.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20619325%5D%20Inconsistent%20execution%20of%20ViewWillAppear%0A%09event&In-Reply-To=bug-619325-28286%40http.bugzilla.novell.com/"
TITLE="[Mono-bugs] [Bug 619325] Inconsistent execution of ViewWillAppear event">bugzilla_noreply at novell.com
</A><BR>
<I>Tue Jul 6 16:28:15 EDT 2010</I>
<P><UL>
<LI>Previous message: <A HREF="101964.html">[Mono-bugs] [Bug 619325] Inconsistent execution of ViewWillAppear event
</A></li>
<LI>Next message: <A HREF="101970.html">[Mono-bugs] [Bug 619325] Inconsistent execution of ViewWillAppear event
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#101965">[ date ]</a>
<a href="thread.html#101965">[ thread ]</a>
<a href="subject.html#101965">[ subject ]</a>
<a href="author.html#101965">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE><A HREF="http://bugzilla.novell.com/show_bug.cgi?id=619325">http://bugzilla.novell.com/show_bug.cgi?id=619325</A>
<A HREF="http://bugzilla.novell.com/show_bug.cgi?id=619325#c3">http://bugzilla.novell.com/show_bug.cgi?id=619325#c3</A>
Geoff Norton &lt;<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">gnorton at novell.com</A>&gt; changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |RESOLVED
InfoProvider|<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">rickgross at mac.com</A> |
Resolution| |INVALID
--- Comment #3 from Geoff Norton &lt;<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">gnorton at novell.com</A>&gt; 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: <A HREF="http://bugzilla.novell.com/userprefs.cgi?tab=email">http://bugzilla.novell.com/userprefs.cgi?tab=email</A>
------- You are receiving this mail because: -------
You are the QA contact for the bug.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="101964.html">[Mono-bugs] [Bug 619325] Inconsistent execution of ViewWillAppear event
</A></li>
<LI>Next message: <A HREF="101970.html">[Mono-bugs] [Bug 619325] Inconsistent execution of ViewWillAppear event
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#101965">[ date ]</a>
<a href="thread.html#101965">[ thread ]</a>
<a href="subject.html#101965">[ subject ]</a>
<a href="author.html#101965">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
mailing list</a><br>
</body></html>